Home
last modified time | relevance | path

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

/external/ktfmt/ktfmt_idea_plugin/src/main/java/com/facebook/ktfmt/intellij/
DKtfmtCodeStyleManager.java136 final Document document, final Map<TextRange, String> replacements) { in performReplacements()
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DGoogleJavaFormatCodeStyleManager.java154 final Document document, final Map<TextRange, String> replacements) { in performReplacements()
/external/skia/experimental/sktext/include/
DInterface.h83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
DTypes.h129 typedef Range<TextIndex> TextRange; typedef
DText.h185 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
/external/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
/external/mesa3d/src/imgui/
Dimgui.h1561 struct TextRange struct
1563 const char* b;
1564 const char* e;
1566 TextRange() { b = e = NULL; } in TextRange() function
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()
/external/skia/modules/skparagraph/include/
DTextStyle.h332 typedef SkRange<size_t> TextRange; typedef