Searched refs:num_contours (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dglyf.cc76 ots::Buffer *table, int16_t num_contours,
83 for (int i = 0; i < num_contours; ++i) {
107 const uint32_t gly_header_length = 10 + num_contours * 2 + 2;
217 int16_t num_contours, xmin, ymin, xmax, ymax; local
218 if (!table.ReadS16(&num_contours) ||
226 if (num_contours <= -2) {
245 if (num_contours >= 0) {
248 num_contours, gly_offset, gly_length, &new_size)) {
75 ParseSimpleGlyph(ots::OpenTypeFile *file, const uint8_t *data, ots::Buffer *table, int16_t num_contours, uint32_t gly_offset, uint32_t gly_length, uint32_t *new_size) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftpatent.c172 FT_Int num_contours; local
180 FT_READ_SHORT( num_contours ) )
183 if ( num_contours >= 0 ) /* simple glyph */
185 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) )
H A Dftgloadr.c366 FT_UInt num_contours = source->base.outline.n_contours; local
369 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
381 num_contours );
393 out->n_contours = (short)num_contours;
H A Dftstroke.c656 FT_UInt num_contours = 0; local
679 num_contours++;
690 *anum_contours = num_contours;
695 num_contours = 0;
1951 FT_UInt num_points = 0, num_contours = 0; local
1962 &num_points, &num_contours );
1968 *anum_contours = num_contours;
1982 FT_UInt count3, count4, num_contours = 0; local
1997 num_contours = count2 + count4;
2001 *anum_contours = num_contours;
2289 FT_UInt num_points, num_contours; local
2366 FT_UInt num_points, num_contours; local
[all...]
/external/freetype/src/base/
H A Dftpatent.c172 FT_Int num_contours; local
180 FT_READ_SHORT( num_contours ) )
183 if ( num_contours >= 0 ) /* simple glyph */
185 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) )
H A Dftgloadr.c369 FT_UInt num_contours = source->base.outline.n_contours; local
372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
384 num_contours );
396 out->n_contours = (short)num_contours;
H A Dftstroke.c656 FT_UInt num_contours = 0; local
679 num_contours++;
690 *anum_contours = num_contours;
695 num_contours = 0;
1951 FT_UInt num_points = 0, num_contours = 0; local
1962 &num_points, &num_contours );
1968 *anum_contours = num_contours;
1982 FT_UInt count3, count4, num_contours = 0; local
1997 num_contours = count2 + count4;
2001 *anum_contours = num_contours;
2289 FT_UInt num_points, num_contours; local
2366 FT_UInt num_points, num_contours; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftpatent.c172 FT_Int num_contours; local
180 FT_READ_SHORT( num_contours ) )
183 if ( num_contours >= 0 ) /* simple glyph */
185 if ( FT_STREAM_SKIP( 8 + num_contours * 2 ) )
H A Dftgloadr.c369 FT_UInt num_contours = source->base.outline.n_contours; local
372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
384 num_contours );
396 out->n_contours = (short)num_contours;
H A Dftstroke.c656 FT_UInt num_contours = 0; local
679 num_contours++;
690 *anum_contours = num_contours;
695 num_contours = 0;
1951 FT_UInt num_points = 0, num_contours = 0; local
1962 &num_points, &num_contours );
1968 *anum_contours = num_contours;
1982 FT_UInt count3, count4, num_contours = 0; local
1997 num_contours = count2 + count4;
2001 *anum_contours = num_contours;
2289 FT_UInt num_points, num_contours; local
2366 FT_UInt num_points, num_contours; local
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc76 int16_t num_contours; local
77 if (!buffer.ReadS16(&num_contours)) {
81 if (num_contours == 0) {
94 if (num_contours > 0) {
96 glyph->contours.resize(num_contours);
100 for (int i = 0; i < num_contours; ++i) {
120 std::vector<std::vector<uint8_t> > flags(num_contours);
123 for (int i = 0; i < num_contours; ++i) {
145 for (int i = 0; i < num_contours; ++i) {
172 for (int i = 0; i < num_contours;
[all...]
H A Dtransform.cc124 int num_contours = glyph.contours.size(); local
125 WriteUShort(&n_contour_stream_, num_contours);
130 for (int i = 0; i < num_contours; i++) {
135 for (int i = 0; i < num_contours; i++) {
147 if (num_contours > 0) {
/external/freetype/src/autofit/
H A Dafhints.c534 hints->num_contours = 0;
573 hints->num_contours = 0;
611 hints->num_contours = outline->n_contours;
692 AF_Point* contour_limit = contour + hints->num_contours;
722 AF_Point* contour_limit = hints->contours + hints->num_contours;
1309 AF_Point* contour_limit = contour + hints->num_contours;
H A Dafhints.h357 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
H A Daflatin2.c716 AF_Point* contour_limit = contour + hints->num_contours;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c1035 for ( n = 0; n < glyph->num_contours; n++ )
1150 glyph->num_contours = 0;
1278 glyph->num_contours = outline->n_contours;
1286 for ( n = 0; n < glyph->num_contours; n++ )
1398 for ( n = 0; n < glyph->num_contours; n++ )
2039 FT_UInt num_contours = glyph->num_contours; local
2042 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h197 FT_UInt num_contours; member in struct:PSH_GlyphRec_
/external/freetype/src/pshinter/
H A Dpshalgo.c1035 for ( n = 0; n < glyph->num_contours; n++ )
1150 glyph->num_contours = 0;
1278 glyph->num_contours = outline->n_contours;
1286 for ( n = 0; n < glyph->num_contours; n++ )
1398 for ( n = 0; n < glyph->num_contours; n++ )
2038 FT_UInt num_contours = glyph->num_contours; local
2041 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h197 FT_UInt num_contours; member in struct:PSH_GlyphRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c1035 for ( n = 0; n < glyph->num_contours; n++ )
1150 glyph->num_contours = 0;
1278 glyph->num_contours = outline->n_contours;
1286 for ( n = 0; n < glyph->num_contours; n++ )
1398 for ( n = 0; n < glyph->num_contours; n++ )
2039 FT_UInt num_contours = glyph->num_contours; local
2042 for ( ; num_contours > 0; num_contours--, contour++ )
H A Dpshalgo.h197 FT_UInt num_contours; member in struct:PSH_GlyphRec_
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c568 hints->num_contours = 0;
607 hints->num_contours = 0;
645 hints->num_contours = outline->n_contours;
723 AF_Point* contour_limit = contour + hints->num_contours;
1172 AF_Point* contour_limit = contour + hints->num_contours;
H A Dafhints.h346 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
H A Daflatin.c802 AF_Point* contour_limit = contour + hints->num_contours;
H A Daflatin2.c715 AF_Point* contour_limit = contour + hints->num_contours;

Completed in 6513 milliseconds

12