Searched refs:getScaledFontHandle (Results 1 – 3 of 3) sorted by relevance
67 HFONT getScaledFontHandle(int height, int width) const;
400 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const in create() function in WebCore::FontPlatformData
1639 ? fontData->platformData().getScaledFontHandle(height, scaleX == scaleY ? 0 : width) in drawText()