HomeSort by relevance Sort by last modified time
    Searched refs:sk_color_set_argb (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
CTest.cpp 29 sk_paint_set_color(paint, sk_color_set_argb(0xFF, 0xFF, 0xFF, 0xFF));
  /external/skia/include/c/
sk_types.h 32 #define sk_color_set_argb(a, r, g, b) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro

Completed in 167 milliseconds