Lines Matching refs:yoffsets
63 YOffset* yoffsets() {
66 const YOffset* yoffsets() const {
70 return (uint8_t*)(this->yoffsets() + fRowCount);
73 return (const uint8_t*)(this->yoffsets() + fRowCount);
101 YOffset* yoff = head->yoffsets();
146 fCurrYOff = head->yoffsets();
200 const YOffset* yoff = head->yoffsets();
407 YOffset* yoff = head->yoffsets();
448 yoff = head->yoffsets();
483 YOffset* yoff = head->yoffsets();
505 yoff = head->yoffsets();
511 YOffset* dst = head->yoffsets();
529 stop = yoff = head->yoffsets() + head->fRowCount;
563 const YOffset* yoff = head->yoffsets();
787 memcpy(head->yoffsets(), yArray.begin(), yArray.bytes());
808 const YOffset* yoff = fRunHead->yoffsets();
811 SkASSERT(yoff - fRunHead->yoffsets() < fRunHead->fRowCount);
1025 YOffset* yoffset = head->yoffsets();