Home
last modified time | relevance | path

Searched defs:scaleEmToUnits (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.mm41 static inline float scaleEmToUnits(float x, unsigned unitsPerEm) { return x * (contextDPI / (contex… function
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp50 static inline float scaleEmToUnits(float x, unsigned unitsPerEm) { return unitsPerEm ? x / static_c… in scaleEmToUnits() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp49 static inline float scaleEmToUnits(float x, int unitsPerEm) in scaleEmToUnits() function
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.cpp558 float RenderTextControl::scaleEmToUnits(int x) const in scaleEmToUnits() function in WebCore::RenderTextControl