Home
last modified time | relevance | path

Searched refs:downward (Results 1 – 25 of 44) sorted by relevance

12

/external/libvterm/src/
Dvterm.c260 int downward, in vterm_scroll_rect() argument
269 if(abs(downward) >= rect.end_row - rect.start_row || in vterm_scroll_rect()
298 if(downward >= 0) { in vterm_scroll_rect()
300 dest.end_row = rect.end_row - downward; in vterm_scroll_rect()
301 src.start_row = rect.start_row + downward; in vterm_scroll_rect()
305 int upward = -downward; in vterm_scroll_rect()
315 if(downward > 0) in vterm_scroll_rect()
316 rect.start_row = rect.end_row - downward; in vterm_scroll_rect()
317 else if(downward < 0) in vterm_scroll_rect()
318 rect.end_row = rect.start_row - downward; in vterm_scroll_rect()
[all …]
Dscreen.c225 int downward = src.start_row - dest.start_row; in moverect_internal() local
228 if(downward < 0) { in moverect_internal()
241 getcell(screen, row + downward, src.start_col), in moverect_internal()
303 static int scrollrect(VTermRect rect, int downward, int rightward, void *user) in scrollrect() argument
308 vterm_scroll_rect(rect, downward, rightward, in scrollrect()
313 vterm_scroll_rect(rect, downward, rightward, in scrollrect()
326 screen->pending_scroll_downward = downward; in scrollrect()
330 ((screen->pending_scroll_downward == 0 && downward == 0) || in scrollrect()
332 screen->pending_scroll_downward += downward; in scrollrect()
339 screen->pending_scroll_downward = downward; in scrollrect()
[all …]
Dstate.c84 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) in scroll() argument
86 if(!downward && !rightward) in scroll()
90 if(downward > rows) in scroll()
91 downward = rows; in scroll()
92 else if(downward < -rows) in scroll()
93 downward = -rows; in scroll()
103 int height = rect.end_row - rect.start_row - abs(downward); in scroll()
105 if(downward > 0) in scroll()
107 state->lineinfo + rect.start_row + downward, in scroll()
110 memmove(state->lineinfo + rect.start_row - downward, in scroll()
[all …]
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc256 StreamInterfaceChannel* downward = new StreamInterfaceChannel(channel_); in SetupDtls() local
258 dtls_.reset(rtc::SSLStreamAdapter::Create(downward)); in SetupDtls()
261 delete downward; in SetupDtls()
265 downward_ = downward; in SetupDtls()
/external/autotest/client/site_tests/touch_ScrollDirection/
DREADME6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction.
/external/icu/icu4c/source/data/locales/
Den_AU.txt183 downwards_arrows{"downward arrow"}
184 downwards_upwards_arrows{"downward upward arrow"}
Den_CA.txt341 downwards_arrows{"downward arrow"}
342 downwards_upwards_arrows{"downward upward arrow"}
/external/libvterm/include/
Dvterm.h353 int (*scrollrect)(VTermRect rect, int downward, int rightward, void *user);
496 int downward,
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Andersen/
Dattrs-below.ll2 ; level but also downward.
/external/u-boot/doc/SPL/
DREADME.omap326 starts at the top of SRAM (which is configurable) and grows downward. The
/external/mesa3d/src/util/xmlpool/
Dnl.po125 msgid "Round color components downward"
Dsv.po123 msgid "Round color components downward"
Dde.po126 msgid "Round color components downward"
Dfr.po124 msgid "Round color components downward"
Des.po133 msgid "Round color components downward"
Dca.po151 msgid "Round color components downward"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dfp-intrinsics.ll20 ; // downward, this shouldn't be simplified.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfp-intrinsics.ll28 ; // downward, this shouldn't be simplified.
/external/libcxx/include/
Dalgorithm3878 // Prime the downward search with a guard.
3882 // manually guard downward moving __j against __i
3932 break; // found guard for downward moving __j, now use unguarded partition
3949 // It is now known that a guard exists for downward moving __j
5129 // Prime the downward search with a guard.
5133 // manually guard downward moving __j against __i
5186 break; // found guard for downward moving __j, now use unguarded partition
5201 // It is now known that a guard exists for downward moving __j
/external/skia/docs/
Dspelling.txt66 downscale downward draw drawing drawn draws due duplicate duplicates duplicating during dynamically
/external/skqp/docs/
Dspelling.txt66 downscale downward draw drawing drawn draws due duplicate duplicates duplicating during dynamically
/external/skqp/site/user/api/
DSkIRect_Reference.md1018 …dy'>dy</a> is positive, <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned is moved downward.
1156 …et_dy'>dy</a> is positive, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned downward.
1198 …nt_fY'>fY</a> is positive, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned downward.
DSkRect_Reference.md1564 …et_dy'>dy</a> is positive, <a href='SkRect_Reference#SkRect'>SkRect</a> returned is moved downward.
1702 …#SkRect_offset_dy'>dy</a> is positive, moves <a href='SkRect_Reference#SkRect'>SkRect</a> downward.
1744 …href='#SkPoint_fY'>fY</a> is positive, moves <a href='SkRect_Reference#SkRect'>SkRect</a> downward.
/external/skia/site/user/api/
DSkIRect_Reference.md1018 …dy'>dy</a> is positive, <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned is moved downward.
1156 …et_dy'>dy</a> is positive, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned downward.
1198 …nt_fY'>fY</a> is positive, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned downward.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3606 磔>'[downward stroke slanting righ]';
5931 頏>'[fly down or downward]';

12