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

/external/chromium_org/third_party/skia/include/core/
H A DSkImageInfo.h75 enum SkColorType { enum
99 static int SkColorTypeBytesPerPixel(SkColorType ct) {
116 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
130 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
201 SkColorType colorType() const { return fColorType; }
224 SkImageInfo makeColorType(SkColorType newColorType) const {
275 SkColorType fColorType;
279 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at)
/external/skia/include/core/
H A DSkImageInfo.h71 enum SkColorType { enum
95 static int SkColorTypeBytesPerPixel(SkColorType ct) {
112 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
128 SkColorType fColorType;
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
188 SkColorType colorType() const { return fColorType; }

Completed in 110 milliseconds