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

/external/chromium_org/third_party/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...]
/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;
408 YOffset* stop = yoff + head->fRowCount;
484 YOffset* stop = yoff + head->fRowCount;
498 SkASSERT(skip <= head->fRowCount);
[all...]

Completed in 58 milliseconds