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

  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 215 Sk4f getPixelFromRow(const void* row, int index) const {
216 return fPixelAccessor->getPixelFromRow(row, index);
269 *px0 = this->getPixelFromRow(src, index + 0);
270 *px1 = this->getPixelFromRow(src, index + 1);
271 *px2 = this->getPixelFromRow(src, index + 2);
272 *px3 = this->getPixelFromRow(src, index + 3);
275 Sk4f getPixelFromRow(const void* row, int index) const override {
281 return this->getPixelFromRow(fSrc, index);
312 next->blendPixel(strategy->getPixelFromRow(row, ix));
326 next->blendPixel(strategy->getPixelFromRow(row, ix))
    [all...]
SkLinearBitmapPipeline_core.h 248 virtual Sk4f getPixelFromRow(const void* row, int index) const = 0;

Completed in 71 milliseconds