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_point
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_textedit.h
315
short
undo_point
, redo_point;
member
718
if (state->undostate.
undo_point
)
in stb_textedit_paste_internal()
719
--state->undostate.
undo_point
;
in stb_textedit_paste_internal()
1100
if (state->
undo_point
> 0) {
in stb_textedit_discard_undo()
1107
for (i=0; i < state->
undo_point
; ++i)
in stb_textedit_discard_undo()
1111
--state->
undo_point
;
in stb_textedit_discard_undo()
1112
STB_TEXTEDIT_memmove(state->undo_rec, state->undo_rec+1, (size_t) (state->
undo_point
*sizeof(state->undo_rec[0])));
in stb_textedit_discard_undo()
1157
if (state->
undo_point
== STB_TEXTEDIT_UNDOSTATECOUNT)
in stb_text_create_undo_record()
1162
state->
undo_point
= 0;
in stb_text_create_undo_record()
1171
return &state->undo_rec[state->
undo_point
in stb_text_create_undo_record()
[all...]
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_textedit.h
313
short
undo_point
, redo_point;
member
721
//if (state->undostate.
undo_point
)
in stb_textedit_paste_internal()
722
// --state->undostate.
undo_point
;
in stb_textedit_paste_internal()
1131
if (state->
undo_point
> 0) {
in stb_textedit_discard_undo()
1138
for (i=0; i < state->
undo_point
; ++i)
in stb_textedit_discard_undo()
1142
--state->
undo_point
;
in stb_textedit_discard_undo()
1143
STB_TEXTEDIT_memmove(state->undo_rec, state->undo_rec+1, (size_t) (state->
undo_point
*sizeof(state->undo_rec[0])));
in stb_textedit_discard_undo()
1188
if (state->
undo_point
== STB_TEXTEDIT_UNDOSTATECOUNT)
in stb_text_create_undo_record()
1193
state->
undo_point
= 0;
in stb_text_create_undo_record()
1202
return &state->undo_rec[state->
undo_point
in stb_text_create_undo_record()
[all...]
H
A
D
imgui_internal.h
1028
int GetUndoAvailCount() const { return Stb.undostate.
undo_point
; }
/third_party/glfw/deps/
H
A
D
nuklear.h
4264
short
undo_point
;
member
22042
if (state->undo.
undo_point
)
in nk_textedit_paste()
22043
--state->undo.
undo_point
;
in nk_textedit_paste()
22415
if (state->
undo_point
> 0) {
in nk_textedit_discard_undo()
22423
for (i=0; i < state->
undo_point
; ++i) {
in nk_textedit_discard_undo()
22429
--state->
undo_point
;
in nk_textedit_discard_undo()
22431
(nk_size)((nk_size)state->
undo_point
* sizeof(state->undo_rec[0])));
in nk_textedit_discard_undo()
22473
if (state->
undo_point
== NK_TEXTEDIT_UNDOSTATECOUNT)
in nk_textedit_create_undo_record()
22479
state->
undo_point
= 0;
in nk_textedit_create_undo_record()
22488
return &state->undo_rec[state->
undo_point
in nk_textedit_create_undo_record()
[all...]
Completed in 52 milliseconds