OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devicePixelFraction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
212
const int
devicePixelFraction
= 64;
214
int scale =
devicePixelFraction
* size * multiplyFor16Dot16 / platformData.emSizeInFontUnits();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
741
const int
devicePixelFraction
= 64;
743
int scale =
devicePixelFraction
* size * multiplyFor16Dot16 / complexPlatformData->emSizeInFontUnits();
[
all
...]
Completed in 31 milliseconds