Home
last modified time | relevance | path

Searched refs:style_flags (Results 1 – 22 of 22) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution10.java267 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()
DAttributeResolution9.java263 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()
/external/pdfium/core/fxge/
Dfx_freetype.h66 #define FXFT_Is_Face_Italic(face) (((face)->style_flags) & FT_STYLE_FLAG_ITALIC)
67 #define FXFT_Is_Face_Bold(face) (((face)->style_flags) & FT_STYLE_FLAG_BOLD)
/external/freetype/src/cid/
Dcidobjs.c419 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/
Dt42objs.c329 root->style_flags = 0; in T42_Face_Init()
331 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T42_Face_Init()
333 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in T42_Face_Init()
334 root->style_flags |= FT_STYLE_FLAG_BOLD; in T42_Face_Init()
/external/freetype/src/type1/
Dt1objs.c455 root->style_flags = 0; in T1_Face_Init()
457 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init()
462 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
/external/freetype/src/winfonts/
Dwinfnt.c790 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FNT_Face_Init()
793 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init()
908 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init()
910 if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
915 else if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
/external/freetype/src/bdf/
Dbdfdrivr.c223 face->style_flags = 0; in bdf_interpret_style()
231 face->style_flags |= FT_STYLE_FLAG_ITALIC; in bdf_interpret_style()
242 face->style_flags |= FT_STYLE_FLAG_BOLD; in bdf_interpret_style()
/external/freetype/src/pcf/
Dpcfread.c1318 face->style_flags = 0; in pcf_interpret_style()
1325 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style()
1335 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
/external/freetype/src/sfnt/
Dsfobjs.c710 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1114 root->style_flags |= flags; in sfnt_load_face()
/external/freetype/include/freetype/
Dfreetype.h1034 FT_Long style_flags; member
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp593 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/
DSkFontHost_FreeType.cpp629 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in onGetAdvancedMetrics()
2029 if (face->style_flags & FT_STYLE_FLAG_BOLD) { in scanFont()
2032 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in scanFont()
/external/freetype/src/cff/
Dcffobjs.c1028 cffface->style_flags = flags; in cff_face_init()
/external/freetype/src/truetype/
Dttgxvar.c2159 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Get_MM_Var()
3092 num_instances = (FT_UInt)face->root.style_flags >> 16; in TT_Set_Named_Instance()
/external/freetype/src/autofit/
Daflatin2.c1575 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin2_hints_init()
Daflatin.c2653 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()
/external/freetype/src/base/
Dftobjs.c2688 face->style_flags >> 16, in ft_open_face_internal()
2689 ( face->style_flags >> 16 ) == 1 ? "" : "s", in ft_open_face_internal()
/external/freetype/
DChangeLog.282179 (TT_Get_MM_Var): Use `face->root.style_flags' as the number of named
/external/freetype/docs/
DCHANGES1000 given face index, and bits 16-30 of `style_flags' contain the
/external/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi14385 <!-- FT_Long FT_FaceRec_::style_flags -->
14386 …<var-decl name='style_flags' type-id='type-id-1123' visibility='default' filepath='/collab/usr/glo…
/external/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi9468 …<var-decl name='style_flags' type-id='type-id-1123' visibility='default' filepath='/collab/usr/glo…