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

/external/freetype/src/truetype/
H A Dttinterp.c5922 FT_ULong cvtEntry; local
5930 cvtEntry = (FT_ULong)args[1];
5943 BOUNDSL( cvtEntry, exc->cvtSize ) )
5970 distance = exc->func_read_cvt( exc, cvtEntry );
6174 FT_ULong cvtEntry; local
6192 cvtEntry = (FT_ULong)( args[1] + 1 );
6205 BOUNDSL( cvtEntry, exc->cvtSize + 1 ) ||
6213 if ( !cvtEntry )
6216 cvt_dist = exc->func_read_cvt( exc, cvtEntry - 1 );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c5912 FT_ULong cvtEntry; local
5920 cvtEntry = (FT_ULong)args[1];
5933 BOUNDSL( cvtEntry, exc->cvtSize ) )
5960 distance = exc->func_read_cvt( exc, cvtEntry );
6164 FT_ULong cvtEntry; local
6182 cvtEntry = (FT_ULong)( args[1] + 1 );
6195 BOUNDSL( cvtEntry, exc->cvtSize + 1 ) ||
6203 if ( !cvtEntry )
6206 cvt_dist = exc->func_read_cvt( exc, cvtEntry - 1 );

Completed in 194 milliseconds