Home
last modified time | relevance | path

Searched refs:GetPointCount (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp438 int new_count = t_path.GetPointCount(); in GetZeroAreaPath()
466 int new_count = NewPath.GetPointCount(); in GetZeroAreaPath()
478 int new_count = NewPath.GetPointCount(); in GetZeroAreaPath()
485 int new_count = NewPath.GetPointCount(); in GetZeroAreaPath()
497 if (m_PointCount > 3 && NewPath.GetPointCount()) { in GetZeroAreaPath()
500 if (NewPath.GetPointCount() == 0) { in GetZeroAreaPath()
Dfx_ge_device.cpp142 if (stroke_alpha == 0 && pPathData->GetPointCount() == 2) { in DrawPath()
157 if ((pPathData->GetPointCount() == 5 || pPathData->GetPointCount() == 4) && stroke_alpha == 0) { in DrawPath()
Dfx_ge_ps.cpp92 int nPoints = pPathData->GetPointCount(); in OutputPath()
563 for (int p = 0; p < TransformedPath.GetPointCount(); p ++) { in FindPSFontGlyph()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp233 for (int i = 0; i < pPathData->GetPointCount(); i ++) { in OutputPath()
273 if (path.GetPointCount() == 0) { in FPDFPage_InsertClipPath()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp133 int nPoints = pFPath->GetPointCount(); in BuildPath()
305 if (pPathData->GetPointCount() == 5 || pPathData->GetPointCount() == 4) { in SetClip_PathFill()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp681 int nPoints = pPathData->GetPointCount(); in _SetPathToDC()
796 (pPathData->GetPointCount() == 5 || pPathData->GetPointCount() == 4) && in DrawPath()
818 if (pPathData->GetPointCount() == 2 && pGraphState && pGraphState->m_DashCount) { in DrawPath()
881 if (pPathData->GetPointCount() == 5) { in SetClip_PathFill()
Dfx_win32_gdipext.cpp854 int nPoints = pPathData->GetPointCount(); in DrawPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h41 int GetPointCount() in GetPointCount() function
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp438 if (path.GetPointCount() > 0) in DrawThisAppearance()
463 if (path.GetPointCount() > 0) in DrawThisAppearance()
DPWL_Utils.cpp1622 PathData.SetPoint(PathData.GetPointCount() - 1, fStartX, fY, FXPT_MOVETO); in AddSquigglyPath()
1630 PathData.SetPoint(PathData.GetPointCount() - 1, fx, fY + (i&1)*fStep, FXPT_LINETO); in AddSquigglyPath()
1803 if (pathSpell.GetPointCount() > 0) in DrawEditSpellCheck()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp37 int nPoints = pPathData->GetPointCount(); in BuildPath()
327 if (pPathData->GetPointCount() == 5 || pPathData->GetPointCount() == 4) { in SetClip_PathFill()
/external/pdfium/core/include/fxge/
Dfx_ge.h161 int GetPointCount() const in GetPointCount() function
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1015 FX_INT32 count = pathData->GetPointCount(); in setPathToContext()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp636 if (pPathData->GetPointCount() == 0) { in ProcessClipPath()