Searched defs:bicubic (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1020 bool bicubic) {
1023 if (bicubic || params.filterMode() != GrTextureParams::kNone_FilterMode) {
1027 if (!bicubic && needsTextureDomain && contextMatrix.rectStaysRect()) {
1144 // Minification can look bad with the bicubic effect.
1201 bool bicubic) {
1239 if (SkPaint::kNone_FilterLevel != paint.getFilterLevel() || bicubic) {
1252 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1264 bicubic);
1270 bicubic,
1290 bool bicubic,
1016 needs_texture_domain(const SkBitmap& bitmap, const SkRect& srcRect, GrTextureParams &params, const SkMatrix& contextMatrix, bool bicubic) argument
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1051 bool bicubic) {
1054 if (bicubic || params.filterMode() != GrTextureParams::kNone_FilterMode) {
1058 if (!bicubic && needsTextureDomain && contextMatrix.rectStaysRect()) {
1175 // Minification can look bad with the bicubic effect.
1232 bool bicubic) {
1270 if (SkPaint::kNone_FilterLevel != paint.getFilterLevel() || bicubic) {
1283 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1295 bicubic);
1301 bicubic,
1321 bool bicubic,
1047 needs_texture_domain(const SkBitmap& bitmap, const SkRect& srcRect, GrTextureParams &params, const SkMatrix& contextMatrix, bool bicubic) argument
[all...]

Completed in 71 milliseconds