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

  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 85 float WebFontImpl::xHeight() const
87 return m_font.fontMetrics().xHeight();
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 67 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
78 // This is a TrueType font. We might be able to get an accurate xHeight
83 xHeight = gm.gmptGlyphOrigin.y * metricsMultiplier;
86 m_fontMetrics.setXHeight(xHeight);
SimpleFontDataWin.cpp 88 float xHeight = ascent * 0.56f; // Best guess for xHeight if no x glyph is present.
94 xHeight = gm.gmptGlyphOrigin.y;
96 m_fontMetrics.setXHeight(xHeight);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 84 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
88 // This is a TrueType font. We might be able to get an accurate xHeight.
93 xHeight = static_cast<float>(glyphMetrics.gmBlackBoxY);
99 m_fontMetrics.setXHeight(xHeight);
SimpleFontDataLinux.cpp 103 float xHeight;
105 xHeight = metrics.fXHeight;
108 xHeight = ascent * 0.56f;
113 m_fontMetrics.setXHeight(xHeight);
135 m_avgCharWidth = xHeight;
  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 73 float xHeight() const { return m_xHeight; }
74 void setXHeight(float xHeight) { m_xHeight = xHeight; }
SimpleFontData.cpp 84 float xHeight = svgFontFaceElement->xHeight() * scale;
90 if (!xHeight) {
94 xHeight = letterXGlyphs.isEmpty() ? 2 * ascent / 3 : letterXGlyphs.first().horizontalAdvanceX * scale;
102 m_fontMetrics.setXHeight(xHeight);
106 m_spaceWidth = spaceGlyphs.isEmpty() ? xHeight : spaceGlyphs.first().horizontalAdvanceX * scale;
141 m_avgCharWidth = m_fontMetrics.xHeight();
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 133 int SVGFontFaceElement::xHeight() const
SVGLength.cpp 441 float xHeight = ceilf(style->fontMetrics().xHeight());
442 if (!xHeight) {
447 return value / xHeight;
460 return value * ceilf(style->fontMetrics().xHeight());
  /external/freetype/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 120 BigEndianUShort xHeight;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
  /frameworks/base/include/media/stagefright/openmax/
OMX_IVCommon.h 190 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 1018 milliseconds