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

  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 691 Sk4f rightPart = partAtColumn(iXs[1]);
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;
717 rightPart = partAtColumn(rightPartCursor);
721 return bilerp(leftPart, rightPart);
751 rightPart = leftPart;
757 return bilerp(leftPart, rightPart);
849 Sk4f rightPart = partAtColumn(rightColumnCursor)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 338 milliseconds