Home
last modified time | relevance | path

Searched refs:halfLeading (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/include/
DParagraphStyle.h48 void setHalfLeading(bool halfLeading) { fHalfLeading = halfLeading; } in setHalfLeading()
DTextStyle.h224 void setHalfLeading(bool halfLeading) { fHalfLeading = halfLeading; } in setHalfLeading() argument
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp56 bool halfLeading; member
80 bool halfLeading; member
108 ss.setHalfLeading(s.halfLeading); in toStrutStyle()
155 ts.setHalfLeading(s.halfLeading); in toTextStyle()
603 .field("halfLeading", &SimpleStrutStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
621 .field("halfLeading", &SimpleTextStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
DCHANGELOG.md19 - Add 'halfLeading' to `TextStyle` and `StrutStyle`.
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2728 halfLeading?: boolean; property
2760 halfLeading?: boolean; property
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js834 halfLeading: true, property
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1544 const auto halfLeading = lineBoxes[0].rect.bottom() - boxes[0].rect.bottom(); in DEF_TEST() local
1548 …eporter, SkScalarNearlyEqual(boxes[1].rect.top() - lineBoxes[1].rect.top(), halfLeading, epsilon)); in DEF_TEST()
1549 …(reporter, SkScalarNearlyEqual(lineBoxes[1].rect.bottom() - boxes[1].rect.bottom(), halfLeading)); in DEF_TEST()
1550 …eporter, SkScalarNearlyEqual(boxes[2].rect.top() - lineBoxes[2].rect.top(), halfLeading, epsilon)); in DEF_TEST()