Searched refs:CFX_RTemplate (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 197 class CFX_RTemplate { 202 using RectType = CFX_RTemplate<BaseType>; 204 CFX_RTemplate() : left(0), top(0), width(0), height(0) {} in CFX_RTemplate() function 205 CFX_RTemplate(BaseType dst_left, in CFX_RTemplate() function 210 CFX_RTemplate(BaseType dst_left, BaseType dst_top, const SizeType& dst_size) in CFX_RTemplate() function 215 CFX_RTemplate(const PointType& p, BaseType dst_width, BaseType dst_height) in CFX_RTemplate() function 217 CFX_RTemplate(const PointType& p1, const SizeType& s2) in CFX_RTemplate() function 219 CFX_RTemplate(const PointType& p1, const PointType& p2) in CFX_RTemplate() function 226 CFX_RTemplate(const PointType& p, const VectorType& v) in CFX_RTemplate() function 232 CFX_RTemplate(const RectType& other) in CFX_RTemplate() function [all …]
|