Home
last modified time | relevance | path

Searched refs:COLOR_WHITE (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_constants.py44 COLOR_WHITE = "SELECTED_TEXT" variable
Dtest_add_widget.py51 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_WHITE)
237 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_WHITE)
561 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_WHITE)
/GUIX-v6.2.1/guix_studio/
Dstudiox_constants.h3 #define COLOR_WHITE 0xffffffff macro
Dresource_item.cpp446 gx_context_raw_brush_define(COLOR_BLACK, COLOR_WHITE, GX_BRUSH_SOLID_FILL); in MakeFontPreview()