Searched defs:GrColor (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrColor.h17 * GrColor is 4 bytes for R, G, B, A, in a compile-time specific order. The
20 typedef uint32_t GrColor; typedef
23 // shift amount to assign a component to a GrColor int
34 * Pack 4 components (RGBA) into a GrColor int
36 static inline GrColor GrColorPackRGBA(unsigned r, unsigned g,
48 // extract a component (byte) from a GrColor int

Completed in 47 milliseconds