Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_sample.h603 Sk4f pxTop, pxBottom; in spanZeroRate() local
604 this->get2PixelColumn(row0, row1, SkScalarFloorToInt(X(start)), &pxTop, &pxBottom); in spanZeroRate()
605 Sk4f pixel = pxTop * filterY + (1.0f - filterY) * pxBottom; in spanZeroRate()
648 Sk4f pxTop, pxBottom; in spanSlowRate() local
649 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanSlowRate()
650 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanSlowRate()
764 Sk4f pxTop, pxBottom; in spanUnitRate() local
765 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanUnitRate()
766 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanUnitRate()
880 Sk4f pxTop, pxBottom; in spanMediumRate() local
[all …]