Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c90 #define BOUNDSL( x, n ) ( (FT_ULong)(x) >= (FT_ULong)(n) ) macro
3037 if ( BOUNDSL( I, exc->storeSize ) ) in Ins_RS()
3083 if ( BOUNDSL( I, exc->storeSize ) ) in Ins_WS()
3106 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_WCVTP()
3129 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_WCVTF()
3152 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_RCVT()
3921 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_CALL()
4009 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_LOOPCALL()
4825 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
5997 BOUNDSL( cvtEntry, exc->cvtSize ) ) in Ins_MIAP()
[all …]
/external/freetype/
DChangeLog.245504 * src/truetype/ttinterp.c (BOUNDSL): New macro.
5505 Change `BOUNDS' to `BOUNDSL' where appropriate.