Home
last modified time | relevance | path

Searched defs:FX_RECT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h148 struct FX_RECT { struct
150 constexpr FX_RECT(int l, int t, int r, int b) in FX_RECT() argument
153 FX_RECT& operator=(const FX_RECT& that) = default; argument
162 void Intersect(const FX_RECT& src); argument
163 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() argument
173 bool operator==(const FX_RECT& src) const { argument
197 explicit CFX_FloatRect(const FX_RECT& rect); argument