D | SkLinearBitmapPipeline_sample.h | 206 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 207 fPixelAccessor->get4Pixels(xs, ys, px0, px1, px2, px3); in get4Pixels() 211 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 212 fPixelAccessor->get4Pixels(src, index, px0, px1, px2, px3); in get4Pixels() 259 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument 264 *px3 = this->getPixelAt(bufferLoc[3]); in get4Pixels() 268 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument 272 *px3 = this->getPixelFromRow(src, index + 3); in get4Pixels() 304 Sk4f px0, px1, px2, px3; in src_strategy_blend() local 305 strategy->get4Pixels(row, ix, &px0, &px1, &px2, &px3); in src_strategy_blend() [all …]
|