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

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c2677 /* numMappings 0 ULONG number of mappings */
2824 FT_ULong numMappings = TT_NEXT_ULONG( ndp ); local
2828 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2831 for ( i = 0; i < numMappings; ++i )
2933 FT_UInt32 numMappings = TT_PEEK_ULONG( base ); local
2938 max = numMappings;
3182 FT_UInt32 numMappings; local
3187 numMappings = (FT_UInt32)TT_NEXT_ULONG( p );
3189 if ( tt_cmap14_ensure( cmap14, ( numMappings + 1 ), memory ) )
3193 for ( i = 0; i < numMappings;
3238 FT_UInt32 numMappings; local
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c2695 /* numMappings 0 ULONG number of mappings */
2849 FT_ULong numMappings = TT_NEXT_ULONG( ndp ); local
2853 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2856 for ( i = 0; i < numMappings; ++i )
2958 FT_UInt32 numMappings = TT_PEEK_ULONG( base ); local
2963 max = numMappings;
3207 FT_UInt32 numMappings; local
3212 numMappings = (FT_UInt32)TT_NEXT_ULONG( p );
3214 if ( tt_cmap14_ensure( cmap14, ( numMappings + 1 ), memory ) )
3218 for ( i = 0; i < numMappings;
3262 FT_UInt32 numMappings; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c2677 /* numMappings 0 ULONG number of mappings */
2824 FT_ULong numMappings = TT_NEXT_ULONG( ndp ); local
2828 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2831 for ( i = 0; i < numMappings; ++i )
2933 FT_UInt32 numMappings = TT_PEEK_ULONG( base ); local
2938 max = numMappings;
3182 FT_UInt32 numMappings; local
3187 numMappings = (FT_UInt32)TT_NEXT_ULONG( p );
3189 if ( tt_cmap14_ensure( cmap14, ( numMappings + 1 ), memory ) )
3193 for ( i = 0; i < numMappings;
3238 FT_UInt32 numMappings; local
[all...]

Completed in 118 milliseconds