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

/external/skia/include/core/
H A DSkColor.h14 /** \file SkColor.h
24 dependent order, to match the format of kARGB32 bitmaps. SkColor is the type used to
27 typedef uint32_t SkColor; typedef
29 /** Return a SkColor value from 8 bit component values
31 static constexpr inline SkColor SkColorSetARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
39 /** Return a SkColor value from 8 bit component values, with an implied value
44 /** return the alpha byte from a SkColor value */
46 /** return the red byte from a SkColor value */
48 /** return the green byte from a SkColor value */
50 /** return the blue byte from a SkColor valu
[all...]
/external/skqp/include/core/
H A DSkColor.h14 /** \file SkColor.h
24 dependent order, to match the format of kARGB32 bitmaps. SkColor is the type used to
27 typedef uint32_t SkColor; typedef
29 /** Return a SkColor value from 8 bit component values
31 static constexpr inline SkColor SkColorSetARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) {
39 /** Return a SkColor value from 8 bit component values, with an implied value
44 /** return the alpha byte from a SkColor value */
46 /** return the red byte from a SkColor value */
48 /** return the green byte from a SkColor value */
50 /** return the blue byte from a SkColor valu
[all...]

Completed in 126 milliseconds