HomeSort by relevance Sort by last modified time
    Searched refs:fRowCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 60 int32_t fRowCount;
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/
SkAAClip.cpp 60 int32_t fRowCount;
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 201 milliseconds