Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h176 const CPDF_Point* pPts, FX_INT32 nCount, const FX_COLORREF& color);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1431 const CPDF_Point* pPts, FX_INT32 nCount, const FX_COLORREF& color) in DrawFillArea() argument
1436 path.SetPoint(0, pPts[0].x, pPts[0].y, FXPT_MOVETO); in DrawFillArea()
1438 path.SetPoint(i, pPts[i].x, pPts[i].y, FXPT_LINETO); in DrawFillArea()