Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h534 struct FX_RECT { struct
544 FX_RECT(): left(0), top(0), right(0), bottom(0) { } in FX_RECT() argument
546 FX_RECT(int left1, int top1, int right1, int bottom1) in FX_RECT() argument
571 void Intersect(const FX_RECT& src); argument
575 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect() argument
593 FX_BOOL Contains(const FX_RECT& other_rect) const in Contains() argument
598 FX_BOOL Contains(int x, int y) const in Contains()