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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsTypes.h 48 InterpolationLow = SkPaint::kLow_FilterLevel,
52 InterpolationDefault = InterpolationLow,
Image.cpp 215 ctxt->setImageInterpolationQuality(InterpolationLow);
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 76 if (InterpolationDefault == InterpolationLow)
77 return InterpolationLow;
80 return InterpolationLow;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
HTMLCanvasPainter.cpp 33 InterpolationQuality interpolationQuality = m_renderHTMLCanvas.style()->imageRendering() == ImageRenderingOptimizeContrast ? InterpolationLow : CanvasDefaultInterpolationQuality;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 243 return InterpolationLow;
262 return InterpolationLow;
277 return InterpolationLow;
284 return InterpolationLow;
NativeImageSkia.cpp 231 resampling = InterpolationLow;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 43 #define CanvasDefaultInterpolationQuality InterpolationLow

Completed in 162 milliseconds