Searched refs:findRow (Results 1 – 4 of 4) sorted by relevance
67 private int findRow(int rangeStart) { in findRow() method in PropsVectors196 firstRow = findRow(start); in setValue()197 lastRow = findRow(end); in setValue()289 int index = findRow(c); in getValue()
65 private int findRow(int rangeStart) { in findRow() method in PropsVectors194 firstRow = findRow(start); in setValue()195 lastRow = findRow(end); in setValue()287 int index = findRow(c); in getValue()
68 const uint8_t* findRow(int y, int* lastYForRow = nullptr) const;
868 const uint8_t* SkAAClip::findRow(int y, int* lastYForRow) const { in findRow() function in SkAAClip921 const uint8_t* row = this->findRow(top, &lastY); in quickContains()1944 const uint8_t* row = fAAClip->findRow(y); in blitH()2012 const uint8_t* row = fAAClip->findRow(y); in blitAntiH()2030 const uint8_t* row = fAAClip->findRow(y, &lastY); in blitV()2229 const uint8_t* row = fAAClip->findRow(y, &localStopY); in blitMask()