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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
HTMLCanvasPainter.cpp 31 // FIXME: InterpolationNone should be used if ImageRenderingOptimizeContrast is set.
39 interpolationQuality = InterpolationNone;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 230 return InterpolationNone;
247 return InterpolationNone;
258 return InterpolationNone;
270 return InterpolationNone;
SkiaUtils.h 60 return quality != InterpolationNone ? SkPaint::kLow_FilterLevel : SkPaint::kNone_FilterLevel;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsTypes.h 47 InterpolationNone = SkPaint::kNone_FilterLevel,
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 73 return InterpolationNone;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 376 milliseconds