Lines Matching refs:RunHead
61 struct SkAAClip::RunHead { struct in SkAAClip
67 return (YOffset*)((char*)this + sizeof(RunHead)); in yoffsets()
70 return (const YOffset*)((const char*)this + sizeof(RunHead)); in yoffsets()
79 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc() argument
80 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize; in Alloc()
81 RunHead* head = (RunHead*)sk_malloc_throw(size); in Alloc()
99 static RunHead* AllocRect(const SkIRect& bounds) { in AllocRect() argument
103 RunHead* head = RunHead::Alloc(1, rowSize); in AllocRect()
148 const RunHead* head = clip.fRunHead; in Iter()
200 const RunHead* head = fRunHead; in validate()
363 RunHead* head = fRunHead; in trimLeftRight()
439 RunHead* head = fRunHead; in trimTopBottom()
519 const RunHead* head = fRunHead; in trimBounds()
584 const SkAAClip::RunHead* ah = a.fRunHead; in operator ==()
585 const SkAAClip::RunHead* bh = b.fRunHead; in operator ==()
639 fRunHead = RunHead::AllocRect(bounds); in setRect()
650 const RunHead* head = fRunHead; in isRect()
770 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes()); in setRegion()
1016 RunHead* head = RunHead::Alloc(fRows.count(), dataSize); in finish()