Home
last modified time | relevance | path

Searched refs:RectWidthStyle (Results 1 – 14 of 14) sorted by relevance

/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp283 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
366 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
422 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
478 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
525 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
579 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
633 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
686 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
804 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
927 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST()
[all …]
/external/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp76 enum_<para::RectWidthStyle>("RectWidthStyle") in EMSCRIPTEN_BINDINGS()
77 .value("Tight", para::RectWidthStyle::kTight) in EMSCRIPTEN_BINDINGS()
78 .value("Max", para::RectWidthStyle::kMax); in EMSCRIPTEN_BINDINGS()
Dexterns.js919 RectWidthStyle: { property
Dparagraph_bindings.cpp282 para::RectWidthStyle widthStyle) { in GetRectsForRange()
/external/skia/modules/skparagraph/include/
DParagraph.h47 RectWidthStyle rectWidthStyle) = 0;
DDartTypes.h41 enum class RectWidthStyle { enum
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1175 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in drawText()
1294 … auto rects = paragraph->getRectsForRange(7, 9, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
1305 …= paragraph->getRectsForRange(query.fX, query.fY, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
1315 …= paragraph->getRectsForRange(query.fX, query.fY, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
1351 …auto result = paragraph->getRectsForRange(65, 66, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2088 … auto boxes = paragraph->getRectsForRange(0, 100, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2192 … auto f1 = paragraph->getRectsForRange(0, 1, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2201 … auto f2 = paragraph->getRectsForRange(1, 2, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2210 … auto fi = paragraph->getRectsForRange(2, 3, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2280 …agraph->getRectsForRange(rect.first, rect.second, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
[all …]
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts503 readonly RectWidthStyle: RectWidthStyleEnumValues; property
852 wStyle: RectWidthStyle): FlattenedRectangleArray;
3757 export type RectWidthStyle = EmbindEnumEntity; alias
3976 Tight: RectWidthStyle;
3977 Max: RectWidthStyle;
Dcanvaskit-wasm-tests.ts511 CK.RectWidthStyle.Tight);
/external/skia/modules/skparagraph/src/
DTextLine.h101 …void getRectsForRange(TextRange textRange, RectHeightStyle rectHeightStyle, RectWidthStyle rectWid…
DParagraphImpl.h120 RectWidthStyle rectWidthStyle) override;
DTextLine.cpp957 RectWidthStyle rectWidthStyle, in getRectsForRange()
1113 if (rectWidthStyle == RectWidthStyle::kMax && !isLastLine()) { in getRectsForRange()
DParagraphImpl.cpp658 RectWidthStyle rectWidthStyle) { in getRectsForRange()
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js432 const wStyle = CanvasKit.RectWidthStyle.Tight;