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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.cpp 83 float WebFontImpl::xHeight() const
85 return m_font.fontMetrics().xHeight();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 270 float xHeight = ceilf(style->fontMetrics().xHeight());
271 if (!xHeight) {
276 return value / xHeight;
289 return value * ceilf(style->fontMetrics().xHeight());
SVGFontFaceElement.cpp 130 int SVGFontFaceElement::xHeight() const
SVGFontData.cpp 82 float xHeight = svgFontFaceElement->xHeight() * scale;
89 if (!xHeight && glyphPageZero) {
92 xHeight = letterXGlyph ? fontData->widthForGlyph(letterXGlyph) : 2 * ascent / 3;
101 fontMetrics.setXHeight(xHeight);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h 79 float xHeight() const { return m_xHeight; }
80 void setXHeight(float xHeight)
82 m_xHeight = xHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 120 float xHeight;
122 xHeight = metrics.fXHeight;
123 m_fontMetrics.setXHeight(xHeight);
125 xHeight = ascent * 0.56; // Best guess from Windows font metrics.
126 m_fontMetrics.setXHeight(xHeight);
164 m_avgCharWidth = xHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 100 BigEndianUShort xHeight;
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /external/freetype/include/
tttables.h 450 FT_UShort xHeight;
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 200 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 176 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/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 189 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 */
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 472 UINT16 xHeight;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 446 UINT16 xHeight;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 789 milliseconds