Searched refs:sk_paint_set_color (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/experimental/c-api-example/ |
H A D | skia-c-example.c | 37 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 D | cgm.c | 38 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 D | CTest.cpp | 74 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 D | sk_paint.h | 55 SK_API void sk_paint_set_color(sk_paint_t*, sk_color_t);
|
/third_party/skia/src/c/ |
H A D | sk_paint.cpp | 64 void sk_paint_set_color(sk_paint_t* cpaint, sk_color_t c) { in sk_paint_set_color() function
|
Completed in 2 milliseconds