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

/external/freetype/src/truetype/
H A Dttinterp.c88 #define BOUNDSL( x, n ) ( (FT_ULong)(x) >= (FT_ULong)(n) ) macro
2996 if ( BOUNDSL( I, exc->storeSize ) )
3030 if ( BOUNDSL( I, exc->storeSize ) )
3057 if ( BOUNDSL( I, exc->storeSize ) )
3080 if ( BOUNDSL( I, exc->cvtSize ) )
3103 if ( BOUNDSL( I, exc->cvtSize ) )
3126 if ( BOUNDSL( I, exc->cvtSize ) )
3871 if ( BOUNDSL( F, exc->maxFunc + 1 ) )
3959 if ( BOUNDSL( F, exc->maxFunc + 1 ) )
4798 if ( BOUNDSL(
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c231 #define BOUNDSL( x, n ) ( (FT_ULong)(x) >= (FT_ULong)(n) ) macro
3246 if ( BOUNDSL( I, CUR.storeSize ) ) \
3284 if ( BOUNDSL( I, CUR.storeSize ) ) \
3305 if ( BOUNDSL( I, CUR.storeSize ) ) \
3322 if ( BOUNDSL( I, CUR.cvtSize ) ) \
3341 if ( BOUNDSL( I, CUR.cvtSize ) ) \
3358 if ( BOUNDSL( I, CUR.cvtSize ) ) \
4907 if ( BOUNDSL( F, CUR.maxFunc + 1 ) )
4995 if ( BOUNDSL( F, CUR.maxFunc + 1 ) )
5280 if ( BOUNDSL(
[all...]

Completed in 113 milliseconds