Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Caret.cpp38 path.SetPointCount(2); in DrawThisAppearance()
DPWL_Note.cpp86 path.SetPointCount(4); in DrawThisAppearance()
242 pathCross.SetPointCount(4); in DrawThisAppearance()
269 pathCross.SetPointCount(4); in DrawThisAppearance()
321 pathCross.SetPointCount(4); in DrawThisAppearance()
DPWL_ScrollBar.cpp263 path.SetPointCount(4); in DrawThisAppearance()
286 path.SetPointCount(4); in DrawThisAppearance()
DPWL_Edit.cpp390 path.SetPointCount(nCharArraySafe.ValueOrDie()); in DrawThisAppearance()
420 path.SetPointCount(nCharArraySafe.ValueOrDie()); in DrawThisAppearance()
DPWL_Utils.cpp50 path.SetPointCount(nCount); in GetPathDataFromArray()
1382 path.SetPointCount(nCount); in DrawFillArea()
1413 path.SetPointCount(2); in DrawStrokeLine()
1498 path.SetPointCount(5); in DrawBorder()
1528 pathLT.SetPointCount(7); in DrawBorder()
1548 pathRB.SetPointCount(7); in DrawBorder()
1579 path.SetPointCount(2); in DrawBorder()
DPWL_ComboBox.cpp164 path.SetPointCount(4); in DrawThisAppearance()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp122 void CFX_PathData::SetPointCount(int nPoints) { in SetPointCount() function in CFX_PathData
150 SetPointCount(nPoints); in TrimPoints()
616 SetPointCount(src.m_PointCount); in Copy()
Dfx_ge_device.cpp339 path.SetPointCount(2); in DrawCosmeticLine()
Dfx_ge_text.cpp1846 pPath->SetPointCount(params.m_PointCount); in LoadGlyphPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h131 void SetPointCount(int nPoints);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp73 path.SetPointCount(5); in OnDraw()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1466 pPathData->SetPointCount(PathPointCount); in AddPathObject()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp772 patch.path.SetPointCount(13); in DrawCoonPatchMeshes()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp1293 _generator->GetPathData()->SetPointCount(0); in Clear()