Searched refs:lineGap (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DFont.h121 int lineGap() const { return primaryFont()->lineGap(); } function in class:WebCore::Font
H A DSimpleFontData.h78 int lineGap() const { return m_lineGap; } function in class:WebCore::SimpleFontData
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
H A Dfontprops.mm39 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
/external/icu4c/samples/layout/
H A Dsfnt.h190 le_int16 lineGap; member in struct:HHEATable
H A DGDIFontInstance.cpp282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
/external/icu4c/test/letest/
H A DFontObject.h153 le_int16 lineGap; member in struct:HHEATable
H A Dsfnt.h327 le_int16 lineGap; member in struct:HHEATable
H A DPortableFontInstance.cpp151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
/external/webkit/WebCore/platform/mac/
H A DWebCoreSystemInterface.mm100 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
H A DWebCoreSystemInterface.h160 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
/external/webkit/WebCore/platform/graphics/win/
H A DFontCGWin.cpp168 int lineGap = font->lineGap(); local
169 textRect = IntRect(point.x() - (font->ascent() + font->descent()) / 2, point.y() - font->ascent() - lineGap, totalWidth + font->ascent() + font->descent(), font->lineSpacing());
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp249 m_point.y() - m_font->ascent() - m_font->lineGap(),
356 m_point.y() - m_font->ascent() - m_font->lineGap(),
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm);
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1511 FloatRect textRect = FloatRect(location.x() - font.height() / 2, location.y() - font.ascent() - font.lineGap(),

Completed in 129 milliseconds