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:undo_char_point
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_textedit.h
316
int
undo_char_point
, redo_char_point;
member
1105
state->
undo_char_point
-= n;
in stb_textedit_discard_undo()
1106
STB_TEXTEDIT_memmove(state->undo_char, state->undo_char + n, (size_t) (state->
undo_char_point
*sizeof(STB_TEXTEDIT_CHARTYPE)));
in stb_textedit_discard_undo()
1163
state->
undo_char_point
= 0;
in stb_text_create_undo_record()
1168
while (state->
undo_char_point
+ numchars > STB_TEXTEDIT_UNDOCHARCOUNT)
in stb_text_create_undo_record()
1188
r->char_storage = state->
undo_char_point
;
in stb_text_createundo()
1189
state->
undo_char_point
+= insert_len;
in stb_text_createundo()
1221
if (s->
undo_char_point
+ u.delete_length >= STB_TEXTEDIT_UNDOCHARCOUNT) {
in stb_text_undo()
1228
while (s->
undo_char_point
+ u.delete_length > s->redo_char_point) {
in stb_text_undo()
1253
s->
undo_char_point
in stb_text_undo()
[all...]
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_textedit.h
314
int
undo_char_point
, redo_char_point;
member
1136
state->
undo_char_point
-= n;
in stb_textedit_discard_undo()
1137
STB_TEXTEDIT_memmove(state->undo_char, state->undo_char + n, (size_t) (state->
undo_char_point
*sizeof(STB_TEXTEDIT_CHARTYPE)));
in stb_textedit_discard_undo()
1194
state->
undo_char_point
= 0;
in stb_text_create_undo_record()
1199
while (state->
undo_char_point
+ numchars > STB_TEXTEDIT_UNDOCHARCOUNT)
in stb_text_create_undo_record()
1219
r->char_storage = state->
undo_char_point
;
in stb_text_createundo()
1220
state->
undo_char_point
+= insert_len;
in stb_text_createundo()
1252
if (s->
undo_char_point
+ u.delete_length >= STB_TEXTEDIT_UNDOCHARCOUNT) {
in stb_text_undo()
1259
while (s->
undo_char_point
+ u.delete_length > s->redo_char_point) {
in stb_text_undo()
1284
s->
undo_char_point
in stb_text_undo()
[all...]
/third_party/glfw/deps/
H
A
D
nuklear.h
4266
short
undo_char_point
;
member
22420
state->
undo_char_point
= (short)(state->
undo_char_point
- n);
in nk_textedit_discard_undo()
22422
(nk_size)state->
undo_char_point
*sizeof(nk_rune));
in nk_textedit_discard_undo()
22480
state->
undo_char_point
= 0;
in nk_textedit_create_undo_record()
22486
while (state->
undo_char_point
+ numchars > NK_TEXTEDIT_UNDOCHARCOUNT)
in nk_textedit_create_undo_record()
22506
r->char_storage = state->
undo_char_point
;
in nk_textedit_createundo()
22507
state->
undo_char_point
= (short)(state->
undo_char_point
+ insert_len);
in nk_textedit_createundo()
22538
if (s->
undo_char_point
in nk_textedit_undo()
[all...]
Completed in 44 milliseconds