Searched refs:center_point (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 2318 CPWL_Point center_point(crBBox.left + fWidth / 2, in GetGraphics_Cross() local 2323 CPWL_Point(center_point.x, center_point.y + fHeight / 10.0f), in GetGraphics_Cross() 2326 CPWL_Point(center_point.x + fWidth * 0.3f, in GetGraphics_Cross() 2327 center_point.y + fHeight / 10.0f + fWidth * 0.3f), in GetGraphics_Cross() 2329 CPWL_PathData(CPWL_Point(center_point.x + fWidth / 10.0f + fWidth * 0.3f, in GetGraphics_Cross() 2330 center_point.y + fHeight * 0.3f), in GetGraphics_Cross() 2332 CPWL_PathData(CPWL_Point(center_point.x + fWidth / 10.0f, center_point.y), in GetGraphics_Cross() 2334 CPWL_PathData(CPWL_Point(center_point.x + fWidth / 10.0f + fWidth * 0.3f, in GetGraphics_Cross() 2335 center_point.y - fHeight * 0.3f), in GetGraphics_Cross() 2338 CPWL_Point(center_point.x + fWidth * 0.3f, in GetGraphics_Cross() [all …]
|