Lines Matching full:bicubic
1210 // Minification can look bad with the bicubic effect.
1218 // We don't yet support doing bicubic filtering with an interior clamp. Fall back
1260 bool bicubic) {
1287 if (SkPaint::kNone_FilterLevel != paint.getFilterLevel() || bicubic) {
1295 SkASSERT(!bicubic); // Bicubic is not supported with non-bleed yet.
1302 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1313 this->internalDrawBitmap(tmpB, tileR, params, paint, flags, bicubic);
1373 bool bicubic) {
1395 SkASSERT(!bicubic);
1440 } else if (bicubic) {