Lines Matching refs:YOffset
53 struct SkAAClip::YOffset { struct in SkAAClip
63 YOffset* yoffsets() { in yoffsets()
64 return (YOffset*)((char*)this + sizeof(RunHead)); in yoffsets()
66 const YOffset* yoffsets() const { in yoffsets()
67 return (const YOffset*)((const char*)this + sizeof(RunHead)); in yoffsets()
77 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize; in Alloc()
101 YOffset* yoff = head->yoffsets(); in AllocRect()
127 const YOffset* fCurrYOff;
128 const YOffset* fStopYOff;
158 const YOffset* prev = fCurrYOff; in next()
159 const YOffset* curr = prev + 1; in next()
200 const YOffset* yoff = head->yoffsets(); in validate()
201 const YOffset* ystop = yoff + head->fRowCount; in validate()
447 YOffset* yoff = head->yoffsets(); in trimLeftRight()
448 YOffset* stop = yoff + head->fRowCount; in trimLeftRight()
523 YOffset* yoff = head->yoffsets(); in trimTopBottom()
524 YOffset* stop = yoff + head->fRowCount; in trimTopBottom()
551 YOffset* dst = head->yoffsets(); in trimTopBottom()
552 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize; in trimTopBottom()
553 memmove(dst, dst + skip, size - skip * sizeof(YOffset)); in trimTopBottom()
603 const YOffset* yoff = head->yoffsets(); in trimBounds()
606 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds()
736 const YOffset* yoff = head->yoffsets(); in isRect()
804 SkTDArray<YOffset> yArray; in setRegion()
813 YOffset* currY = NULL; in setRegion()
876 const YOffset* yoff = fRunHead->yoffsets(); in findRow()
1093 YOffset* yoffset = head->yoffsets(); in finish()