Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp65 m_avgCharWidth = fm.averageCharWidth(); in platformCharWidthInit()
/external/webkit/WebCore/platform/graphics/wince/
DFontPlatformData.h69 int averageCharWidth() const;
DFontPlatformData.cpp464 int FontPlatformData::averageCharWidth() const in create() function in WebCore::FontPlatformData
DGraphicsContextWince.cpp1629 int width = fontData->platformData().averageCharWidth() * scaleX; in drawText()