Home
last modified time | relevance | path

Searched refs:sk_color_set_argb (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DCTest.cpp29 sk_paint_set_color(paint, sk_color_set_argb(0xFF, 0xFF, 0xFF, 0xFF)); in test_c()
/external/skia/include/c/
Dsk_types.h32 #define sk_color_set_argb(a, r, g, b) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro