Home
last modified time | relevance | path

Searched refs:lineGap (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFont.h112 int lineGap() const { return primaryFont()->lineGap(); } in lineGap() function
DSimpleFontData.h71 int lineGap() const { return m_lineGap; } in lineGap() function
/external/webkit/WebCore/platform/graphics/win/
DFontCGWin.cpp168 int lineGap = font->lineGap(); in drawGDIGlyphs() local
169 …) - (font->ascent() + font->descent()) / 2, point.y() - font->ascent() - lineGap, totalWidth + fon… in drawGDIGlyphs()
/external/icu4c/samples/layout/
Dsfnt.h190 le_int16 lineGap; member
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp238 m_point.y() - m_font->ascent() - m_font->lineGap(), in estimateTextBounds()
345 m_point.y() - m_font->ascent() - m_font->lineGap(), in estimateTextBounds()
/external/icu4c/test/letest/
DFontObject.h153 le_int16 lineGap; member
Dsfnt.h327 le_int16 lineGap; member
DPortableFontInstance.cpp151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in PortableFontInstance()
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.cpp35 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h151 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* units…
DWebCoreSystemInterface.mm93 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm…
/external/webkit/WebCore/platform/graphics/qt/
DFontQt43.cpp347 int Font::lineGap() const in lineGap() function in WebCore::Font
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1510 …xtRect = FloatRect(location.x() - font.height() / 2, location.y() - font.ascent() - font.lineGap(), in drawTextInternal()
/external/webkit/WebCore/
DChangeLog-2006-05-101269 (WebCore::FontData::lineGap):
2214 (WebCore::WebTextRenderer::lineGap):
DChangeLog-2008-08-1056158 (WebCore::SimpleFontData::lineGap):
60655 (WebCore::FontData::lineGap):
DChangeLog-2009-06-1653438 (WebCore::Font::lineGap):
93138 (WebCore::Font::lineGap):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-093111 …Changed lineGap computation to use floats instead of doubles. Added code to compute a synthetic bo…