Home
last modified time | relevance | path

Searched refs:FT_FACE_FLAG_COLOR (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1246 #define FT_FACE_FLAG_COLOR ( 1L << 14 ) macro
1485 ( !!( (face)->face_flags & FT_FACE_FLAG_COLOR ) )
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c1054 flags |= FT_FACE_FLAG_COLOR; /* color glyphs */ in sfnt_load_face()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.254239 Add FT_FACE_FLAG_COLOR and FT_HAS_COLOR.
4243 * include/freetype/freetype.h (FT_FACE_FLAG_COLOR, FT_HAS_COLOR):
4249 * src/sfnt/sfobjs.c (sfnt_load_face): Handle FT_FACE_FLAG_COLOR.
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES1546 - A new face flag `FT_FACE_FLAG_COLOR' has been added (to be
/third_party/chromium/patch/
D0001-cve.patch7463 #define FT_FACE_FLAG_COLOR ( 1L << 14 )
22460 flags |= FT_FACE_FLAG_COLOR; /* color glyphs */