Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.h144 struct FX_RECT { struct
146 constexpr FX_RECT(int l, int t, int r, int b) in FX_RECT() argument
149 FX_RECT& operator=(const FX_RECT& that) = default; argument
158 void Intersect(const FX_RECT& src); argument
159 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() argument
169 bool operator==(const FX_RECT& src) const { argument
193 explicit CFX_FloatRect(const FX_RECT& rect); argument