Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegionPriv.h41 struct SkRegion::RunHead { struct
67 static RunHead* Alloc(int count) { in Alloc() argument
87 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() argument
110 RunHead* ensureWritable() { in ensureWritable() argument
134 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
160 SkRegion::RunType* findScanline(int y) const { in findScanline()
181 void computeRunBounds(SkIRect* bounds) { in computeRunBounds()
244 int32_t fIntervalCount;
DSkAAClip.cpp57 struct SkAAClip::RunHead { struct in SkAAClip
58 int32_t fRefCnt;
59 int32_t fRowCount;
60 size_t fDataSize;
62 YOffset* yoffsets() { in yoffsets()
65 const YOffset* yoffsets() const { in yoffsets()
68 uint8_t* data() { in data()
71 const uint8_t* data() const { in data()
75 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc()
84 static int ComputeRowSizeForWidth(int width) { in ComputeRowSizeForWidth()
[all …]