Home
last modified time | relevance | path

Searched defs:ascent (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/flutter/txt/src/txt/
Dline_metrics.h48 double ascent = 0.0; variable
Dparagraph_txt.h203 double ascent = 0; // Positive value to keep signs clear. member
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dview-cairo.cc46 double ascent = y_sign * scalbn ((double) extents.ascender, scale_bits); in render() local
/third_party/harfbuzz/util/
Dview-cairo.cc54 double ascent = y_sign * extents.ascent; in render() local
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp147 const auto ascent = this->ascent(); in finalize() local
266 float ascent = 0; in commitFragementedRun() local
328 SkScalar ascent() const { in ascent() function in skottie::__anon4fcf4ad50111::BlobMaker
/third_party/skia/third_party/externals/icu/source/samples/layout/
DFontMap.cpp264 le_int32 ascent, descent, leading; in getMaxMetrics() local
Dparagraph.cpp93 le_int32 ascent = 0; in Paragraph() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DFontMap.cpp264 le_int32 ascent, descent, leading; in getMaxMetrics() local
Dparagraph.cpp93 le_int32 ascent = 0; in Paragraph() local
/third_party/icu/icu4c/source/samples/layout/
DFontMap.cpp264 le_int32 ascent, descent, leading; in getMaxMetrics() local
Dparagraph.cpp93 le_int32 ascent = 0; in Paragraph() local
/third_party/skia/modules/skparagraph/src/
DRun.h89 SkScalar ascent() const { return fFontMetrics.fAscent + fBaselineShift; } in ascent() function
128 auto ascent = ascentStyle == LineMetricStyle::Typographic ? this->ascent() in calculateHeight() local
461 SkScalar ascent() const { return fAscent; } in ascent() function
DDecorations.cpp156 void Decorations::calculatePosition(TextDecoration decoration, SkScalar ascent) { in calculatePosition()
/third_party/cups-filters/fontembed/
Dembed_pdf.h12 int ascent; member
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh116 double ascent = y_sign * font_extents.ascent; in render() local
Dview-options.hh52 double ascent, descent, line_gap; member
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h71 SkScalar ascent() const { return fFontMetrics.fAscent; } in ascent() function
347 SkScalar ascent() const { return fAscent; } in ascent() function
/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp833 le_int32 ascent = font->getAscent(); in computeMetrics() local
1244 le_int32 ascent = fRuns[i]->getAscent(); in computeMetrics() local
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcf.h88 FT_Byte ascent; member
99 FT_Short ascent; member
/third_party/freetype/src/pcf/
Dpcf.h87 FT_Byte ascent; member
98 FT_Short ascent; member
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcf.h87 FT_Byte ascent; member
98 FT_Short ascent; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftwinfnt.h193 FT_UShort ascent; member
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java419 int ascent = fm.getAscent(); in paint() local
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftwinfnt.h192 FT_UShort ascent; member
/third_party/freetype/include/freetype/
Dftwinfnt.h192 FT_UShort ascent; member

12345