Home
last modified time | relevance | path

Searched refs:cursor_color (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dccaption_dec.c245 uint8_t cursor_color; member
309 ctx->cursor_color = 0; in flush_decoder()
337 color[col] = ctx->cursor_color; in write_char()
623 ctx->cursor_color = pac2_attribs[i][0]; in handle_textattr()
647 ctx->cursor_color = pac2_attribs[lo][0]; in handle_pac()
/third_party/python/Lib/idlelib/
Dcolorizer.py90 cursor_color = idleConf.GetHighlight(theme, 'cursor')['foreground']
95 insertbackground=cursor_color,