Searched defs:tt_cmap14_ensure (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
H A Dttcmap.c2955 tt_cmap14_ensure( TT_CMap14 cmap, function
3326 if ( tt_cmap14_ensure( cmap14, ( count + 1 ), memory ) )
3352 if ( tt_cmap14_ensure( cmap14, ( count + 1 ), memory ) )
3411 if ( tt_cmap14_ensure( cmap14, ( cnt + 1 ), memory ) )
3447 if ( tt_cmap14_ensure( cmap14, ( numMappings + 1 ), memory ) )
3519 if ( tt_cmap14_ensure( cmap14, ( dcnt + numMappings + 1 ), memory ) )
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c2879 tt_cmap14_ensure( TT_CMap14 cmap, function
3240 if ( tt_cmap14_ensure( cmap14, ( count + 1 ), memory ) )
3266 if ( tt_cmap14_ensure( cmap14, ( count + 1 ), memory ) )
3325 if ( tt_cmap14_ensure( cmap14, ( cnt + 1 ), memory ) )
3361 if ( tt_cmap14_ensure( cmap14, ( numMappings + 1 ), memory ) )
3433 if ( tt_cmap14_ensure( cmap14, ( dcnt + numMappings + 1 ), memory ) )

Completed in 232 milliseconds