Searched refs:resolutionScale (Results 1 – 3 of 3) sorted by relevance
73 float resolutionScale = dragImage->resolutionScale(); in startDrag() local74 if (m_webView->deviceScaleFactor() != resolutionScale) { in startDrag()75 ASSERT(resolutionScale > 0); in startDrag()76 float scale = m_webView->deviceScaleFactor() / resolutionScale; in startDrag()
47 float resolutionScale() const { return m_resolutionScale; } in resolutionScale() function55 DragImage(const SkBitmap&, float resolutionScale);
202 DragImage::DragImage(const SkBitmap& bitmap, float resolutionScale) in DragImage() argument204 , m_resolutionScale(resolutionScale) in DragImage()