HomeSort by relevance Sort by last modified time
    Searched defs:nPoints (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 37 int nPoints = pPathData->GetPointCount();
39 for (int i = 0; i < nPoints; i ++) {
49 if (pPoints[i - 1].m_Flag == FXPT_MOVETO && (i == nPoints - 1 || pPoints[i + 1].m_Flag == FXPT_MOVETO) &&
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 92 int nPoints = pPathData->GetPointCount();
94 buf.EstimateSize(nPoints * 10);
95 for (int i = 0; i < nPoints; i ++) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 670 int nPoints = pPathData->GetPointCount();
672 for(int i = 0; i < nPoints; i++) {
    [all...]
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 639 CARD8 nPoints;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 639 CARD8 nPoints;

Completed in 181 milliseconds