Searched refs:num_selectors (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
H A Dttcmap.c2929 FT_ULong num_selectors; member in struct:TT_CMap14Rec_
2984 cmap->num_selectors = FT_PEEK_ULONG( table );
2998 FT_ULong num_selectors; local
3006 num_selectors = TT_NEXT_ULONG( p );
3009 /* length < 10 + 11 * num_selectors ? */
3011 ( length - 10 ) / 11 < num_selectors )
3022 for ( n = 0; n < num_selectors; n++ )
3320 FT_UInt32 count = cmap14->num_selectors;
3347 FT_UInt32 count = cmap14->num_selectors;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c2853 FT_ULong num_selectors; member in struct:TT_CMap14Rec_
2908 cmap->num_selectors = FT_PEEK_ULONG( table );
2922 FT_ULong num_selectors; local
2930 num_selectors = TT_NEXT_ULONG( p );
2933 /* length < 10 + 11 * num_selectors ? */
2935 ( length - 10 ) / 11 < num_selectors )
2946 for ( n = 0; n < num_selectors; n++ )
3234 FT_UInt32 count = cmap14->num_selectors;
3261 FT_UInt32 count = cmap14->num_selectors;

Completed in 413 milliseconds