HomeSort by relevance Sort by last modified time
    Searched refs:lineGap (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/platform/graphics/
Font.h 121 int lineGap() const { return primaryFont()->lineGap(); }
SimpleFontData.h 78 int lineGap() const { return m_lineGap; }
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 39 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu4c/samples/layout/
sfnt.h 190 le_int16 lineGap;
GDIFontInstance.cpp 282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu4c/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.mm 100 void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
WebCoreSystemInterface.h 160 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 168 int lineGap = font->lineGap();
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/
FontChromiumWin.cpp 249 m_point.y() - m_font->ascent() - m_font->lineGap(),
356 m_point.y() - m_font->ascent() - m_font->lineGap(),
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 258 milliseconds