Home
last modified time | relevance | path

Searched refs:getScaledFontHandle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DFontPlatformData.h67 HFONT getScaledFontHandle(int height, int width) const;
DFontPlatformData.cpp400 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const in create() function in WebCore::FontPlatformData
DGraphicsContextWince.cpp1639 ? fontData->platformData().getScaledFontHandle(height, scaleX == scaleY ? 0 : width) in drawText()