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

/external/skia/include/core/
H A DSkImageInfo.h68 enum SkColorType { enum
90 static int SkColorTypeBytesPerPixel(SkColorType ct) {
109 static int SkColorTypeShiftPerPixel(SkColorType ct) {
128 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
136 static inline size_t SkColorTypeComputeOffset(SkColorType ct, int x, int y, size_t rowBytes) {
149 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
191 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at,
234 SkColorType colorType() const { return fColorType; }
264 SkImageInfo makeColorType(SkColorType newColorType) const {
340 SkColorType fColorTyp
[all...]

Completed in 65 milliseconds