Searched defs:n_contours (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c83 for ( n = 0; n < outline->n_contours; n++ )
321 anoutline->n_contours = (FT_Short)numContours;
358 FT_Int n_contours = outline->n_contours; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
372 for ( n = 0; n < n_contours; n++ )
406 source->n_contours != target->n_contours )
416 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/freetype/src/base/
H A Dftoutln.c83 for ( n = 0; n < outline->n_contours; n++ )
321 anoutline->n_contours = (FT_Short)numContours;
358 FT_Int n_contours = outline->n_contours; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
372 for ( n = 0; n < n_contours; n++ )
406 source->n_contours != target->n_contours )
416 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c83 for ( n = 0; n < outline->n_contours; n++ )
321 anoutline->n_contours = (FT_Short)numContours;
358 FT_Int n_contours = outline->n_contours; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
372 for ( n = 0; n < n_contours; n++ )
406 source->n_contours != target->n_contours )
416 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h351 /* n_contours :: The number of contours in the outline. */
376 /* contours :: An array of `n_contours' shorts, giving the end */
394 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c326 loader->n_contours = FT_NEXT_SHORT( p );
333 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
351 FT_Int n_contours = load->n_contours; local
366 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
372 cont_limit = cont + n_contours;
375 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
380 if ( n_contours > 0 )
398 if ( n_contours >
[all...]
/external/freetype/include/
H A Dftimage.h351 /* n_contours :: The number of contours in the outline. */
376 /* contours :: An array of `n_contours' shorts, giving the end */
394 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/freetype/src/truetype/
H A Dttgload.c324 loader->n_contours = FT_NEXT_SHORT( p );
331 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
349 FT_Int n_contours = load->n_contours; local
364 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
370 cont_limit = cont + n_contours;
373 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
378 if ( n_contours > 0 )
396 if ( n_contours >
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h351 /* n_contours :: The number of contours in the outline. */
376 /* contours :: An array of `n_contours' shorts, giving the end */
394 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h351 /* n_contours :: The number of contours in the outline. */
376 /* contours :: An array of `n_contours' shorts, giving the end */
394 short n_contours; /* number of contours in glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c327 loader->n_contours = FT_NEXT_SHORT( p );
334 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
352 FT_Int n_contours = load->n_contours; local
367 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours );
373 cont_limit = cont + n_contours;
376 if ( n_contours >= 0xFFF || p + ( n_contours + 1 ) * 2 > limit )
381 if ( n_contours > 0 )
399 if ( n_contours >
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc200 unsigned int n_contours, unsigned int instruction_length,
202 // I believe that n_contours < 65536, in which case this is safe. However, a
204 unsigned int flag_offset = kEndPtsOfContoursOffset + 2 * n_contours + 2 +
465 uint16_t n_contours = 0; local
466 if (!n_contour_stream.ReadU16(&n_contours)) {
471 if (n_contours == 0xffff) {
493 } else if (n_contours > 0) {
499 for (unsigned int j = 0; j < n_contours; ++j) {
523 kEndPtsOfContoursOffset + 2 * n_contours;
527 Store16(glyf_dst, 0, n_contours);
199 StorePoints(const std::vector<Point>& points, unsigned int n_contours, unsigned int instruction_length, uint8_t* dst, size_t dst_size, size_t* glyph_size) argument
[all...]
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc304 unsigned int n_contours, unsigned int instruction_length,
306 // I believe that n_contours < 65536, in which case this is safe. However, a
308 unsigned int flag_offset = kEndPtsOfContoursOffset + 2 * n_contours + 2 +
572 uint16_t n_contours = 0; local
573 if (!n_contour_stream.ReadU16(&n_contours)) {
578 if (n_contours == 0xffff) {
601 } else if (n_contours > 0) {
607 for (unsigned int j = 0; j < n_contours; ++j) {
631 kEndPtsOfContoursOffset + 2 * n_contours;
635 Store16(glyf_dst, 0, n_contours);
303 StorePoints(const std::vector<Point>& points, unsigned int n_contours, unsigned int instruction_length, uint8_t* dst, size_t dst_size, size_t* glyph_size) argument
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1349 /* n_contours :: The current number of contours in the zone. */
1368 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1399 FT_Short n_contours; member in struct:TT_LoaderRec_
/external/freetype/include/internal/
H A Dtttypes.h1426 /* n_contours :: The current number of contours in the zone. */
1445 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1476 FT_Short n_contours; member in struct:TT_LoaderRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h1349 /* n_contours :: The current number of contours in the zone. */
1368 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1399 FT_Short n_contours; member in struct:TT_LoaderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h1349 /* n_contours :: The current number of contours in the zone. */
1368 FT_Short n_contours; /* number of contours */ member in struct:TT_GlyphZoneRec_
1399 FT_Short n_contours; member in struct:TT_LoaderRec_

Completed in 271 milliseconds