Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp241 if (pPoints[i+2].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
247 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp201 pPoints[4].m_Flag = FXPT_LINETO | FXPT_CLOSEFIGURE; in AppendRect()
484 && m_pPoints[next].m_Flag & FXPT_CLOSEFIGURE) { in GetZeroAreaPath()
527 return m_PointCount == 5 || (m_pPoints[3].m_Flag & FXPT_CLOSEFIGURE); in IsRect()
Dfx_ge_ps.cpp108 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
124 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
Dfx_ge_text.cpp1539 param->m_pPoints[param->m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in _Outline_MoveTo()
1667 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp371 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_CloseEOFillStrokePath()
871 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_ClosePath()
873 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in Handle_ClosePath()
975 AddPathPoint(x, y, FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPathRect()
/external/pdfium/core/include/fxge/
Dfx_ge.h82 #define FXPT_CLOSEFIGURE 0x01 macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp162 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) m_PathData.close(); in BuildPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1034 if (points[i].m_Flag & FXPT_CLOSEFIGURE) { in setPathToContext()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp918 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in DrawPath()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp67 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in BuildPath()