D | SkLinearBitmapPipeline_sample.h | 172 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 173 fPixelAccessor->get4Pixels(xs, ys, px0, px1, px2, px3); in get4Pixels() 177 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 178 fPixelAccessor->get4Pixels(src, index, px0, px1, px2, px3); in get4Pixels() 225 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument 230 *px3 = this->getPixelAt(bufferLoc[3]); in get4Pixels() 234 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument 238 *px3 = this->getPixelFromRow(src, index + 3); in get4Pixels() 270 Sk4f px0, px1, px2, px3; in src_strategy_blend() local 271 strategy->get4Pixels(row, ix, &px0, &px1, &px2, &px3); in src_strategy_blend() [all …]
|