Home
last modified time | relevance | path

Searched defs:SkMask (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkMask.h25 struct SkMask { struct
39 SkMask(const uint8_t* img, const SkIRect& bounds, uint32_t rowBytes, Format format) in SkMask() argument
41 uint8_t const * const fImage;
42 const SkIRect fBounds;
43 const uint32_t fRowBytes;
44 const Format fFormat;
46 static bool IsValidFormat(uint8_t format) { return format < kCountMaskFormats; } in IsValidFormat()
50 bool isEmpty() const { return fBounds.isEmpty(); } in isEmpty()
68 const uint8_t* getAddr1(int x, int y) const { in getAddr1()
79 const uint8_t* getAddr8(int x, int y) const { in getAddr8()
[all …]
H A DSkScan_Path.cpp359 void blitMask(const SkMask&, const SkIRect& clip) override { in blitMask()
H A DSkAAClip.cpp756 void blitMask(const SkMask&, const SkIRect& clip) override in blitMask()