Home
last modified time | relevance | path

Searched refs:cursor_value (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/detail/
H A Drange_access.hpp181 struct cursor_value : decltype(range_access::cursor_value_2_<Cur>(42)) struct
190 using cursor_value_t = meta::_t<cursor_value<Cur>>;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/detail/
H A Drange_access.hpp181 struct cursor_value : decltype(range_access::cursor_value_2_<Cur>(42)) struct
190 using cursor_value_t = meta::_t<cursor_value<Cur>>;
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_edit.c2931 float cursor_value = 0.0f; in snap_graph_keys() local
2946 cursor_value = (sipo) ? sipo->cursorVal : 0.0f; in snap_graph_keys()
2972 ked.f1 = (cursor_value / unit_scale) - offset; in snap_graph_keys()
3078 float cursor_value = 0.0f; in mirror_graph_keys() local
3100 cursor_value = (sipo) ? sipo->cursorVal : 0.0f; in mirror_graph_keys()
3131 ked.f1 = (cursor_value + offset) * unit_scale; in mirror_graph_keys()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dsqlforms.vim68 syntax match sqlSystem /system\.cursor_value/
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dsqlforms.vim68 syntax match sqlSystem /system\.cursor_value/
/dports/databases/py-lmdb/lmdb-0.97/lmdb/
H A Dcpython.c2039 cursor_value(CursorObject *self);
2074 return cursor_value(self); in cursor_get()
2562 cursor_value(CursorObject *self) in cursor_value() function
2622 val_func = cursor_value; in iter_from_args()
2797 {"value", (PyCFunction)cursor_value, METH_NOARGS},
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/views/
H A Dproperties_tableview.py190 cursor_value = event.x() - value_column_x
191 cursor_value_percent = cursor_value / self.columnWidth(1)