HomeSort by relevance Sort by last modified time
    Searched refs:leftPart (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 687 // The leftPart is made up of two pixels from the left column of the filter, right part
690 Sk4f leftPart = partAtColumn(iXs[0]);
694 auto bilerp = [&](const Sk4f& leftPart, const Sk4f& rightPart) {
695 Sk4f pixel = leftPart * filterX + rightPart * (1.0f - filterX);
701 fNext->blendPixel(bilerp(leftPart, rightPart));
715 leftPart = rightPart;
721 return bilerp(leftPart, rightPart);
751 rightPart = leftPart;
753 leftPart = partAtColumn(leftPartCursor);
757 return bilerp(leftPart, rightPart)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 652 milliseconds