Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_sample.h637 Sk4f pxTop, pxBottom; in spanZeroRate() local
638 this->get2PixelColumn(row0, row1, SkScalarFloorToInt(X(start)), &pxTop, &pxBottom); in spanZeroRate()
639 Sk4f pixel = pxTop * filterY + (1.0f - filterY) * pxBottom; in spanZeroRate()
682 Sk4f pxTop, pxBottom; in spanSlowRate() local
683 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanSlowRate()
684 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanSlowRate()
798 Sk4f pxTop, pxBottom; in spanUnitRate() local
799 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanUnitRate()
800 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanUnitRate()
914 Sk4f pxTop, pxBottom; in spanMediumRate() local
[all …]