Searched refs:PWLPT_LINETO (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 30 case PWLPT_LINETO: in GetAppStreamFromArray() 59 case PWLPT_LINETO: in GetPathDataFromArray() 2109 …CPWL_PathData(CPWL_Point(crBBox.right - fWidth*2/15.0f, crBBox.top - fHeight/10.0f), PWLPT_LINETO), in GetGraphics_Comment() 2113 …CPWL_PathData(CPWL_Point(crBBox.right - fWidth/15.0f, crBBox.bottom + fHeight/3.0f), PWLPT_LINETO), in GetGraphics_Comment() 2117 …_PathData(CPWL_Point(crBBox.left + fWidth*5/15.0f, crBBox.bottom + fHeight*4/15.0f), PWLPT_LINETO), in GetGraphics_Comment() 2124 …_PathData(CPWL_Point(crBBox.left + fWidth*2/15.0f, crBBox.bottom + fHeight*4/15.0f), PWLPT_LINETO), in GetGraphics_Comment() 2128 CPWL_PathData(CPWL_Point(crBBox.left + fWidth/15.0f, crBBox.top - fHeight/6.0f), PWLPT_LINETO), in GetGraphics_Comment() 2130 …WL_PathData(CPWL_Point(crBBox.right - fWidth*2/15.0f, crBBox.top - fHeight*8/30.0f), PWLPT_LINETO), in GetGraphics_Comment() 2132 …L_PathData(CPWL_Point(crBBox.right - fWidth*2/15.0f, crBBox.top - fHeight*25/60.0f), PWLPT_LINETO), in GetGraphics_Comment() 2134 …WL_PathData(CPWL_Point(crBBox.right - fWidth*4/15.0f, crBBox.top - fHeight*17/30.0f), PWLPT_LINETO) in GetGraphics_Comment() [all …]
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 76 PWLPT_LINETO, enumerator
|