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

  /external/freetype/include/
ftoutln.h 141 /* numContours :: The maximum number of contours within the outline. */
157 FT_Int numContours,
164 FT_Int numContours,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftoutln.h 141 /* numContours :: The maximum number of contours within the outline. */
157 FT_Int numContours,
164 FT_Int numContours,
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftoutln.h 141 /* numContours :: The maximum number of contours within the outline. */
157 FT_Int numContours,
164 FT_Int numContours,
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftoutln.h 141 /* numContours :: The maximum number of contours within the outline. */
157 FT_Int numContours,
164 FT_Int numContours,
    [all...]
  /external/freetype/src/base/
ftoutln.c 300 FT_Int numContours,
311 if ( numContours < 0 ||
312 (FT_UInt)numContours > numPoints )
320 FT_NEW_ARRAY( anoutline->contours, numContours ) )
324 anoutline->n_contours = (FT_Short)numContours;
342 FT_Int numContours,
349 numContours, anoutline );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c 301 FT_Int numContours,
312 if ( numContours < 0 ||
313 (FT_UInt)numContours > numPoints )
321 FT_NEW_ARRAY( anoutline->contours, numContours ) )
325 anoutline->n_contours = (FT_Short)numContours;
343 FT_Int numContours,
350 numContours, anoutline );
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 301 FT_Int numContours,
312 if ( numContours < 0 ||
313 (FT_UInt)numContours > numPoints )
321 FT_NEW_ARRAY( anoutline->contours, numContours ) )
325 anoutline->n_contours = (FT_Short)numContours;
343 FT_Int numContours,
350 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 1132 milliseconds