Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.h15 class CFX_RectF; variable
/external/pdfium/core/fxcrt/
Dfx_coordinates.h299 CFX_RectF(float dst_left, float dst_top, float dst_width, float dst_height) in CFX_RectF() function
301 CFX_RectF(float dst_left, float dst_top, const SizeType& dst_size) in CFX_RectF() function
306 CFX_RectF(const PointType& p, float dst_width, float dst_height) in CFX_RectF() function
308 CFX_RectF(const PointType& p1, const SizeType& s2) in CFX_RectF() function
310 explicit CFX_RectF(const FX_RECT& that) in CFX_RectF() function
Dfx_coordinates_unittest.cpp340 TEST(CFX_RectF, Print) { in TEST() argument