/external/libvterm/src/ |
D | vterm.c | 260 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 …]
|
D | screen.c | 225 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 …]
|
D | state.c | 84 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/ |
D | dtlstransportchannel.cc | 256 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/ |
D | README | 6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction.
|
/external/libvterm/include/ |
D | vterm.h | 353 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/ |
D | attrs-below.ll | 2 ; level but also downward.
|
/external/u-boot/doc/SPL/ |
D | README.omap3 | 26 starts at the top of SRAM (which is configurable) and grows downward. The
|
/external/icu/icu4c/source/data/locales/ |
D | en_AU.txt | 562 downwards_arrows{"downward arrow"} 563 downwards_upwards_arrows{"downward upward arrow"}
|
D | en_CA.txt | 341 downwards_arrows{"downward arrow"} 342 downwards_upwards_arrows{"downward upward arrow"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | fp-intrinsics.ll | 20 ; // downward, this shouldn't be simplified.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp-intrinsics.ll | 28 ; // downward, this shouldn't be simplified.
|
/external/libcxx/include/ |
D | algorithm | 3878 // 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/skqp/docs/ |
D | spelling.txt | 66 downscale downward draw drawing drawn draws due duplicate duplicates duplicating during dynamically
|
/external/skqp/site/user/api/ |
D | SkIRect_Reference.md | 1018 …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.
|
D | SkRect_Reference.md | 1564 …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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 3606 磔>'[downward stroke slanting righ]'; 5931 頏>'[fly down or downward]';
|
/external/python/cpython2/Doc/ |
D | glossary.rst | 261 rounded *downward*. See :pep:`238`.
|
/external/jemalloc/ |
D | ChangeLog | 19 memory grows downward. (@jasone)
|
/external/python/cpython3/Doc/ |
D | glossary.rst | 393 rounded *downward*. See :pep:`238`.
|
/external/u-boot/ |
D | README | 2933 CONFIG_SYS_GBL_DATA_OFFSET) downward. 4573 Info data is placed, followed by the stack (growing downward). 4590 0x00FB FF20 Monitor Stack (Growing downward)
|
/external/jemalloc_new/ |
D | ChangeLog | 393 memory grows downward. (@jasone)
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 3662 increase downward and rightward.
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 533 And downward fish; yet had his temple high 751 Were always downward bent, admiring more 2660 Look downward on that globe, whose hither side 3277 Bore him slope downward to the sun now fallen 5774 Throughout the fluid mass; but downward purged
|
/external/python/cpython2/Doc/library/ |
D | stdtypes.rst | 367 :func:`math.floor` to round downward and :func:`math.ceil` to round
|