/third_party/ffmpeg/libavcodec/ |
D | movtextenc.c | 398 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/ |
D | cidobjs.c | 424 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/ |
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()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidobjs.c | 424 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/ |
D | t42objs.c | 329 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/ |
D | t42objs.c | 329 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/ |
D | t42objs.c | 328 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/ |
D | t1objs.c | 459 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/ |
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()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.c | 459 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/ |
D | winfnt.c | 797 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/ |
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()
|
/third_party/freetype/src/winfonts/ |
D | winfnt.c | 801 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/ |
D | bdfdrivr.c | 223 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/ |
D | bdfdrivr.c | 223 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/ |
D | bdfdrivr.c | 223 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/ |
D | pcfread.c | 1317 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/ |
D | pcfread.c | 1312 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/ |
D | pcfread.c | 1319 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/ |
D | sfobjs.c | 723 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/ |
D | sfobjs.c | 685 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/ |
D | sfobjs.c | 723 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/ |
D | freetype.h | 1078 FT_Long style_flags; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1069 FT_Long style_flags; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1047 FT_Long style_flags; member
|