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

  /external/skia/src/core/
SkCoverageDelta.h 56 int count(int y) const { this->checkY(y); return fCounts[y]; }
57 bool sorted(int y) const { this->checkY(y); return fSorted[y]; }
61 this->checkY(y);
68 this->checkY(y);
92 void checkY(int y) const { SkASSERT(y >= fTop && y < fBottom); }
95 this->checkY(y);
137 this->checkY(y);
167 void checkY(int y) const { SkASSERT(y >= fBounds.fTop && y < fBounds.fBottom); }
SkScan_AAAPath.cpp 366 inline void checkY(int y) {
415 checkY(y);
443 checkY(y);
456 checkY(y);
483 checkY(y);
512 checkY(y);
527 checkY(y);
    [all...]
  /external/skqp/src/core/
SkCoverageDelta.h 56 int count(int y) const { this->checkY(y); return fCounts[y]; }
57 bool sorted(int y) const { this->checkY(y); return fSorted[y]; }
61 this->checkY(y);
68 this->checkY(y);
92 void checkY(int y) const { SkASSERT(y >= fTop && y < fBottom); }
95 this->checkY(y);
137 this->checkY(y);
167 void checkY(int y) const { SkASSERT(y >= fBounds.fTop && y < fBounds.fBottom); }
SkScan_AAAPath.cpp 366 inline void checkY(int y) {
415 checkY(y);
443 checkY(y);
456 checkY(y);
483 checkY(y);
512 checkY(y);
527 checkY(y);
    [all...]

Completed in 221 milliseconds