/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution9.java | 263 final Ref<Integer> style_flags = new Ref<>(0); in ApplyStyle() local 269 … if (theme.GetAttribute(value.get().data, value, style_flags).intValue() == kInvalidCookie) { in ApplyStyle() 296 style_flags.set(style_flags.get() | xml_style_bag.type_spec_flags); in ApplyStyle() 329 type_set_flags.set(style_flags.get()); in ApplyStyle() 341 type_set_flags.set(style_flags.get()); in ApplyStyle()
|
D | AttributeResolution10.java | 267 final Ref<Integer> style_flags = new Ref<>(0); in ApplyStyle() local 273 … if (theme.GetAttribute(value.get().data, value, style_flags).intValue() == kInvalidCookie) { in ApplyStyle() 300 style_flags.set(style_flags.get() | xml_style_bag.type_spec_flags); in ApplyStyle() 334 type_set_flags.set(style_flags.get()); in ApplyStyle() 346 type_set_flags.set(style_flags.get()); in ApplyStyle()
|
/external/freetype/src/cid/ |
D | cidobjs.c | 419 cidface->style_flags = 0; in cid_face_init() 421 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in cid_face_init() 426 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
|
/external/freetype/src/type42/ |
D | t42objs.c | 330 root->style_flags = 0; in T42_Face_Init() 332 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T42_Face_Init() 334 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in T42_Face_Init() 335 root->style_flags |= FT_STYLE_FLAG_BOLD; in T42_Face_Init()
|
/external/freetype/src/type1/ |
D | t1objs.c | 456 root->style_flags = 0; in T1_Face_Init() 458 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init() 463 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 787 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FNT_Face_Init() 790 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init() 905 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init() 907 if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init() 912 else if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 119 (static_cast<FT_Face>(face)->style_flags & FT_STYLE_FLAG_ITALIC) 121 (static_cast<FT_Face>(face)->style_flags & FT_STYLE_FLAG_BOLD)
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 211 face->style_flags = 0; in bdf_interpret_style() 219 face->style_flags |= FT_STYLE_FLAG_ITALIC; in bdf_interpret_style() 230 face->style_flags |= FT_STYLE_FLAG_BOLD; in bdf_interpret_style()
|
/external/freetype/src/pcf/ |
D | pcfread.c | 1301 face->style_flags = 0; in pcf_interpret_style() 1308 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style() 1318 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
|
/external/freetype/include/freetype/ |
D | freetype.h | 1101 FT_Long style_flags; member
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 1082 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face() 1482 root->style_flags |= flags; in sfnt_load_face()
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 593 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in onGetAdvancedMetrics() 1853 if (face->style_flags & FT_STYLE_FLAG_BOLD) { in scanFont() 1856 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in scanFont()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 593 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in onGetAdvancedMetrics() 1853 if (face->style_flags & FT_STYLE_FLAG_BOLD) { in scanFont() 1856 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in scanFont()
|
/external/freetype/src/cff/ |
D | cffobjs.c | 1017 cffface->style_flags = flags; in cff_face_init()
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 2084 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Get_MM_Var() 3017 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Set_Named_Instance()
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 1574 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin2_hints_init()
|
D | aflatin.c | 2618 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()
|
/external/freetype/src/base/ |
D | ftobjs.c | 2639 face->style_flags >> 16, in ft_open_face_internal() 2640 ( face->style_flags >> 16 ) == 1 ? "" : "s", in ft_open_face_internal()
|
/external/freetype/ |
D | ChangeLog.28 | 2179 (TT_Get_MM_Var): Use `face->root.style_flags' as the number of named
|
/external/freetype/docs/ |
D | CHANGES | 718 given face index, and bits 16-30 of `style_flags' contain the
|