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()
Dcfx_pathdata.cpp163 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()
182 m_Points.back().m_CloseFigure = true; in ClosePath()
399 m_Points[next].m_CloseFigure) { in GetZeroAreaPath()
442 return m_Points.size() == 5 || m_Points[3].m_CloseFigure; in IsRect()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp251 if (pPoints[i + 2].m_CloseFigure) in OutputPath()
258 if (pPoints[i].m_CloseFigure) in OutputPath()
Dfpdfeditpath.cpp276 return pPathPoint ? pPathPoint->m_CloseFigure : false; in FPDFPathSegment_GetClose()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp894 m_PathPoints.back().m_CloseFigure = true; in Handle_ClosePath()
1439 !m_PathPoints.back().m_CloseFigure && in AddPathPoint()
1484 Path.AppendPoint(point.m_Point, point.m_Type, point.m_CloseFigure); in AddPathObject()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp244 if (pPoints[i].m_CloseFigure) in ProcessPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp208 if (pPoints[i].m_CloseFigure) in SetPathToDC()
Dfx_win32_gdipext.cpp1217 if (pPoints[i].m_CloseFigure) { in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1101 if (pPoints[i].m_CloseFigure) in BuildPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp300 if (pPoints[i].m_CloseFigure) in BuildPath()