Home
last modified time | relevance | path

Searched refs:nRepeatSize (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/util/
H A DLSPKeyboardHandler.cpp32 nRepeatSize = 0; in LSPKeyboardHandler()
126 if (nRepeatSize >= RPT_BUF_SIZE) in process_key_down()
137 vRepeat[nRepeatSize++] = ev.nCode; in process_key_down()
152 ws_code_t *c = vRepeat, *last = &vRepeat[nRepeatSize]; in process_key_up()
159 if (nRepeatSize > 0) in process_key_up()
160 nRepeatSize--; in process_key_up()
161 if (nRepeatSize == 1) in process_key_up()
164 if (nRepeatSize <= 0) in process_key_up()
184 if (nRepeatSize <= 0) in simulate_repeat()
191 ev.nCode = vRepeat[nRepeatSize-1]; in simulate_repeat()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/util/
H A DLSPKeyboardHandler.h40 size_t nRepeatSize; // Number of elements in repeat buffer variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx1857 ++nRepeatSize; in LayoutStrings()
1858 if ( nRepeatSize > 0 ) in LayoutStrings()
3025 tools::Long nRepeatSize = 0; in DrawEditStandard() local
3028 ++nRepeatSize; in DrawEditStandard()
3029 if ( nRepeatSize > 0 ) in DrawEditStandard()
3403 tools::Long nRepeatSize = 0; in DrawEditBottomTop() local
3406 ++nRepeatSize; in DrawEditBottomTop()
3407 if ( nRepeatSize > 0 ) in DrawEditBottomTop()
3646 tools::Long nRepeatSize = 0; in DrawEditTopBottom() local
3650 ++nRepeatSize; in DrawEditTopBottom()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Doutput2.cxx1781 ++nRepeatSize; in LayoutStrings()
1782 if ( nRepeatSize > 0 ) in LayoutStrings()
2948 long nRepeatSize = 0; in DrawEditStandard() local
2951 ++nRepeatSize; in DrawEditStandard()
2952 if ( nRepeatSize > 0 ) in DrawEditStandard()
3318 long nRepeatSize = 0; in DrawEditBottomTop() local
3321 ++nRepeatSize; in DrawEditBottomTop()
3322 if ( nRepeatSize > 0 ) in DrawEditBottomTop()
3561 long nRepeatSize = 0; in DrawEditTopBottom() local
3565 ++nRepeatSize; in DrawEditTopBottom()
[all …]