Home
last modified time | relevance | path

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

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