Home
last modified time | relevance | path

Searched refs:FT_LOAD_ADVANCE_ONLY (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftadvanc.c156 flags |= (FT_UInt32)FT_LOAD_ADVANCE_ONLY; in FT_Get_Advances()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3094 #define FT_LOAD_ADVANCE_ONLY ( 1L << 8 ) macro
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c410 if ( load_flags & FT_LOAD_ADVANCE_ONLY ) in cff_slot_load()
Dcffdrivr.c293 flags |= (FT_UInt32)FT_LOAD_ADVANCE_ONLY; in cff_get_advances()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.231413 unsigned long constant FT_LOAD_ADVANCE_ONLY to FT_UInt32
3666 * include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use value
4207 * include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): New macro.
4221 (cff_slot_load): Handle FT_LOAD_ADVANCE_ONLY.
/third_party/chromium/patch/
D0001-cve.patch7623 #define FT_LOAD_ADVANCE_ONLY ( 1L << 8 )