Home
last modified time | relevance | path

Searched refs:GX_COLOR_ID_YELLOW (Results 1 – 25 of 96) sorted by relevance

1234

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dguix_smart_watch_specifications.c532 GX_COLOR_ID_YELLOW, /* selected brush color */
883 GX_COLOR_ID_YELLOW, /* normal color id */
884 GX_COLOR_ID_YELLOW, /* selected color id */
885 GX_COLOR_ID_YELLOW, /* disabled color id */
1810 GX_COLOR_ID_YELLOW, /* normal color id */
1811 GX_COLOR_ID_YELLOW, /* selected color id */
1812 GX_COLOR_ID_YELLOW, /* disabled color id */
3558 GX_COLOR_ID_YELLOW, /* selected brush color */
3743 GX_COLOR_ID_YELLOW, /* normal color id */
3744 GX_COLOR_ID_YELLOW, /* selected color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_cw/
Dshapes_screen.c263 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
275 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
302 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
313 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dshapes_screen.c260 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
272 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
297 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
308 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Dshapes_screen.c253 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
265 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
290 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
301 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_ccw/
Dshapes_screen.c263 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
275 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
302 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
313 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/
Dshapes_screen.c278 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
290 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
317 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
328 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_1555xrgb/
Dshapes_screen.c280 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
292 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
317 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
328 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/
Dshapes_screen.c278 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
290 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
317 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
328 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/
Dshapes_screen.c278 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
290 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
317 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
328 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp/
Dshapes_screen.c278 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
290 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
315 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
326 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_565bgr/
Dshapes_screen.c276 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
288 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
313 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
324 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/shapes/
Ddemo_guix_shapes.c287 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
299 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
323 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
334 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated_270/
Dshapes_screen.c275 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
287 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
312 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
323 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_332rgb/
Dshapes_screen.c276 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
288 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
313 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
324 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_4444argb/
Dshapes_screen.c279 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
291 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw_binary/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/
Dshapes_screen.c277 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
289 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
316 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
327 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dshapes_screen.c271 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
283 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
310 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Dshapes_screen.c271 gx_context_brush_define(GX_COLOR_ID_GRAY, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()
283 gx_context_fill_color_set(GX_COLOR_ID_YELLOW); in graphics_draw()
310 gx_context_brush_define(GX_COLOR_ID_BROWN, GX_COLOR_ID_YELLOW, brush_style); in graphics_draw()

1234