Searched refs:fRowCount (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkAAClip.cpp60 int32_t fRowCount; member in struct:SkAAClip::RunHead
70 return (uint8_t*)(this->yoffsets() + fRowCount);
73 return (const uint8_t*)(this->yoffsets() + fRowCount);
80 head->fRowCount = rowCount;
147 fStopYOff = fCurrYOff + head->fRowCount;
198 SkASSERT(head->fRowCount > 0);
201 const YOffset* ystop = yoff + head->fRowCount;
448 YOffset* stop = yoff + head->fRowCount;
524 YOffset* stop = yoff + head->fRowCount;
538 SkASSERT(skip <= head->fRowCount);
[all...]

Completed in 115 milliseconds