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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 107 static float deviceScaleFactor() { return s_deviceScaleFactor; }
110 static void setDeviceScaleFactor(float deviceScaleFactor) { s_deviceScaleFactor = deviceScaleFactor; }
167 static float s_deviceScaleFactor;
FontCache.cpp 72 float FontCache::s_deviceScaleFactor = 1.0;

Completed in 326 milliseconds