Searched refs:get4Pixels (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 500 void VECTORCALL get4Pixels(Sk4f xs, Sk4f ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) { in get4Pixels() function in __anon16939db40111::Passthrough8888 578 fStrategy.get4Pixels(xs, ys, &px0, &px1, &px2, &px3); in pointList4() 584 fStrategy.get4Pixels(xs, ys, &px00, &px10, &px01, &px11); in bilerpList()
|