Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.h68 HFONT getScaledFontHandle(int height, int width) const;
DFontPlatformData.cpp402 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const in create() function in WebCore::FontPlatformData
DGraphicsContextWinCE.cpp1600 ? fontData->platformData().getScaledFontHandle(height, scaleX == scaleY ? 0 : width) in drawText()
/external/webkit/Source/WebCore/
DChangeLog6624 (WebCore::FontPlatformPrivateData::FontPlatformData::getScaledFontHandle):