Home
last modified time | relevance | path

Searched refs:fontMetrics (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/android/nav/
DFindCanvas.cpp156 SkPaint::FontMetrics fontMetrics; in addMatchNormal() local
157 paint.getFontMetrics(&fontMetrics); in addMatchNormal()
159 rect.fTop = baseline + fontMetrics.fAscent; in addMatchNormal()
160 rect.fBottom = baseline + fontMetrics.fDescent; in addMatchNormal()
180 SkPaint::FontMetrics fontMetrics; in addMatchPos() local
181 paint.getFontMetrics(&fontMetrics); in addMatchPos()
190 bounds.fTop = baseline + fontMetrics.fAscent; in addMatchPos()
191 bounds.fBottom = baseline + fontMetrics.fDescent; in addMatchPos()
220 SkPaint::FontMetrics fontMetrics; in addMatchPosH() local
221 paint.getFontMetrics(&fontMetrics); in addMatchPosH()
[all …]
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp286 const QFontMetrics &fm = QApplication::fontMetrics(); in minimumMenuListSize()
/external/webkit/WebCore/
DChangeLog-2006-05-1017583 (WebCore::QPainter::fontMetrics):
17601 (WebCore::Font::fontMetrics):
17663 (khtml::RenderStyle::fontMetrics):
18027 (QPainter::fontMetrics):
19171 (QPainter::fontMetrics):
19535 (WebCore::QPainter::fontMetrics):
DChangeLog-2002-12-039407 … (buttonFontMetrics), (QPushButton::fontMetrics): Added. Used by the form code to size buttons.
9421 * kwq/qt/qpushbutton.h: Add QPushButton::fontMetrics().
DChangeLog-2005-08-2351755 is not set by CSS (since calls to fontMetrics().lineSpacing() are expensive).