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 80 float resolutionScale = dragImage->resolutionScale();
81 if (m_webView->deviceScaleFactor() != resolutionScale) {
82 ASSERT(resolutionScale > 0);
83 float scale = m_webView->deviceScaleFactor() / resolutionScale;
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.h 47 float resolutionScale() const { return m_resolutionScale; }
55 DragImage(const SkBitmap&, float resolutionScale);
DragImage.cpp 202 DragImage::DragImage(const SkBitmap& bitmap, float resolutionScale)
204 , m_resolutionScale(resolutionScale)

Completed in 742 milliseconds