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

  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 90 gc.applyDeviceScaleFactor(page->deviceScaleFactor());
WebPopupMenuImpl.cpp 231 context.applyDeviceScaleFactor(m_client->deviceScaleFactor());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 392 void applyDeviceScaleFactor(float deviceScaleFactor) { scale(deviceScaleFactor, deviceScaleFactor); }

Completed in 64 milliseconds