/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 172 … [](Run*, int32_t, size_t, TextRange, SkRect, SkScalar, bool) { return true; }); in scanStyles() argument 197 …[canvas, paint, shiftDown](Run* run, int32_t pos, size_t size, TextRange, SkRect clip, SkScalar sh… in paintText() argument 223 SkScalar TextLine::paintShadow(SkCanvas* canvas, TextRange textRange, const TextStyle& style, in paintShadow() argument 229 SkScalar shift, bool clippingNeeded) { in paintShadow() 264 bool clippingNeeded) { in paintDecorations()
|
D | ParagraphImpl.cpp | 732 … (Run* run, size_t pos, size_t size, TextRange, SkRect clip, SkScalar shift, bool clippingNeeded) { in getGlyphPositionAtCoordinate() argument
|
/third_party/skia/experimental/sktext/include/ |
D | Interface.h | 83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
|
D | Types.h | 138 typedef Range<TextIndex> TextRange; typedef
|
D | Text.h | 185 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
|
/third_party/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
|
D | SelectableText.cpp | 88 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1554 struct TextRange struct 1556 const char* b; 1557 const char* e; 1559 TextRange() { b = e = NULL; } in TextRange() function 1560 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } in TextRange() function 1561 const char* begin() const { return b; } in begin() 1562 const char* end () const { return e; } in end() 1563 bool empty() const { return b == e; } in empty()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TextStyle.h | 173 typedef SkRange<size_t> TextRange; typedef
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 296 typedef SkRange<size_t> TextRange; typedef
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 964 StyleType::kDecorations, [&index, reporter](TextRange, TextStyle style, SkScalar) { in DEF_TEST() argument 2771 …line.scanRuns([&index, &line, reporter](Run* run, int32_t, size_t, TextRange, SkRect, SkScalar, bo… in DEF_TEST() argument
|
/third_party/typescript/src/compiler/ |
D | types.ts | 9 export interface TextRange { interface
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 14567 interface TextRange { interface 14607 declare var TextRange: { variable
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 97 export interface TextRange { interface
|
D | tsserverlibrary.d.ts | 97 export interface TextRange { interface
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 97 export interface TextRange { interface
|
D | typescript.d.ts | 97 export interface TextRange { interface
|
D | typescriptServices.d.ts | 97 export interface TextRange { interface
|