Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DImageQualityController.cpp154 bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped(); in shouldPaintAtLowQuality() local
177 if (!contextIsScaled && scaledLayoutSize == scaledImageSize) { in shouldPaintAtLowQuality()