Home
last modified time | relevance | path

Searched refs:FT_LOAD_VERTICAL_LAYOUT (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftadvanc.c41 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in _ft_face_scale_advances()
165 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
Dftobjs.c1005 FT_BOOL( load_flags & FT_LOAD_VERTICAL_LAYOUT ) ); in FT_Load_Glyph()
1012 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c292 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Get_Advances()
492 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph()
568 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c295 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load()
673 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load()
Dcffdrivr.c223 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
301 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c234 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in tt_get_advances()
Dttgload.c2458 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in load_sbit_image()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c508 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3076 #define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 ) macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ft.cc374 …kely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags | FT_LOAD_VERTICAL_LAYOUT, &v))) in hb_ft_get_glyph_v_advance()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c266 …rtical_layout", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FT_LOAD_VERTICAL_LAYOUT }, …
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp837 loadFlags |= FT_LOAD_VERTICAL_LAYOUT; in SkScalerContext_FreeType()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES4706 unless FT_LOAD_VERTICAL_LAYOUT was specified when calling
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2358 Synthesize vertical metrics (only) if FT_LOAD_VERTICAL_LAYOUT is