Home
last modified time | relevance | path

Searched refs:sk_paint_set_color (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/c-api-example/
H A 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()
63 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00)); in draw()
/third_party/skia/gm/
H A Dcgm.c38 sk_paint_set_color(paint, 0xFFFFFFFF); in do_draw()
43 sk_paint_set_color(paint, 0xFFFF0000); in do_draw()
/third_party/skia/tests/
H A DCTest.cpp74 sk_paint_set_color(paint, sk_color_set_argb(0xFF, 0xFF, 0xFF, 0xFF)); in test_c()
79 sk_paint_set_color(paint, sk_color_set_argb(0x80, 0x80, 0x80, 0x80)); in test_c()
/third_party/skia/include/c/
H A Dsk_paint.h55 SK_API void sk_paint_set_color(sk_paint_t*, sk_color_t);
/third_party/skia/src/c/
H A Dsk_paint.cpp64 void sk_paint_set_color(sk_paint_t* cpaint, sk_color_t c) { in sk_paint_set_color() function

Completed in 2 milliseconds