OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xHeight
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.cpp
85
float WebFontImpl::
xHeight
() const
87
return m_font.fontMetrics().
xHeight
();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp
258
float
xHeight
= ceilf(style->fontMetrics().
xHeight
());
259
if (!
xHeight
) {
264
return value /
xHeight
;
277
return value * ceilf(style->fontMetrics().
xHeight
());
SVGFontFaceElement.cpp
132
int SVGFontFaceElement::
xHeight
() const
SVGFontData.cpp
78
float
xHeight
= svgFontFaceElement->
xHeight
() * scale;
85
if (!
xHeight
&& glyphPageZero) {
88
xHeight
= letterXGlyph ? fontData->widthForGlyph(letterXGlyph) : 2 * ascent / 3;
97
fontMetrics.setXHeight(
xHeight
);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
SimpleFontDataWin.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/platform/fonts/
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/platform/fonts/skia/
SimpleFontDataSkia.cpp
111
float
xHeight
;
113
xHeight
= metrics.fXHeight;
114
m_fontMetrics.setXHeight(
xHeight
);
116
xHeight
= ascent * 0.56; // Best guess from Windows font metrics.
117
m_fontMetrics.setXHeight(
xHeight
);
149
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/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 799 milliseconds