Home
last modified time | relevance | path

Searched refs:fLineHeight (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DIterators.h27 auto found = fFontResolver->findNext(fCurrentChar, &fFont, &fLineHeight); in consume()
38 if (fFont == font && fLineHeight == height) { in consume()
49 SkScalar currentLineHeight() const { return fLineHeight; } in currentLineHeight()
56 SkScalar fLineHeight; variable
DTextLine.cpp491 : fRun(nullptr), fLineHeight(lineHeight), fEllipsis(ellipsis) {} in shapeEllipsis()
503 Run(nullptr, info, fLineHeight, 0, 0)); in shapeEllipsis()
515 SkScalar fLineHeight; in shapeEllipsis() member in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.h70 le_int32 fLineHeight; variable
79 return fLineHeight; in getLineHeight()
Dpflow.c58 le_int32 fLineHeight; member
137 flow->fLineHeight = -1; in pf_create()
216 flow->fLineHeight = ascent + descent + leading; in pf_create()
259 return obj->fLineHeight; in pf_getLineHeight()
351 y += obj->fLineHeight; in pf_draw()
Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
163 fLineHeight = ascent + descent + leading; in Paragraph()
259 y += fLineHeight; in draw()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.h70 le_int32 fLineHeight; variable
79 return fLineHeight; in getLineHeight()
Dpflow.c58 le_int32 fLineHeight; member
137 flow->fLineHeight = -1; in pf_create()
216 flow->fLineHeight = ascent + descent + leading; in pf_create()
259 return obj->fLineHeight; in pf_getLineHeight()
351 y += obj->fLineHeight; in pf_draw()
Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
163 fLineHeight = ascent + descent + leading; in Paragraph()
259 y += fLineHeight; in draw()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.h70 le_int32 fLineHeight; variable
79 return fLineHeight; in getLineHeight()
Dpflow.c58 le_int32 fLineHeight; member
137 flow->fLineHeight = -1; in pf_create()
216 flow->fLineHeight = ascent + descent + leading; in pf_create()
259 return obj->fLineHeight; in pf_getLineHeight()
351 y += obj->fLineHeight; in pf_draw()
Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
163 fLineHeight = ascent + descent + leading; in Paragraph()
259 y += fLineHeight; in draw()
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp22 && fLineHeight == other.fLineHeight in operator ==()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp22 && fLineHeight == other.fLineHeight in operator ==()
/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp115 fOffset.fY += fDesc.fLineHeight; in commitLine()
165 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
375 desc.fLineHeight = try_scale * orig_desc.fLineHeight; in ShapeToFit()
DSkottieShaper.h79 fLineHeight, member
DTextValue.cpp41 v->fLineHeight = **line_height; in FromJSON()
DTextAdapter.cpp129 fText.fLineHeight, in apply()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp117 fOffset.fY += fDesc.fLineHeight; in commitLine()
165 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
414 desc.fLineHeight = try_scale * orig_desc.fLineHeight; in ShapeToFit()
DSkottieShaper.h110 fLineHeight, member
DTextValue.cpp38 v->fLineHeight = **line_height; in Parse()
DTextAdapter.cpp457 fText->fLineHeight, in reshape()
/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h39 fLineHeight = 0, member
/third_party/skia/modules/skottie/include/
DSkottieProperty.h46 fLineHeight = 0,
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp546 …: fRun(nullptr), fLineHeight(lineHeight), fUseHalfLeading(useHalfLeading), fBaselineShift(baseline… in shapeEllipsis()
559 …fRun = std::make_unique<Run>(nullptr, info, 0, fLineHeight, fUseHalfLeading, fBaselineShift, 0, 0); in shapeEllipsis()
573 SkScalar fLineHeight; in shapeEllipsis() member in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler