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:fCursorPos
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
editor.cpp
88
const std::vector<SkRect>& pos = line.
fCursorPos
;
in getPosition()
130
if (cursor.fTextByteIndex < cLine.
fCursorPos
.size()) {
in getLocation()
131
pos = cLine.
fCursorPos
[cursor.fTextByteIndex];
in getLocation()
345
SkASSERT(pos.fTextByteIndex < fLines[pos.fParagraphIndex].
fCursorPos
.size());
in move()
346
float x = fLines[pos.fParagraphIndex].
fCursorPos
[pos.fTextByteIndex].left();
in move()
352
pos.fTextByteIndex = find_closest_x(fLines[pos.fParagraphIndex].
fCursorPos
, x,
in move()
360
pos.fTextByteIndex = find_closest_x(newLine.
fCursorPos
, x,
in move()
362
newLine.
fCursorPos
.size());
in move()
364
pos.fTextByteIndex = find_closest_x(newLine.
fCursorPos
, x, 0,
in move()
365
newLine.
fCursorPos
in move()
[all...]
/third_party/skia/modules/skplaintexteditor/include/
H
A
D
editor.h
106
std::vector<SkRect>
fCursorPos
;
member
Completed in 2 milliseconds