Home
last modified time | relevance | path

Searched defs:TextRange (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp172 … [](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()
DParagraphImpl.cpp732 … (Run* run, size_t pos, size_t size, TextRange, SkRect clip, SkScalar shift, bool clippingNeeded) { in getGlyphPositionAtCoordinate() argument
/third_party/skia/experimental/sktext/include/
DInterface.h83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
DTypes.h138 typedef Range<TextIndex> TextRange; typedef
DText.h185 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
/third_party/skia/experimental/sktext/tests/
DWrappedText.cpp86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
DSelectableText.cpp88 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1554 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/
DTextStyle.h173 typedef SkRange<size_t> TextRange; typedef
/third_party/skia/modules/skparagraph/include/
DTextStyle.h296 typedef SkRange<size_t> TextRange; typedef
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp964 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/
Dtypes.ts9 export interface TextRange { interface
/third_party/typescript/tests/lib/
Dlib.d.ts14567 interface TextRange { interface
14607 declare var TextRange: { variable
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts97 export interface TextRange { interface
Dtsserverlibrary.d.ts97 export interface TextRange { interface
/third_party/typescript/lib/
Dtsserverlibrary.d.ts97 export interface TextRange { interface
Dtypescript.d.ts97 export interface TextRange { interface
DtypescriptServices.d.ts97 export interface TextRange { interface