Home
last modified time | relevance | path

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

/third_party/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()
596 .field("halfLeading", &SimpleStrutStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
614 .field("halfLeading", &SimpleTextStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
DCHANGELOG.md126 - Add 'halfLeading' to `TextStyle` and `StrutStyle`.
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h54 void setHalfLeading(bool halfLeading) { fHalfLeading = halfLeading; } in setHalfLeading()
DTextStyle.h273 void setHalfLeading(bool halfLeading) { fHalfLeading = halfLeading; } in setHalfLeading() argument
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2796 halfLeading?: boolean; property
2828 halfLeading?: boolean; property
/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js834 halfLeading: true, property
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1602 const auto halfLeading = lineBoxes[0].rect.bottom() - boxes[0].rect.bottom(); in UNIX_ONLY_TEST() local
1606 …eporter, SkScalarNearlyEqual(boxes[1].rect.top() - lineBoxes[1].rect.top(), halfLeading, epsilon)); in UNIX_ONLY_TEST()
1607 …(reporter, SkScalarNearlyEqual(lineBoxes[1].rect.bottom() - boxes[1].rect.bottom(), halfLeading)); in UNIX_ONLY_TEST()
1608 …eporter, SkScalarNearlyEqual(boxes[2].rect.top() - lineBoxes[2].rect.top(), halfLeading, epsilon)); in UNIX_ONLY_TEST()