Searched refs:BOUNDSL (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 90 #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/ |
D | ChangeLog.24 | 5504 * src/truetype/ttinterp.c (BOUNDSL): New macro. 5505 Change `BOUNDS' to `BOUNDSL' where appropriate.
|