Home
last modified time | relevance | path

Searched refs:back_color (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dass.c32 int outline_color, int back_color, in ff_ass_subtitle_header_full()
73 primary_color, secondary_color, outline_color, back_color, in ff_ass_subtitle_header_full()
84 int color, int back_color, in ff_ass_subtitle_header()
91 back_color, back_color, in ff_ass_subtitle_header()
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 Dass.h62 * @param back_color default background color to use (ABGR)
75 int outline_color, int back_color,
85 * @param back_color default background color to use (ABGR)
95 int color, int back_color,
H A Dmovtextdec.c77 int back_color; member
190 m->d.back_color = bytestream_get_be24(&tx3g_ptr); in mov_text_tx3g()
191 m->d.back_color = RGB_TO_BGR(m->d.back_color); in mov_text_tx3g()
467 (255U - m->d.back_alpha) << 24 | m->d.back_color, in mov_text_init()
468 (255U - m->d.back_alpha) << 24 | m->d.back_color, in mov_text_init()
H A Dmovtextenc.c182 uint32_t back_color = 0; in encode_sample_description() local
240 back_color = (BGR_TO_RGB(style->back_color & 0xffffff) << 8) | in encode_sample_description()
241 (255 - ((uint32_t)style->back_color >> 24)); in encode_sample_description()
246 bytestream_put_be32(&p, back_color); in encode_sample_description()
H A Dass_split.h46 int back_color; /**< color of the subtitle outline or shadow */ member
H A Dass_split.c81 {"BackColour", ASS_COLOR, offsetof(ASSStyle, back_color) },
113 {"BackColour", ASS_COLOR, offsetof(ASSStyle, back_color) },
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_varyings.cpp279 const ir_variable *back_color, in cross_validate_front_and_back_color()
287 if (back_color != NULL && back_color->data.assigned) in cross_validate_front_and_back_color()
288 cross_validate_types_and_qualifiers(consts, prog, input, back_color, in cross_validate_front_and_back_color()
703 const ir_variable *const back_color = in cross_validate_outputs_to_inputs() local
707 front_color, back_color, in cross_validate_outputs_to_inputs()
713 const ir_variable *const back_color = in cross_validate_outputs_to_inputs() local
717 front_color, back_color, in cross_validate_outputs_to_inputs()
275 cross_validate_front_and_back_color(const struct gl_constants *consts, struct gl_shader_program *prog, const ir_variable *input, const ir_variable *front_color, const ir_variable *back_color, gl_shader_stage consumer_stage, gl_shader_stage producer_stage) cross_validate_front_and_back_color() argument

Completed in 7 milliseconds