Home
last modified time | relevance | path

Searched refs:m_CloseFigure (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.h24 return m_Type == type && !m_CloseFigure; in IsTypeAndOpen()
29 bool m_CloseFigure; variable
42 return m_Points[index].m_CloseFigure; in IsClosingFigure()
/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp164 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()
183 m_Points.back().m_CloseFigure = true; in ClosePath()
390 m_Points[next].m_CloseFigure) { in GetZeroAreaPath()
433 return m_Points.size() == 5 || m_Points[3].m_CloseFigure; in IsRect()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp258 if (pPoints[i + 2].m_CloseFigure) in OutputPath()
265 if (pPoints[i].m_CloseFigure) in OutputPath()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp180 if (pPoints[i].m_CloseFigure) in ProcessPath()
/external/pdfium/xfa/fde/
Dcfde_path.cpp18 return points.empty() ? true : points.back().m_CloseFigure; in FigureClosed()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp895 m_pPathPoints[m_PathPointCount - 1].m_CloseFigure = true; in Handle_ClosePath()
1472 m_pPathPoints[m_PathPointCount - 1].m_CloseFigure = close; in AddPathPoint()
1497 Path.AppendPoint(point.m_Point, point.m_Type, point.m_CloseFigure); in AddPathObject()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp206 if (pPoints[i].m_CloseFigure) in SetPathToDC()
Dfx_win32_gdipext.cpp1172 if (pPoints[i].m_CloseFigure) { in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp311 if (pPoints[i].m_CloseFigure) in BuildPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp295 if (pPoints[i].m_CloseFigure) in BuildPath()