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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.h 47 float resolutionScale() const { return m_resolutionScale; }
58 float m_resolutionScale;
DragImage.cpp 201 , m_resolutionScale(resolutionScale)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.h 90 return adoptRef(new NativeImageSkia(m_image, m_resolutionScale, m_resizedImage, m_cachedImageInfo, m_resizeRequests));
112 float resolutionScale() const { return m_resolutionScale; }
181 float m_resolutionScale;
NativeImageSkia.cpp 256 : m_resolutionScale(1)
263 , m_resolutionScale(resolutionScale)
270 , m_resolutionScale(resolutionScale)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.cpp 95 , m_resolutionScale(resolutionScale)
117 m_context->scale(FloatSize(m_resolutionScale, m_resolutionScale));
125 , m_resolutionScale(resolutionScale)
147 m_context->scale(FloatSize(m_resolutionScale, m_resolutionScale));
198 return BitmapImage::create(NativeImageSkia::create(copyBehavior == CopyBackingStore ? deepSkBitmapCopy(bitmap) : bitmap, m_resolutionScale));
ImageBuffer.h 146 float m_resolutionScale;

Completed in 48 milliseconds