Searched defs:CFX_RTemplate (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 373 CFX_RTemplate() : left(0), top(0), width(0), height(0) {} in CFX_RTemplate() function 374 CFX_RTemplate(BaseType dst_left, in CFX_RTemplate() function 379 CFX_RTemplate(BaseType dst_left, BaseType dst_top, const SizeType& dst_size) in CFX_RTemplate() function 384 CFX_RTemplate(const PointType& p, BaseType dst_width, BaseType dst_height) in CFX_RTemplate() function 386 CFX_RTemplate(const PointType& p1, const SizeType& s2) in CFX_RTemplate() function 388 CFX_RTemplate(const PointType& p1, const PointType& p2) in CFX_RTemplate() function 395 CFX_RTemplate(const PointType& p, const VectorType& v) in CFX_RTemplate() function 400 explicit CFX_RTemplate(const CFX_FloatRect& r) in CFX_RTemplate() function 407 CFX_RTemplate(const RectType& other) in CFX_RTemplate() function
|