Searched refs:UNITSIZE (Results 1 – 3 of 3) sorted by relevance
/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 )); \ 410 if ( UNITSIZE != 0 && NUNITS != 0 ) \
|
/third_party/freetype/src/gxvalid/ |
D | gxvcommn.c | 402 #define GXV_UNITSIZE_VALIDATE( FORMAT, UNITSIZE, NUNITS, CORRECTSIZE ) \ argument 404 if ( UNITSIZE != CORRECTSIZE ) \ 409 UNITSIZE, CORRECTSIZE, FORMAT )); \ 410 if ( UNITSIZE != 0 && NUNITS != 0 ) \
|
/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 )); \ 409 if ( UNITSIZE != 0 && NUNITS != 0 ) \
|