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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 213 const int multiplyFor16Dot16 = 1 << 16;
214 int scale = devicePixelFraction * size * multiplyFor16Dot16 / platformData.emSizeInFontUnits();
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 742 const int multiplyFor16Dot16 = 1 << 16;
743 int scale = devicePixelFraction * size * multiplyFor16Dot16 / complexPlatformData->emSizeInFontUnits();
    [all...]

Completed in 36 milliseconds