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

/external/skia/include/core/
H A DSkImageInfo.h20 enum SkAlphaType { enum
54 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
129 SkAlphaType fAlphaType;
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
141 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
189 SkAlphaType alphaType() const { return fAlphaType; }
/external/chromium_org/third_party/skia/include/core/
H A DSkImageInfo.h20 enum SkAlphaType { enum
54 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
130 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
131 SkAlphaType* canonical = NULL);
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
169 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
202 SkAlphaType alphaType() const { return fAlphaType; }
220 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
276 SkAlphaType fAlphaType;
279 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType a
[all...]

Completed in 144 milliseconds