Home
last modified time | relevance | path

Searched refs:style_flags (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c396 static void mov_text_style_set(MovTextContext *s, uint8_t style_flags) in mov_text_style_set() argument
398 if (!((s->style_attributes_temp.style_flag & style_flags) ^ style_flags)) { in mov_text_style_set()
403 s->style_attributes_temp.style_flag |= style_flags; in mov_text_style_set()
547 uint8_t style_flags, alpha; in mov_text_ass_style_set() local
551 style_flags = (!!style->bold * STYLE_FLAG_BOLD) | in mov_text_ass_style_set()
554 mov_text_style_set(s, style_flags); in mov_text_ass_style_set()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.c424 cidface->style_flags = 0; in FT_LOCAL_DEF()
426 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in FT_LOCAL_DEF()
431 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.c329 root->style_flags = 0; in FT_LOCAL_DEF()
331 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FT_LOCAL_DEF()
333 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in FT_LOCAL_DEF()
334 root->style_flags |= FT_STYLE_FLAG_BOLD; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c797 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FNT_Face_Init()
800 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init()
916 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init()
918 if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
923 else if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.c459 root->style_flags = 0; in FT_LOCAL_DEF()
461 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FT_LOCAL_DEF()
466 root->style_flags |= FT_STYLE_FLAG_BOLD; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A 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()
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c1317 face->style_flags = 0; in pcf_interpret_style()
1324 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style()
1334 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h924 * style_flags ::
930 * (sub)font. Bit 31 is always zero (this is, `style_flags` is always
1069 FT_Long style_flags; member
1495 * used in the `style_flags` field of @FT_FaceRec.
2286 * this special case are `face->num_faces` and `face->style_flags`.
2290 * `face->style_flags` give the number of named instances in face 'N'
2373 * num_instances = face->style_flags >> 16;
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c723 face->root.style_flags = (FT_Long)num_instances << 16; in FT_LOCAL_DEF()
1128 root->style_flags |= flags; in FT_LOCAL_DEF()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp465 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in onGetAdvancedMetrics()
1860 if (face->style_flags & FT_STYLE_FLAG_BOLD) {
1863 if (face->style_flags & FT_STYLE_FLAG_ITALIC) {
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c1033 cffface->style_flags = flags; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c2740 face->style_flags >> 16, in ft_open_face_internal()
2741 ( face->style_flags >> 16 ) == 1 ? "" : "s", in ft_open_face_internal()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c2239 num_instances = (FT_UInt)face->root.style_flags >> 16; in FT_LOCAL_DEF()
3173 num_instances = (FT_UInt)face->root.style_flags >> 16; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.c2668 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()

Completed in 32 milliseconds