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.h423 struct FX_RECT { struct
432 FX_RECT() : left(0), top(0), right(0), bottom(0) {} in FX_RECT() argument
434 FX_RECT(int left1, int top1, int right1, int bottom1) { in FX_RECT() argument
449 void Intersect(const FX_RECT& src); argument
452 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect() argument
469 FX_BOOL Contains(const FX_RECT& other_rect) const { in Contains() argument
474 FX_BOOL Contains(int x, int y) const { in Contains()