Home
last modified time | relevance | path

Searched defs:interpolationQuality (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DImageCG.cpp197 CGInterpolationQuality interpolationQuality = CGContextGetInterpolationQuality(context); in draw() local
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp587 InterpolationQuality PlatformContextSkia::interpolationQuality() const in interpolationQuality() function in WebCore::PlatformContextSkia
592 void PlatformContextSkia::setInterpolationQuality(InterpolationQuality interpolationQuality) in setInterpolationQuality()