Searched defs:underline (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument 82 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header() argument
|
H A D | ass_split.h | 49 int underline; /**< whether text is underlined (1) or not (0) */ member
|
H A D | microdvddec.c | 330 int underline = ASS_DEFAULT_UNDERLINE; in microdvd_init() local
|
H A D | movtextdec.c | 67 uint8_t underline; member
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 552 let mut underline = None; in render_snippet_source() variables [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftwinfnt.h | 196 FT_Byte underline; member
|
/third_party/skia/gm/ |
H A D | texteffects.cpp | 32 SkPath underline; in create_underline() local 137 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); in DEF_SIMPLE_GM() local
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
H A D | index.js | |
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1751 pub fn underline(&self) -> bool { in underline() functions [all...] |
Completed in 9 milliseconds