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 99 gc.applyDeviceScaleFactor(page->deviceScaleFactor());
WebPopupMenuImpl.cpp 198 context.applyDeviceScaleFactor(m_client->deviceScaleFactor());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 358 void applyDeviceScaleFactor(float deviceScaleFactor) { scale(FloatSize(deviceScaleFactor, deviceScaleFactor)); }

Completed in 28 milliseconds