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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 87 nPoints, nContours = g.getMaxpValues()
88 maxPoints = max(maxPoints, nPoints)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
92 maxCompositePoints = max(maxCompositePoints, nPoints)
_g_l_y_f.py 331 nPoints = 0
341 nPoints = nPoints + nP
343 return nPoints, nContours, maxComponentDepth
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgmt.c 93 cmsUInt32Number nPoints,
111 SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number));
114 for (i=0; i < nPoints; i++) {
119 cmyk[3] = (cmsFloat32Number) ((i * 100.0) / (nPoints-1));
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints);
140 cmsUInt32Number nPoints,
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
163 out = ComputeKToLstar(ContextID, nPoints, 1,
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints);
lcms2_internal.h     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 123 FX_BOOL CFX_PathData::SetPointCount(int nPoints)
125 m_PointCount = nPoints;
126 if (m_AllocCount < nPoints) {
131 m_pPoints = FX_Alloc(FX_PATHPOINT, nPoints);
135 m_AllocCount = nPoints;
139 FX_BOOL CFX_PathData::AllocPointCount(int nPoints)
141 if (m_AllocCount < nPoints) {
142 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints);
153 m_AllocCount = nPoints;
167 void CFX_PathData::TrimPoints(int nPoints)
    [all...]
fx_ge_ps.cpp 92 int nPoints = pPathData->GetPointCount();
94 buf.EstimateSize(nPoints * 10);
95 for (int i = 0; i < nPoints; i ++) {
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
346 graphics.drawPolygon(xPoints, yPoints, nPoints);
354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
356 graphics.drawPolyline(xPoints, yPoints, nPoints);
424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)
426 graphics.fillPolygon(xPoints, yPoints, nPoints);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.h 234 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
fx_win32_device.cpp 670 int nPoints = pPathData->GetPointCount();
672 for(int i = 0; i < nPoints; i++) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 189 FX_BOOL SetPointCount(int nPoints);
191 FX_BOOL AllocPointCount(int nPoints);
213 void TrimPoints(int nPoints);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
main.cpp 113 HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints)
126 *nPoints = face->glyph->outline.n_points;
127 if (!(*nPoints))
130 if (point > *nPoints)
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 230 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_FloatPoint* pPoints, int nPoints)
232 if (nPoints == 0) {
236 for (int i = 1; i < nPoints; i ++) {
  /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/include/fxcrt/
fx_coordinates.h 736 static CFX_FloatRect GetBBox(const CFX_FloatPoint* pPoints, int nPoints);
  /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;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 2210 milliseconds