OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useLowQualityScaling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp
167
bool
useLowQualityScaling
= false;
169
useLowQualityScaling
= ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(paintInfo.context, this, image.get(), image.get(), LayoutSize(destRect.size()));
171
paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver, DoNotRespectImageOrientation,
useLowQualityScaling
);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
475
bool
useLowQualityScaling
= shouldPaintAtLowQuality(context, image, image, alignedRect.size());
478
context->drawImage(m_imageResource->image(alignedRect.width(), alignedRect.height()).get(), alignedRect, compositeOperator, shouldRespectImageOrientation(),
useLowQualityScaling
);
RenderBoxModelObject.cpp
[
all
...]
Completed in 345 milliseconds