Searched defs:SkMask (Results 1 – 6 of 6) sorted by relevance
22 struct SkMask { struct23 SkMask() : fImage(nullptr) {} in SkMask() argument25 enum Format {34 enum {38 uint8_t* fImage;39 SkIRect fBounds;40 uint32_t fRowBytes;41 Format fFormat;45 bool isEmpty() const { return fBounds.isEmpty(); } in isEmpty()63 uint8_t* getAddr1(int x, int y) const { in getAddr1()[all …]
347 void blitMask(const SkMask&, const SkIRect& clip) override { in blitMask()
1229 void blitMask(const SkMask&, const SkIRect& clip) override in blitMask()