Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegionPriv.h21 typedef SkRegion::RunHead RunHead; typedef
57 struct SkRegion::RunHead { struct
83 static RunHead* Alloc(int count) { in Alloc() argument
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() argument
123 RunHead* ensureWritable() { in ensureWritable() argument
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
193 void computeRunBounds(SkIRect* bounds) { in computeRunBounds()
256 int32_t fIntervalCount;
DSkAAClip.cpp61 struct SkAAClip::RunHead { struct in SkAAClip
62 std::atomic<int32_t> fRefCnt;
63 int32_t fRowCount;
64 size_t fDataSize;
66 YOffset* yoffsets() { in yoffsets()
69 const YOffset* yoffsets() const { in yoffsets()
72 uint8_t* data() { in data()
75 const uint8_t* data() const { in data()
79 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc()
88 static int ComputeRowSizeForWidth(int width) { in ComputeRowSizeForWidth()
[all …]
/external/skqp/src/core/
DSkRegionPriv.h21 typedef SkRegion::RunHead RunHead; typedef
57 struct SkRegion::RunHead { struct
83 static RunHead* Alloc(int count) { in Alloc() argument
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() argument
123 RunHead* ensureWritable() { in ensureWritable() argument
146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
172 SkRegion::RunType* findScanline(int y) const { in findScanline()
193 void computeRunBounds(SkIRect* bounds) { in computeRunBounds()
256 int32_t fIntervalCount;
DSkAAClip.cpp62 struct SkAAClip::RunHead { struct in SkAAClip
63 std::atomic<int32_t> fRefCnt;
64 int32_t fRowCount;
65 size_t fDataSize;
67 YOffset* yoffsets() { in yoffsets()
70 const YOffset* yoffsets() const { in yoffsets()
73 uint8_t* data() { in data()
76 const uint8_t* data() const { in data()
80 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc()
89 static int ComputeRowSizeForWidth(int width) { in ComputeRowSizeForWidth()
[all …]