Home
last modified time | relevance | path

Searched refs:cursor_size (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drasc.c56 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 Dnuklear.h4942 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