Home
last modified time | relevance | path

Searched defs:RunHead (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRegionPriv.h23 typedef SkRegion::RunHead RunHead; typedef
59 struct SkRegion::RunHead { struct
85 static RunHead* Alloc(int count) { in Alloc() argument
102 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() argument
125 RunHead* ensureWritable() { in ensureWritable() argument
148 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
174 SkRegion::RunType* findScanline(int y) const { in findScanline()
195 void computeRunBounds(SkIRect* bounds) { in computeRunBounds()
258 int32_t fIntervalCount;
H A DSkAAClip.cpp175 struct SkAAClip::RunHead { struct in SkAAClip
176 std::atomic<int32_t> fRefCnt;
177 int32_t fRowCount;
178 size_t fDataSize;
180 YOffset* yoffsets() { in yoffsets()
183 const YOffset* yoffsets() const { in yoffsets()
186 uint8_t* data() { in data()
189 const uint8_t* data() const { in data()
193 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc()
202 static int ComputeRowSizeForWidth(int width) { in ComputeRowSizeForWidth()
[all …]