Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkMask, including all inherited members.
computeImageSize() const | SkMask | |
computeTotalImageSize() const | SkMask | |
fBounds | SkMask | |
fFormat | SkMask | |
fImage | SkMask | |
Format enum name | SkMask | |
fRowBytes | SkMask | |
getAddr(int x, int y) const | SkMask | |
getAddr1(int x, int y) const | SkMask | inline |
getAddr32(int x, int y) const | SkMask | inline |
getAddr8(int x, int y) const | SkMask | inline |
getAddrLCD16(int x, int y) const | SkMask | inline |
isEmpty() const | SkMask | inline |
IsValidFormat(uint8_t format) | SkMask | inlinestatic |
k3D_Format enum value | SkMask | |
kA8_Format enum value | SkMask | |
kARGB32_Format enum value | SkMask | |
kBW_Format enum value | SkMask | |
kCountMaskFormats enum value | SkMask | |
kLCD16_Format enum value | SkMask | |
kSDF_Format enum value | SkMask | |
SkMask(const uint8_t *img, const SkIRect &bounds, uint32_t rowBytes, Format format) | SkMask | inline |