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

  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 131 /* numContours :: The maximum number of contours within the outline. */
147 FT_Int numContours,
154 FT_Int numContours,
    [all...]
  /external/freetype/include/
ftoutln.h 138 /* numContours :: The maximum number of contours within the outline. */
154 FT_Int numContours,
161 FT_Int numContours,
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftoutln.h 131 /* numContours :: The maximum number of contours within the outline. */
147 FT_Int numContours,
154 FT_Int numContours,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftoutln.h 131 /* numContours :: The maximum number of contours within the outline. */
147 FT_Int numContours,
154 FT_Int numContours,
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 297 FT_Int numContours,
308 if ( numContours < 0 ||
309 (FT_UInt)numContours > numPoints )
317 FT_NEW_ARRAY( anoutline->contours, numContours ) )
321 anoutline->n_contours = (FT_Short)numContours;
339 FT_Int numContours,
346 numContours, anoutline );
  /external/freetype/src/base/
ftoutln.c 297 FT_Int numContours,
308 if ( numContours < 0 ||
309 (FT_UInt)numContours > numPoints )
317 FT_NEW_ARRAY( anoutline->contours, numContours ) )
321 anoutline->n_contours = (FT_Short)numContours;
339 FT_Int numContours,
346 numContours, anoutline );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 297 FT_Int numContours,
308 if ( numContours < 0 ||
309 (FT_UInt)numContours > numPoints )
317 FT_NEW_ARRAY( anoutline->contours, numContours ) )
321 anoutline->n_contours = (FT_Short)numContours;
339 FT_Int numContours,
346 numContours, anoutline );
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 709 numContours = struct.unpack(">h", self.data[:2])[0]
712 if numContours >= 0:
713 i += 2 * numContours # endPtsOfContours

Completed in 736 milliseconds