Searched refs:RectWidthStyle (Results 1 – 14 of 14) sorted by relevance
/external/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 76 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()
|
D | externs.js | 919 RectWidthStyle: { property
|
D | paragraph_bindings.cpp | 282 para::RectWidthStyle widthStyle) { in GetRectsForRange()
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 283 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/skparagraph/include/ |
D | Paragraph.h | 47 RectWidthStyle rectWidthStyle) = 0;
|
D | DartTypes.h | 41 enum class RectWidthStyle { enum
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 1175 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/ |
D | index.d.ts | 503 readonly RectWidthStyle: RectWidthStyleEnumValues; property 852 wStyle: RectWidthStyle): FlattenedRectangleArray; 3757 export type RectWidthStyle = EmbindEnumEntity; alias 3976 Tight: RectWidthStyle; 3977 Max: RectWidthStyle;
|
D | canvaskit-wasm-tests.ts | 511 CK.RectWidthStyle.Tight);
|
/external/skia/modules/skparagraph/src/ |
D | TextLine.h | 101 …void getRectsForRange(TextRange textRange, RectHeightStyle rectHeightStyle, RectWidthStyle rectWid…
|
D | ParagraphImpl.h | 120 RectWidthStyle rectWidthStyle) override;
|
D | TextLine.cpp | 957 RectWidthStyle rectWidthStyle, in getRectsForRange() 1113 if (rectWidthStyle == RectWidthStyle::kMax && !isLastLine()) { in getRectsForRange()
|
D | ParagraphImpl.cpp | 658 RectWidthStyle rectWidthStyle) { in getRectsForRange()
|
/external/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 432 const wStyle = CanvasKit.RectWidthStyle.Tight;
|