Searched refs:getPixelFromRow (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline_sample.h | 215 Sk4f getPixelFromRow(const void* row, int index) const { in getPixelFromRow() function 216 return fPixelAccessor->getPixelFromRow(row, index); in getPixelFromRow() 269 *px0 = this->getPixelFromRow(src, index + 0); in get4Pixels() 270 *px1 = this->getPixelFromRow(src, index + 1); in get4Pixels() 271 *px2 = this->getPixelFromRow(src, index + 2); in get4Pixels() 272 *px3 = this->getPixelFromRow(src, index + 3); in get4Pixels() 275 Sk4f getPixelFromRow(const void* row, int index) const override { in getPixelFromRow() function 281 return this->getPixelFromRow(fSrc, index); in getPixelAt() 312 next->blendPixel(strategy->getPixelFromRow(row, ix)); in src_strategy_blend() 326 next->blendPixel(strategy->getPixelFromRow(row, ix)); in src_strategy_blend() [all …]
|
D | SkLinearBitmapPipeline_core.h | 248 virtual Sk4f getPixelFromRow(const void* row, int index) const = 0;
|