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

  /external/chromium_org/third_party/skia/include/gpu/
GrColor.h 17 * GrColor is 4 bytes for R, G, B, A, in a specific order defined below. The components are stored
20 typedef uint32_t GrColor;
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 color, float rgba[4])
    [all...]
  /external/skia/include/gpu/
GrColor.h 17 * GrColor is 4 bytes for R, G, B, A, in a specific order defined below. The components are stored
20 typedef uint32_t GrColor;
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 color, float rgba[4])
    [all...]

Completed in 38 milliseconds