Searched refs:BOUNDSL (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 89 #define BOUNDSL( x, n ) ( (FT_ULong)(x) >= (FT_ULong)(n) ) macro 3076 if ( BOUNDSL( I, exc->storeSize ) ) in Ins_RS() 3122 if ( BOUNDSL( I, exc->storeSize ) ) in Ins_WS() 3145 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_WCVTP() 3168 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_WCVTF() 3191 if ( BOUNDSL( I, exc->cvtSize ) ) in Ins_RCVT() 3954 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_CALL() 4045 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_LOOPCALL() 4861 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC() 5995 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.
|