Searched defs:GrColor (Results 1 - 2 of 2) sorted by last modified time

/external/skia/include/gpu/
H A DGrColor.h17 * GrColor is 4 bytes for R, G, B, A, in a specific order defined below. The components are stored
20 typedef uint32_t GrColor; typedef
22 // shift amount to assign a component to a GrColor int
39 * Pack 4 components (RGBA) into a GrColor int
41 static inline GrColor GrColorPackRGBA(unsigned r, unsigned g,
53 // extract a component (byte) from a GrColor int
67 * Assert in debug builds that a GrColor is premultiplied.
69 static inline void GrColorIsPMAssert(GrColor c) {
82 /** Converts a GrColor to an rgba array of GrGLfloat */
83 static inline void GrColorToRGBAFloat(GrColor colo
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrColor.h17 * GrColor is 4 bytes for R, G, B, A, in a specific order defined below. The components are stored
20 typedef uint32_t GrColor; typedef
22 // shift amount to assign a component to a GrColor int
39 * Pack 4 components (RGBA) into a GrColor int
41 static inline GrColor GrColorPackRGBA(unsigned r, unsigned g,
53 // extract a component (byte) from a GrColor int
67 * Assert in debug builds that a GrColor is premultiplied.
69 static inline void GrColorIsPMAssert(GrColor c) {
82 /** Converts a GrColor to an rgba array of GrGLfloat */
83 static inline void GrColorToRGBAFloat(GrColor colo
[all...]

Completed in 154 milliseconds