Searched refs:getPixelAt (Results 1 – 2 of 2) sorted by relevance
185 Sk4f getPixelAt(int index) const { in getPixelAt() function186 return fPixelAccessor->getPixelAt(index); in getPixelAt()214 *px2 = this->getPixelAt(bufferLoc[2]); in getFewPixels()216 *px1 = this->getPixelAt(bufferLoc[1]); in getFewPixels()218 *px0 = this->getPixelAt(bufferLoc[0]); in getFewPixels()227 *px0 = this->getPixelAt(bufferLoc[0]); in get4Pixels()228 *px1 = this->getPixelAt(bufferLoc[1]); in get4Pixels()229 *px2 = this->getPixelAt(bufferLoc[2]); in get4Pixels()230 *px3 = this->getPixelAt(bufferLoc[3]); in get4Pixels()246 Sk4f getPixelAt(int index) const override { in getPixelAt() function
250 virtual Sk4f getPixelAt(int index) const = 0;