Home
last modified time | relevance | path

Searched refs:CPWL_Point (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp142 CPWL_Point pts[8][3] = {{CPWL_Point(0.28f, 0.52f), CPWL_Point(0.27f, 0.48f), in GetAP_Check()
143 CPWL_Point(0.29f, 0.40f)}, in GetAP_Check()
144 {CPWL_Point(0.30f, 0.33f), CPWL_Point(0.31f, 0.29f), in GetAP_Check()
145 CPWL_Point(0.31f, 0.28f)}, in GetAP_Check()
146 {CPWL_Point(0.39f, 0.28f), CPWL_Point(0.49f, 0.29f), in GetAP_Check()
147 CPWL_Point(0.77f, 0.67f)}, in GetAP_Check()
148 {CPWL_Point(0.76f, 0.68f), CPWL_Point(0.78f, 0.69f), in GetAP_Check()
149 CPWL_Point(0.76f, 0.75f)}, in GetAP_Check()
150 {CPWL_Point(0.76f, 0.75f), CPWL_Point(0.73f, 0.80f), in GetAP_Check()
151 CPWL_Point(0.68f, 0.75f)}, in GetAP_Check()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h80 class CPWL_Point : public CPDF_Point {
82 CPWL_Point() : CPDF_Point(0.0f, 0.0f) {} in CPWL_Point() function
83 CPWL_Point(FX_FLOAT fx, FX_FLOAT fy) : CPDF_Point(fx, fy) {} in CPWL_Point() function
84 CPWL_Point(const CPWL_Point& point) : CPDF_Point(point.x, point.y) {} in CPWL_Point() function
99 CPWL_PathData(const CPWL_Point& pt, PWL_PATHDATA_TYPE tp) in CPWL_PathData()
102 CPWL_Point point;