Searched refs:fRowCount (Results 1 – 1 of 1) sorted by relevance
59 int32_t fRowCount; member69 return (uint8_t*)(this->yoffsets() + fRowCount); in data()72 return (const uint8_t*)(this->yoffsets() + fRowCount); in data()79 head->fRowCount = rowCount; in Alloc()146 fStopYOff = fCurrYOff + head->fRowCount; in Iter()198 SkASSERT(head->fRowCount > 0); in validate()201 const YOffset* ystop = yoff + head->fRowCount; in validate()448 YOffset* stop = yoff + head->fRowCount; in trimLeftRight()524 YOffset* stop = yoff + head->fRowCount; in trimTopBottom()538 SkASSERT(skip <= head->fRowCount); in trimTopBottom()[all …]