Lines Matching defs:RunHead
57 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()
95 static RunHead* AllocRect(const SkIRect& bounds) { in AllocRect()