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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.h 47 float resolutionScale() const { return m_resolutionScale; }
55 DragImage(const SkBitmap&, float resolutionScale);
  /external/chromium_org/third_party/WebKit/Source/web/
DragClientImpl.cpp 79 float resolutionScale = dragImage->resolutionScale();
80 if (m_webView->deviceScaleFactor() != resolutionScale) {
81 ASSERT(resolutionScale > 0);
82 float scale = m_webView->deviceScaleFactor() / resolutionScale;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.h 80 static PassRefPtr<NativeImageSkia> create(const SkBitmap& bitmap, float resolutionScale = 1)
82 return adoptRef(new NativeImageSkia(bitmap, resolutionScale));
112 float resolutionScale() const { return m_resolutionScale; }
142 NativeImageSkia(const SkBitmap&, float resolutionScale);
158 NativeImageSkia(const SkBitmap& image, float resolutionScale, const SkBitmap& resizedImage, const ImageResourceInfo&, int resizeRequests);

Completed in 53 milliseconds