Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c398 static void mov_text_style_set(MovTextContext *s, uint8_t style_flags) in mov_text_style_set() argument
400 if (!((s->style_attributes_temp.style_flag & style_flags) ^ style_flags)) { in mov_text_style_set()
405 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/freetype/src/cid/
Dcidobjs.c424 cidface->style_flags = 0; in cid_face_init()
426 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in cid_face_init()
431 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c424 cidface->style_flags = 0; in cid_face_init()
426 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in cid_face_init()
431 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/freetype/src/type42/
Dt42objs.c328 root->style_flags = 0; in T42_Face_Init()
330 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T42_Face_Init()
332 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in T42_Face_Init()
333 root->style_flags |= FT_STYLE_FLAG_BOLD; in T42_Face_Init()
/third_party/freetype/src/type1/
Dt1objs.c459 root->style_flags = 0; in T1_Face_Init()
461 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init()
466 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1objs.c456 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()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.c459 root->style_flags = 0; in T1_Face_Init()
461 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init()
466 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
/third_party/skia/third_party/externals/freetype/src/winfonts/
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/flutter/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c787 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()
/third_party/freetype/src/winfonts/
Dwinfnt.c801 root->style_flags |= FT_STYLE_FLAG_ITALIC; in FNT_Face_Init()
804 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init()
920 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init()
922 if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
927 else if ( root->style_flags & FT_STYLE_FLAG_ITALIC ) in FNT_Face_Init()
/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/pcf/
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/freetype/src/pcf/
Dpcfread.c1312 face->style_flags = 0; in pcf_interpret_style()
1319 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style()
1329 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c1319 face->style_flags = 0; in pcf_interpret_style()
1326 face->style_flags |= FT_STYLE_FLAG_ITALIC; in pcf_interpret_style()
1336 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c723 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1128 root->style_flags |= flags; in sfnt_load_face()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c685 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1085 root->style_flags |= flags; in sfnt_load_face()
/third_party/freetype/src/sfnt/
Dsfobjs.c723 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1152 root->style_flags |= flags; in sfnt_load_face()
/third_party/freetype/include/freetype/
Dfreetype.h1078 FT_Long style_flags; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1069 FT_Long style_flags; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1047 FT_Long style_flags; member

12