Home
last modified time | relevance | path

Searched refs:text_color (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/dataset/utils/
Dbrowse_dataset.py31 text_color=(203, 192, 255), argument
91 assert isinstance(text_color, tuple) and len(text_color) == 3, \
134 …tText(draw_image, draw_label, (x1, y2), cv2.FONT_HERSHEY_SIMPLEX, font_size, text_color, thickness)
/third_party/cef/patch/patches/
Dviews_1749_2102.patch334 + SkColor text_color;
337 + &text_color)) {
338 + return text_color;
/third_party/gettext/gettext-tools/tests/
Dxgettext-glade-11262 <text_color>0,0,0</text_color>
1323 <text_color>0,0,0</text_color>
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c415 tcmi->text_color[0] = 0; in atom_tcmi_clear()
416 tcmi->text_color[1] = 0; in atom_tcmi_clear()
417 tcmi->text_color[2] = 0; in atom_tcmi_clear()
1923 prop_copy_uint16 (tcmi->text_color[0], buffer, size, offset); in atom_tcmi_copy_data()
1924 prop_copy_uint16 (tcmi->text_color[1], buffer, size, offset); in atom_tcmi_copy_data()
1925 prop_copy_uint16 (tcmi->text_color[2], buffer, size, offset); in atom_tcmi_copy_data()
Datoms.h295 guint16 text_color[3]; member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch41978 theme->text_color = theme_provider.GetColor(ThemeProperties::COLOR_NTP_TEXT);
41979 most_visited->is_dark = !color_utils::IsDark(theme->text_color);