Lines Matching defs:RunHead
58 struct SkAAClip::RunHead { struct in SkAAClip
59 int32_t fRefCnt;
60 int32_t fRowCount;
61 size_t fDataSize;
63 YOffset* yoffsets() { in yoffsets()
66 const YOffset* yoffsets() const { in yoffsets()
69 uint8_t* data() { in data()
72 const uint8_t* data() const { in data()
76 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc()
85 static int ComputeRowSizeForWidth(int width) { in ComputeRowSizeForWidth()
96 static RunHead* AllocRect(const SkIRect& bounds) { in AllocRect()