Searched refs:FX_PATHPOINT (Results 1 – 18 of 18) sorted by relevance
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 18 FX_PATHPOINT* pPoint = GetLastPoint(); in CloseFigure() 24 FX_PATHPOINT* CFDE_Path::GetLastPoint(int32_t iCount) const { in GetLastPoint() 35 FX_PATHPOINT* pPoint = GetLastPoint(); in FigureClosed() 38 FX_PATHPOINT* CFDE_Path::AddPoints(int32_t iCount) { in AddPoints() 47 FX_PATHPOINT* pPoint = AddPoints(1); in MoveTo() 53 FX_PATHPOINT* pPoint = AddPoints(1); in LineTo() 61 FX_PATHPOINT* p = AddPoints(3); in BezierTo() 202 FX_PATHPOINT* pLast = GetLastPoint(); in AddLine()
|
D | fde_geobject.h | 34 FX_PATHPOINT* AddPoints(int32_t iCount); 35 FX_PATHPOINT* GetLastPoint(int32_t iCount = 1) const;
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_path_generator.cpp | 24 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in AddPathData() 28 void CFX_PathGenerator::AddPathData(FX_PATHPOINT* pPoints, int nCount) { in AddPathData() 32 FX_PATHPOINT* pDstPoints = m_pPathData->GetPoints(); in AddPathData() 34 sizeof(FX_PATHPOINT) * nCount); in AddPathData() 60 FX_PATHPOINT* pPoints = m_pPathData->GetPoints(); in Close()
|
D | fx_path_generator.h | 19 void AddPathData(FX_PATHPOINT* points, int count);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_path.cpp | 126 m_pPoints = FX_Alloc(FX_PATHPOINT, nPoints); in SetPointCount() 132 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints); in AllocPointCount() 134 FXSYS_memcpy(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT)); in AllocPointCount() 143 m_pPoints = FX_Alloc(FX_PATHPOINT, src.m_PointCount); in CFX_PathData() 144 FXSYS_memcpy(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in CFX_PathData() 163 pSrc->m_PointCount * sizeof(FX_PATHPOINT)); in Append() 183 FX_PATHPOINT* pPoints = m_pPoints + old_count; in AppendRect() 617 FXSYS_memcpy(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount); in Copy()
|
D | fx_ge_device.cpp | 137 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
|
D | fx_ge_text.cpp | 1666 FX_PATHPOINT* m_pPoints;
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 64 } FX_PATHPOINT; typedef 129 FX_PATHPOINT* GetPoints() const { return m_pPoints; } in GetPoints() 164 FX_PATHPOINT* m_pPoints;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 1435 FX_PATHPOINT* pNewPoints = FX_Alloc(FX_PATHPOINT, newsize); in AddPathPoint() 1438 m_PathAllocSize * sizeof(FX_PATHPOINT)); in AddPathPoint() 1468 sizeof(FX_PATHPOINT) * PathPointCount); in AddPathObject()
|
D | pageint.h | 253 FX_PATHPOINT* m_pPathPoints;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 573 void GetPoints(FX_PATHPOINT* pPoints) { in GetPoints() 585 void GetPointsReverse(FX_PATHPOINT* pPoints) { in GetPointsReverse() 674 FX_PATHPOINT* pPoints = path.GetPoints(); in Draw() 773 FX_PATHPOINT* pPoints = patch.path.GetPoints(); in DrawCoonPatchMeshes()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 230 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in OutputPath()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 46 FX_PATHPOINT* GetPoints() { return m_pObject->m_pPoints; } in GetPoints()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 137 FX_PATHPOINT* pPoints = pFPath->GetPoints(); in BuildPath()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 931 FX_PATHPOINT* points = pathData->GetPoints(); in setPathToContext()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 763 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in _SetPathToDC()
|
D | fx_win32_gdipext.cpp | 1110 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in DrawPath()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 36 FX_PATHPOINT* pPoints = pPathData->GetPoints(); in BuildPath()
|