Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SkPlainTextEditor
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/modules/skplaintexteditor/include/
H
A
D
editor.h
22
namespace
SkPlainTextEditor
{
namespace
50
// for (
SkPlainTextEditor
::StringView str : editor.text()) {
126
} // namespace
SkPlainTextEditor
128
static inline bool operator==(const
SkPlainTextEditor
::Editor::TextPosition& u,
in operator ==()
129
const
SkPlainTextEditor
::Editor::TextPosition& v) {
in operator ==()
132
static inline bool operator!=(const
SkPlainTextEditor
::Editor::TextPosition& u,
in operator !=()
133
const
SkPlainTextEditor
::Editor::TextPosition& v) { return !(u == v); }
in operator !=()
135
static inline bool operator<(const
SkPlainTextEditor
::Editor::TextPosition& u,
in operator <()
136
const
SkPlainTextEditor
::Editor::TextPosition& v) {
in operator <()
H
A
D
stringslice.h
11
namespace
SkPlainTextEditor
{
namespace
28
SkPlainTextEditor
::StringView view() const { return {fPtr.get(), fLength}; }
in view()
45
} // namespace
SkPlainTextEditor
H
A
D
stringview.h
8
namespace
SkPlainTextEditor
{
namespace
18
} // namespace
SkPlainTextEditor
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
shape.h
10
namespace
SkPlainTextEditor
{
namespace
26
} // namespace
SkPlainTextEditor
H
A
D
shape.cpp
24
using namespace
SkPlainTextEditor
;
259
ShapeResult
SkPlainTextEditor
::Shape(const char* utf8Text,
in Shape()
H
A
D
stringslice.cpp
11
using namespace
SkPlainTextEditor
;
H
A
D
editor.cpp
15
using namespace
SkPlainTextEditor
;
/third_party/skia/modules/skplaintexteditor/app/
H
A
D
editor_application.cpp
22
using
SkPlainTextEditor
::Editor;
23
using
SkPlainTextEditor
::StringView;
Completed in 5 milliseconds