Home
last modified time | relevance | path

Searched defs:FT_ABS (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h73 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro
/third_party/freetype/include/freetype/internal/
Dftobjs.h73 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h73 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c119 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c119 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro
/third_party/freetype/src/smooth/
Dftgrays.c119 #define FT_ABS( a ) ( (a) < 0 ? -(a) : (a) ) macro