/third_party/flutter/skia/modules/skparagraph/src/ |
D | Iterators.h | 27 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
|
D | TextLine.cpp | 491 : 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/ |
D | paragraph.h | 70 le_int32 fLineHeight; variable 79 return fLineHeight; in getLineHeight()
|
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()
|
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/ |
D | paragraph.h | 70 le_int32 fLineHeight; variable 79 return fLineHeight; in getLineHeight()
|
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()
|
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/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.h | 70 le_int32 fLineHeight; variable 79 return fLineHeight; in getLineHeight()
|
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()
|
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/flutter/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 22 && fLineHeight == other.fLineHeight in operator ==()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 22 && fLineHeight == other.fLineHeight in operator ==()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 115 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()
|
D | SkottieShaper.h | 79 fLineHeight, member
|
D | TextValue.cpp | 41 v->fLineHeight = **line_height; in FromJSON()
|
D | TextAdapter.cpp | 129 fText.fLineHeight, in apply()
|
/third_party/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 117 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()
|
D | SkottieShaper.h | 110 fLineHeight, member
|
D | TextValue.cpp | 38 v->fLineHeight = **line_height; in Parse()
|
D | TextAdapter.cpp | 457 fText->fLineHeight, in reshape()
|
/third_party/flutter/skia/modules/skottie/include/ |
D | SkottieProperty.h | 39 fLineHeight = 0, member
|
/third_party/skia/modules/skottie/include/ |
D | SkottieProperty.h | 46 fLineHeight = 0,
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 546 …: 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
|