Home
last modified time | relevance | path

Searched defs:FontMetrics (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkPaint.h750 struct FontMetrics { struct
754 enum FontMetricsFlags { argument
759 uint32_t fFlags; //!< Bit field to identify which values are unknown
760 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
761 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
762 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
763 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
764 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
765 SkScalar fAvgCharWidth; //!< the average character width (>= 0)
766 SkScalar fMaxCharWidth; //!< the max character width (>= 0)
[all …]
/external/skia/include/core/
DSkPaint.h745 struct FontMetrics { struct
749 enum FontMetricsFlags { argument
754 uint32_t fFlags; //!< Bit field to identify which values are unknown
755 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
756 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
757 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
758 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
759 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
760 SkScalar fAvgCharWidth; //!< the average character width (>= 0)
761 SkScalar fMaxCharWidth; //!< the max character width (>= 0)
[all …]
/external/skia/src/utils/
DSkLua.cpp831 struct FontMetrics { struct
844 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument
/external/chromium_org/third_party/skia/src/utils/
DSkLua.cpp839 struct FontMetrics { struct
852 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontMetrics.h32 FontMetrics() in FontMetrics() function
DFont.h54 class FontMetrics; variable
/external/skia/src/fonts/
DSkGScalerContext.cpp141 void SkGScalerContext::generateFontMetrics(SkPaint::FontMetrics*, in generateFontMetrics()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h106 class FontMetrics; variable