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.h261 void setHalfLeading(bool halfLeading) { fHalfLeading = halfLeading; } in setHalfLeading() argument
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp57 bool halfLeading; member
85 bool halfLeading; member
113 ss.setHalfLeading(s.halfLeading); in toStrutStyle()
160 ts.setHalfLeading(s.halfLeading); in toTextStyle()
692 .field("halfLeading", &SimpleStrutStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
710 .field("halfLeading", &SimpleTextStyle::halfLeading) in EMSCRIPTEN_BINDINGS()
DCHANGELOG.md286 - Add 'halfLeading' to `TextStyle` and `StrutStyle`.
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2932 halfLeading?: boolean; property
2970 halfLeading?: boolean; property
/external/skia/modules/canvaskit/tests/
Dparagraph_test.js857 halfLeading: true, property
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1742 const auto halfLeading = lineBoxes[0].rect.bottom() - boxes[0].rect.bottom(); in UNIX_ONLY_TEST() local
1746 …eporter, SkScalarNearlyEqual(boxes[1].rect.top() - lineBoxes[1].rect.top(), halfLeading, epsilon)); in UNIX_ONLY_TEST()
1747 …(reporter, SkScalarNearlyEqual(lineBoxes[1].rect.bottom() - boxes[1].rect.bottom(), halfLeading)); in UNIX_ONLY_TEST()
1748 …eporter, SkScalarNearlyEqual(boxes[2].rect.top() - lineBoxes[2].rect.top(), halfLeading, epsilon)); in UNIX_ONLY_TEST()