Lines Matching refs:yoffsets
67 YOffset* yoffsets() { in yoffsets() function
70 const YOffset* yoffsets() const { in yoffsets() function
74 return (uint8_t*)(this->yoffsets() + fRowCount); in data()
77 return (const uint8_t*)(this->yoffsets() + fRowCount); in data()
105 YOffset* yoff = head->yoffsets(); in AllocRect()
150 fCurrYOff = head->yoffsets(); in Iter()
205 const YOffset* yoff = head->yoffsets(); in validate()
365 YOffset* yoff = head->yoffsets(); in trimLeftRight()
406 yoff = head->yoffsets(); in trimLeftRight()
441 YOffset* yoff = head->yoffsets(); in trimTopBottom()
463 yoff = head->yoffsets(); in trimTopBottom()
469 YOffset* dst = head->yoffsets(); in trimTopBottom()
487 stop = yoff = head->yoffsets() + head->fRowCount; in trimTopBottom()
521 const YOffset* yoff = head->yoffsets(); in trimBounds()
655 const YOffset* yoff = head->yoffsets(); in isRect()
774 memcpy(head->yoffsets(), yArray.begin(), yArray.bytes()); in setRegion()
795 const YOffset* yoff = fRunHead->yoffsets(); in findRow()
798 SkASSERT(yoff - fRunHead->yoffsets() < fRunHead->fRowCount); in findRow()
1020 YOffset* yoffset = head->yoffsets(); in finish()