Home
last modified time | relevance | path

Searched refs:fLineHeight (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c60 le_int32 fLineHeight; member
139 flow->fLineHeight = -1; in pf_create()
218 flow->fLineHeight = ascent + descent + leading; in pf_create()
261 return obj->fLineHeight; in pf_getLineHeight()
353 y += obj->fLineHeight; in pf_draw()
H A Dparagraph.h70 le_int32 fLineHeight; member in Paragraph
79 return fLineHeight; in getLineHeight()
H A 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/
H A 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()
H A Dparagraph.h70 le_int32 fLineHeight; member in Paragraph
79 return fLineHeight; in getLineHeight()
H A 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/modules/skottie/src/
H A DSkottieProperty.cpp22 && fLineHeight == other.fLineHeight in operator ==()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp117 fOffset.fY += fDesc.fLineHeight;
165 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
414 desc.fLineHeight = try_scale * orig_desc.fLineHeight; in ShapeToFit()
H A DSkottieShaper.h110 fLineHeight, member
H A DTextValue.cpp38 v->fLineHeight = **line_height; in Parse()
H A DTextAdapter.cpp457 fText->fLineHeight, in reshape()
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h46 fLineHeight = 0, member
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1094 : fRun(nullptr), fLineHeight(lineHeight), fUseHalfLeading(useHalfLeading), fBaselineShift(baselineShift), fEllipsis(ellipsis) {}
1106 fRun = std::make_unique<Run>(nullptr, info, 0, fLineHeight, fUseHalfLeading, fBaselineShift, 0, 0);
1120 SkScalar fLineHeight; member in skia::textlayout::final

Completed in 11 milliseconds