Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline.cpp547 Sk4f px01, Sk4f px11) { in bilerp4() argument
552 Sk4f sum = px11 * 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()