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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 165 bool useLowQualityScaling = false;
167 useLowQualityScaling = ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(paintInfo.context, this, image.get(), image.get(), LayoutSize(destRect.size()));
169 paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver, DoNotRespectImageOrientation, useLowQualityScaling);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 460 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, alignedRect.size());
461 context->drawImage(m_imageResource->image(alignedRect.width(), alignedRect.height()).get(), alignedRect, compositeOperator, shouldRespectImageOrientation(), useLowQualityScaling);
RenderBoxModelObject.cpp     [all...]

Completed in 377 milliseconds