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

/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h528 struct FX_RECT { struct
538 FX_RECT() {} function in struct:FX_RECT
540 FX_RECT(int left1, int top1, int right1, int bottom1) function in struct:FX_RECT
565 void Intersect(const FX_RECT& src);
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
572 void Union(const FX_RECT& other_rect);
574 FX_BOOL operator == (const FX_RECT& src) const
587 FX_BOOL Contains(const FX_RECT& other_rect) const
632 CFX_FloatRect(const FX_RECT& rect);
656 FX_RECT GetInnerRec
[all...]

Completed in 31 milliseconds