/external/pdfium/third_party/freetype/src/base/ |
D | ftadvanc.c | 42 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in _ft_face_scale_advances() 159 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
|
D | ftobjs.c | 748 FT_BOOL( load_flags & FT_LOAD_VERTICAL_LAYOUT ) ); in FT_Load_Glyph() 755 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Load_Glyph()
|
/external/freetype/src/base/ |
D | ftadvanc.c | 42 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in _ft_face_scale_advances() 159 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
|
D | ftobjs.c | 748 FT_BOOL( load_flags & FT_LOAD_VERTICAL_LAYOUT ) ); in FT_Load_Glyph() 755 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Load_Glyph()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftadvanc.c | 42 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in _ft_face_scale_advances() 159 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
|
D | ftobjs.c | 760 FT_BOOL( load_flags & FT_LOAD_VERTICAL_LAYOUT ) ); in FT_Load_Glyph() 767 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Load_Glyph()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1gload.c | 225 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Get_Advances() 407 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph() 483 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1gload.c | 225 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Get_Advances() 407 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph() 483 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in T1_Load_Glyph()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffdrivr.c | 208 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances() 268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
|
D | cffgload.c | 2705 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load() 3075 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cffdrivr.c | 208 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances() 268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
|
D | cffgload.c | 2705 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load() 3075 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 208 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances() 268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
|
D | cffgload.c | 2705 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load() 3077 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_slot_load()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttdriver.c | 202 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in tt_get_advances()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 202 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in tt_get_advances()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 202 if ( flags & FT_LOAD_VERTICAL_LAYOUT ) in tt_get_advances()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
D | cidgload.c | 444 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cid_slot_load_glyph()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 433 if ( load_flags & FT_LOAD_VERTICAL_LAYOUT ) in cid_slot_load_glyph()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 2789 #define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 ) macro
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | freetype.h | 2789 #define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 ) macro
|
/external/freetype/include/ |
D | freetype.h | 2674 #define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 ) macro
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeType.java | 826 public static int FT_LOAD_VERTICAL_LAYOUT = 0x10; field in FreeType
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 219 …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()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 885 loadFlags |= FT_LOAD_VERTICAL_LAYOUT; in SkScalerContext_FreeType()
|