Home
last modified time | relevance | path

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

/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/chromium_org/third_party/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/chromium_org/third_party/skia/src/utils/
DSkLua.cpp831 struct FontMetrics { struct
844 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument
/external/skia/src/utils/
DSkLua.cpp831 struct FontMetrics { struct
844 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontMetrics.h32 FontMetrics() in FontMetrics() function
DFont.h50 class FontMetrics; variable
/external/chromium_org/third_party/skia/src/fonts/
DSkGScalerContext.cpp141 void SkGScalerContext::generateFontMetrics(SkPaint::FontMetrics*, in generateFontMetrics()
/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