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

  /external/skia/include/core/
SkImageInfo.h 22 enum SkAlphaType {
51 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
118 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
119 SkAlphaType* canonical = nullptr);
156 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
164 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
172 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
200 SkAlphaType alphaType() const { return fAlphaType; }
225 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
313 SkAlphaType fAlphaType
    [all...]
  /external/skqp/include/core/
SkImageInfo.h 22 enum SkAlphaType {
51 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
150 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
151 SkAlphaType* canonical = nullptr);
192 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
200 static SkImageInfo MakeN32(int width, int height, SkAlphaType at,
208 static SkImageInfo MakeS32(int width, int height, SkAlphaType at);
236 SkAlphaType alphaType() const { return fAlphaType; }
261 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
354 SkAlphaType fAlphaType
    [all...]

Completed in 69 milliseconds