HomeSort by relevance Sort by last modified time
    Searched refs:FXPT_CLOSEFIGURE (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 243 if (pPoints[i+2].m_Flag & FXPT_CLOSEFIGURE)
249 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE)
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 218 pPoints[4].m_Flag = FXPT_LINETO | FXPT_CLOSEFIGURE;
503 && m_pPoints[next].m_Flag & FXPT_CLOSEFIGURE) {
546 return m_PointCount == 5 || (m_pPoints[3].m_Flag & FXPT_CLOSEFIGURE);
fx_ge_ps.cpp 108 if (flag & FXPT_CLOSEFIGURE) {
124 if (flag & FXPT_CLOSEFIGURE) {
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 83 #define FXPT_CLOSEFIGURE 0x01
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 67 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) {
    [all...]

Completed in 1022 milliseconds