HomeSort by relevance Sort by last modified time
    Searched defs:interpolationQuality (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 197 CGInterpolationQuality interpolationQuality = CGContextGetInterpolationQuality(context);
202 shouldUseSubimage = (interpolationQuality != kCGInterpolationNone) && (srcRect.size() != destRect.size() || !ctxt->getCTM().isIdentityOrTranslationOrFlipped());
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 118 InterpolationQuality m_interpolationQuality;
587 InterpolationQuality PlatformContextSkia::interpolationQuality() const
592 void PlatformContextSkia::setInterpolationQuality(InterpolationQuality interpolationQuality)
594 m_state->m_interpolationQuality = interpolationQuality;

Completed in 88 milliseconds