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

/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h607 class CFX_FloatRect : public CFX_Object class in inherits:CFX_Object
611 CFX_FloatRect() function in class:CFX_FloatRect
616 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) function in class:CFX_FloatRect
624 CFX_FloatRect(const FX_FLOAT* pArray) function in class:CFX_FloatRect
632 CFX_FloatRect(const FX_RECT& rect);
646 FX_BOOL Contains(const CFX_FloatRect& other_rect) const;
652 void Intersect(const CFX_FloatRect& other_rect);
654 void Union(const CFX_FloatRect& other_rect);
662 int Substract4(CFX_FloatRect& substract_rect, CFX_FloatRect* pRect
[all...]

Completed in 287 milliseconds