Searched refs:fLineHeight (Results 1 - 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/ |
H A D | pflow.c | 60 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 D | paragraph.h | 70 le_int32 fLineHeight; member in Paragraph 79 return fLineHeight; in getLineHeight()
|
H A D | paragraph.cpp | 85 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 D | pflow.c | 58 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 D | paragraph.h | 70 le_int32 fLineHeight; member in Paragraph 79 return fLineHeight; in getLineHeight()
|
H A D | paragraph.cpp | 85 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 D | SkottieProperty.cpp | 22 && fLineHeight == other.fLineHeight in operator ==()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 117 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 D | SkottieShaper.h | 110 fLineHeight, member
|
H A D | TextValue.cpp | 38 v->fLineHeight = **line_height; in Parse()
|
H A D | TextAdapter.cpp | 457 fText->fLineHeight, in reshape()
|
/third_party/skia/modules/skottie/include/ |
H A D | SkottieProperty.h | 46 fLineHeight = 0, member
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 1094 : 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