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

  /external/skia/include/core/
SkImageInfo.h 63 * kN32_SkColorType is an alias for whichever 32bit ARGB format is the "native"
83 kN32_SkColorType = kBGRA_8888_SkColorType,
85 kN32_SkColorType = kRGBA_8888_SkColorType,
166 return Make(width, height, kN32_SkColorType, at, cs);
178 return Make(width, height, kN32_SkColorType, kPremul_SkAlphaType, cs);
  /external/skqp/include/core/
SkImageInfo.h 67 * kN32_SkColorType is an alias for whichever 32bit ARGB format is the "native"
87 kN32_SkColorType = kBGRA_8888_SkColorType,
89 kN32_SkColorType = kRGBA_8888_SkColorType,
202 return Make(width, height, kN32_SkColorType, at, cs);
214 return Make(width, height, kN32_SkColorType, kPremul_SkAlphaType, cs);

Completed in 2548 milliseconds