Home
last modified time | relevance | path

Searched refs:numContours (Results 1 – 5 of 5) sorted by relevance

/third_party/freetype/
Dbackport-freetype-2.10.0-internal-outline.patch18 FT_Int numContours,
28 + FT_Int numContours,
60 + FT_Int numContours,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java100 int numContours = glyph.numberOfContours(); in writeSimpleGlyph() local
101 writeUShort(numContours); in writeSimpleGlyph()
102 for (int i = 0; i < numContours; i++) { in writeSimpleGlyph()
108 for (int i = 0; i < numContours; i++) { in writeSimpleGlyph()
121 if (numContours > 0) { in writeSimpleGlyph()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c295 FT_Int numContours, in FT_Outline_New() argument
312 if ( numContours < 0 || in FT_Outline_New()
313 (FT_UInt)numContours > numPoints ) in FT_Outline_New()
321 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New()
325 anoutline->n_contours = (FT_Short)numContours; in FT_Outline_New()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftoutln.h164 FT_Int numContours,
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.24916 `numContours' and `numPoints' fit into FT_Outline's `n_points' and