Home
last modified time | relevance | path

Searched refs:FXPT_CLOSEFIGURE (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.cpp61 pPoints[index].m_Flag |= FXPT_CLOSEFIGURE; in Close()
238 FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPie()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp20 pPoint->m_Flag |= FXPT_CLOSEFIGURE; in CloseFigure()
36 return pPoint ? (pPoint->m_Flag & FXPT_CLOSEFIGURE) : TRUE; in FigureClosed()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp249 if (pPoints[i + 2].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
255 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp190 pPoints[4].m_Flag = FXPT_LINETO | FXPT_CLOSEFIGURE; in AppendRect()
515 m_pPoints[next].m_Flag & FXPT_CLOSEFIGURE) { in GetZeroAreaPath()
563 return m_PointCount == 5 || (m_pPoints[3].m_Flag & FXPT_CLOSEFIGURE); in IsRect()
Dfx_ge_ps.cpp110 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
126 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
Dfx_ge_text.cpp1709 param->m_pPoints[param->m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in _Outline_MoveTo()
1856 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp451 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_CloseEOFillStrokePath()
828 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_ClosePath()
830 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in Handle_ClosePath()
925 AddPathPoint(x, y, FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPathRect()
/external/pdfium/core/include/fxge/
Dfx_ge.h65 #define FXPT_CLOSEFIGURE 0x01 macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp171 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in BuildPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp950 if (points[i].m_Flag & FXPT_CLOSEFIGURE) { in setPathToContext()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1175 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in DrawPath()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp67 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in BuildPath()