Home
last modified time | relevance | path

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

/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/mesa3d/src/imgui/
Dimgui.h1561 struct TextRange struct
1563 const char* b;
1564 const char* e;
1566 TextRange() { b = e = NULL; } in TextRange() argument
1567 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } in TextRange() argument
1568 const char* begin() const { return b; } in begin()
1569 const char* end () const { return e; } in end()
1570 bool empty() const { return b == e; } in empty()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h409 typedef SkRange<size_t> TextRange; typedef
/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/lib/
DtypescriptServices.d.ts97 export interface TextRange { interface
Dtypescript.d.ts97 export interface TextRange { interface
Dtsserverlibrary.d.ts97 export interface TextRange { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts97 export interface TextRange { interface
Dtsserverlibrary.d.ts97 export interface TextRange { interface