Searched refs:px10 (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 546 static Sk4f VECTORCALL bilerp4(Sk4f xs, Sk4f ys, Sk4f px00, Sk4f px10, in bilerp4() argument 554 sum = sum + px10 * (fxs - fxys); in bilerp4() 583 Sk4f px00, px10, px01, px11; in bilerpList() local 584 fStrategy.get4Pixels(xs, ys, &px00, &px10, &px01, &px11); in bilerpList() 585 Sk4f pixel = bilerp4(xs, ys, px00, px10, px01, px11); in bilerpList()
|