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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.cpp 86 float WebFontImpl::xHeight() const
88 return m_font.fontMetrics().xHeight();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 79 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
85 // This is a TrueType font. We might be able to get an accurate xHeight.
90 xHeight = static_cast<float>(glyphMetrics.gmBlackBoxY);
96 m_fontMetrics.setXHeight(xHeight);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 261 float xHeight = ceilf(style->fontMetrics().xHeight());
262 if (!xHeight) {
267 return value / xHeight;
280 return value * ceilf(style->fontMetrics().xHeight());
SVGFontFaceElement.cpp 134 int SVGFontFaceElement::xHeight() const
SVGFontData.cpp 76 float xHeight = svgFontFaceElement->xHeight() * scale;
83 if (!xHeight && glyphPageZero) {
86 xHeight = letterXGlyph ? fontData->widthForGlyph(letterXGlyph) : 2 * ascent / 3;
95 fontMetrics.setXHeight(xHeight);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontMetrics.h 77 float xHeight() const { return m_xHeight; }
78 void setXHeight(float xHeight)
80 m_xHeight = xHeight;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 110 float xHeight;
112 xHeight = metrics.fXHeight;
113 m_fontMetrics.setXHeight(xHeight);
115 xHeight = ascent * 0.56; // Best guess from Windows font metrics.
116 m_fontMetrics.setXHeight(xHeight);
148 m_avgCharWidth = xHeight;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 118 BigEndianUShort xHeight;
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /external/freetype/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 193 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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 */
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 431 milliseconds