Home
last modified time | relevance | path

Searched refs:sk_paint_set_color (Results 1 – 14 of 14) sorted by relevance

/external/skqp/experimental/c-api-example/
Dskia-c-example.c37 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF)); in draw()
40 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF)); in draw()
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00)); in draw()
61 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00)); in draw()
Dc.md58 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF));
61 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF));
70 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00));
82 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00));
/external/skia/experimental/c-api-example/
Dskia-c-example.c37 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF)); in draw()
40 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF)); in draw()
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00)); in draw()
61 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00)); in draw()
Dc.md58 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF));
61 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF));
70 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00));
82 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00));
/external/skqp/gm/
Dcgm.c34 sk_paint_set_color(paint, 0xFFFFFFFF); in do_draw()
39 sk_paint_set_color(paint, 0xFFFF0000); in do_draw()
/external/skia/gm/
Dcgm.c34 sk_paint_set_color(paint, 0xFFFFFFFF); in do_draw()
39 sk_paint_set_color(paint, 0xFFFF0000); in do_draw()
/external/skia/tests/
DCTest.cpp73 sk_paint_set_color(paint, sk_color_set_argb(0xFF, 0xFF, 0xFF, 0xFF)); in test_c()
78 sk_paint_set_color(paint, sk_color_set_argb(0x80, 0x80, 0x80, 0x80)); in test_c()
/external/skqp/tests/
DCTest.cpp73 sk_paint_set_color(paint, sk_color_set_argb(0xFF, 0xFF, 0xFF, 0xFF)); in test_c()
78 sk_paint_set_color(paint, sk_color_set_argb(0x80, 0x80, 0x80, 0x80)); in test_c()
/external/skia/include/c/
Dsk_paint.h55 SK_API void sk_paint_set_color(sk_paint_t*, sk_color_t);
/external/skqp/include/c/
Dsk_paint.h55 SK_API void sk_paint_set_color(sk_paint_t*, sk_color_t);
/external/skqp/src/c/
Dsk_paint.cpp64 void sk_paint_set_color(sk_paint_t* cpaint, sk_color_t c) { in sk_paint_set_color() function
/external/skia/src/c/
Dsk_paint.cpp64 void sk_paint_set_color(sk_paint_t* cpaint, sk_color_t c) { in sk_paint_set_color() function
/external/skia/experimental/go-skia/
Dskia.go136 C.sk_paint_set_color(p.ptr, C.sk_color_t(color))
/external/skqp/experimental/go-skia/
Dskia.go136 C.sk_paint_set_color(p.ptr, C.sk_color_t(color))