/external/webkit/WebCore/platform/graphics/ |
D | Font.h | 112 int lineGap() const { return primaryFont()->lineGap(); } in lineGap() function
|
D | SimpleFontData.h | 71 int lineGap() const { return m_lineGap; } in lineGap() function
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCGWin.cpp | 168 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/ |
D | sfnt.h | 190 le_int16 lineGap; member
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 238 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/ |
D | FontObject.h | 153 le_int16 lineGap; member
|
D | sfnt.h | 327 le_int16 lineGap; member
|
D | PortableFontInstance.cpp | 151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap)); in PortableFontInstance()
|
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/ |
D | fontprops.cpp | 35 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
|
/external/webkit/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 151 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* units…
|
D | WebCoreSystemInterface.mm | 93 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm…
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontQt43.cpp | 347 int Font::lineGap() const in lineGap() function in WebCore::Font
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1510 …xtRect = FloatRect(location.x() - font.height() / 2, location.y() - font.ascent() - font.lineGap(), in drawTextInternal()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 1269 (WebCore::FontData::lineGap): 2214 (WebCore::WebTextRenderer::lineGap):
|
D | ChangeLog-2008-08-10 | 56158 (WebCore::SimpleFontData::lineGap): 60655 (WebCore::FontData::lineGap):
|
D | ChangeLog-2009-06-16 | 53438 (WebCore::Font::lineGap): 93138 (WebCore::Font::lineGap):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 3111 …Changed lineGap computation to use floats instead of doubles. Added code to compute a synthetic bo…
|