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

  /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/
DragImage.h 47 float resolutionScale() const { return m_resolutionScale; }
55 DragImage(const SkBitmap&, float resolutionScale);
DragImage.cpp 197 DragImage::DragImage(const SkBitmap& bitmap, float resolutionScale)
199 , m_resolutionScale(resolutionScale)

Completed in 66 milliseconds