Searched refs:CORRECTSIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/freetype/src/gxvalid/ |
D | gxvcommn.c | 401 #define GXV_UNITSIZE_VALIDATE( FORMAT, UNITSIZE, NUNITS, CORRECTSIZE ) \ argument 403 if ( UNITSIZE != CORRECTSIZE ) \ 408 UNITSIZE, CORRECTSIZE, FORMAT )); \
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvcommn.c | 401 #define GXV_UNITSIZE_VALIDATE( FORMAT, UNITSIZE, NUNITS, CORRECTSIZE ) \ argument 403 if ( UNITSIZE != CORRECTSIZE ) \ 408 UNITSIZE, CORRECTSIZE, FORMAT )); \
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvcommn.c | 402 #define GXV_UNITSIZE_VALIDATE( FORMAT, UNITSIZE, NUNITS, CORRECTSIZE ) \ argument 404 if ( UNITSIZE != CORRECTSIZE ) \ 409 UNITSIZE, CORRECTSIZE, FORMAT )); \
|