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:cursor_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rasc.c
56
int
cursor_size
;
member
560
av_fast_padded_malloc(&s->cursor, &s->
cursor_size
, uncompressed_size);
in decode_mous()
770
s->
cursor_size
= 0;
in decode_close()
/third_party/glfw/deps/
H
A
D
nuklear.h
4942
struct nk_vec2
cursor_size
;
member
5044
float
cursor_size
;
member
14437
slider->
cursor_size
= nk_vec2(16,16);
in nk_style_from_table()
14555
edit->
cursor_size
= 4;
in nk_style_from_table()
14618
edit->
cursor_size
= 8;
in nk_style_from_table()
21130
bounds.w = NK_MAX(bounds.w, 2*style->padding.x + style->
cursor_size
.x);
in nk_do_slider()
21159
bounds.x += style->
cursor_size
.x*0.5f;
in nk_do_slider()
21160
bounds.w -= style->
cursor_size
.x;
in nk_do_slider()
21178
visual_cursor.h = style->
cursor_size
.y;
in nk_do_slider()
21179
visual_cursor.w = style->
cursor_size
in nk_do_slider()
[all...]
Completed in 47 milliseconds