Searched defs:num_selectors (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c2692 FT_ULong num_selectors; member in struct:TT_CMap14Rec_
2747 cmap->num_selectors = FT_PEEK_ULONG( table );
2761 FT_ULong num_selectors = TT_NEXT_ULONG( p ); local
2765 length < 10 + 11 * num_selectors )
2776 for ( n = 0; n < num_selectors; n++ )
3062 FT_UInt32 count = cmap14->num_selectors;
3089 FT_UInt32 count = cmap14->num_selectors;
/external/freetype/src/sfnt/
H A Dttcmap.c2710 FT_ULong num_selectors; member in struct:TT_CMap14Rec_
2765 cmap->num_selectors = FT_PEEK_ULONG( table );
2779 FT_ULong num_selectors; local
2787 num_selectors = TT_NEXT_ULONG( p );
2790 length < 10 + 11 * num_selectors )
2801 for ( n = 0; n < num_selectors; n++ )
3087 FT_UInt32 count = cmap14->num_selectors;
3114 FT_UInt32 count = cmap14->num_selectors;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c2692 FT_ULong num_selectors; member in struct:TT_CMap14Rec_
2747 cmap->num_selectors = FT_PEEK_ULONG( table );
2761 FT_ULong num_selectors = TT_NEXT_ULONG( p ); local
2765 length < 10 + 11 * num_selectors )
2776 for ( n = 0; n < num_selectors; n++ )
3062 FT_UInt32 count = cmap14->num_selectors;
3089 FT_UInt32 count = cmap14->num_selectors;

Completed in 148 milliseconds