Home
last modified time | relevance | path

Searched refs:bilerp4 (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLinearBitmapPipeline.cpp546 static Sk4f VECTORCALL bilerp4(Sk4f xs, Sk4f ys, Sk4f px00, Sk4f px10, in bilerp4() function
585 Sk4f pixel = bilerp4(xs, ys, px00, px10, px01, px11); in bilerpList()