HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/skqp/src/core/
SkAAClip.cpp 820 int bot = r.fBottom - offsetY; local
821 SkASSERT(bot >= prevBot);
822 if (bot > prevBot) {
837 currY->fY = bot - 1;
840 prevBot = bot;
1636 int top, bot; local
    [all...]
SkRegion.cpp 249 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
862 int top, bot SK_INIT_TO_AVOID_WARNING;
872 bot = a_bot;
875 bot = a_top = b_top;
881 bot = b_bot;
884 bot = b_top = a_top;
891 bot = b_top = a_bot;
895 bot = a_top = b_bot;
903 oper.addSpan(bot, run0, run1);
928 prevBot = bot;
    [all...]
SkScan_Antihair.cpp 664 int bot = B >> 8;
665 int height = bot - top;
687 do_scanline(L, bot, R, B & 0xFF, blitter);
891 int bot = B >> 8;
892 int height = bot - top;
903 inner_scanline(L, bot, R, ~B & 0xFF, blitter);
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 9 // This file exposes the api for the bot to connect to the host script
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
mat.h 101 __isl_take isl_mat *bot);
103 __isl_take isl_vec *bot);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
806 int b = (int) ((vcrect.bot - rect.top));
815 if (vcrect.bot == brect.bot)
890 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
899 if (vcrect.bot == brect.bot)
    [all...]
  /external/harfbuzz_ng/util/
options.hh 154 bot = eot = preserve_default_ignorables = false;
183 (bot ? HB_BUFFER_FLAG_BOT : 0) |
421 hb_bool_t bot;
  /external/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 243 void set_window_size(uchar top, uchar left, uchar bot, uchar right); // Set the window which menusystem should use
menu.c 816 void set_window_size(uchar top, uchar left, uchar bot, uchar right)
820 if ((top > bot) || (left > right))
828 if (bot >= nr)
829 bot = nr - 1;
834 ms->maxrow = bot;
837 ms->numrows = bot - top + 1;
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 664 int bot = B >> 8;
665 int height = bot - top;
687 do_scanline(L, bot, R, B & 0xFF, blitter);
891 int bot = B >> 8;
892 int height = bot - top;
903 inner_scanline(L, bot, R, ~B & 0xFF, blitter);
  /system/core/libpixelflinger/
trap.cpp 642 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)",
671 const GGLfixed* bot = p2; local
674 if (top[1] > bot[1]) {
675 swap(top, bot);
679 int y2 = bot[1] | 1;
695 const int dx = bot[0] - x1;
861 const GGLfixed* bot = p2; local
864 if (top[1] > bot[1])
865 swap(top, bot);
868 int y2 = bot[1]
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 495 bot = Tix.Frame(w)
513 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=list: SList_reset(w,x))
518 bot.pack(fill=Tix.BOTH)
540 bot = Tix.Frame(w)
556 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=win: SWindow_reset(w,x))
561 bot.pack(fill=Tix.BOTH)
575 bot = Tix.Frame(w)
598 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=win: SText_reset(w,x))
603 bot.pack(fill=Tix.BOTH)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 1794 int bot = rows; local
1878 int bot = rows; local
2787 int bot = R; local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 154 {`(?-m)^`, `bot{}`},
156 {`(?m)\A`, `bot{}`},
158 {`(?-m)\A`, `bot{}`},
299 OpBeginText: "bot",
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 154 {`(?-m)^`, `bot{}`},
156 {`(?m)\A`, `bot{}`},
158 {`(?-m)\A`, `bot{}`},
299 OpBeginText: "bot",
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py     [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1138 int bot = to_int(Py_CHARMASK(argbuf[i+1])); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1153 int bot = to_int(Py_CHARMASK(argbuf[i+1])); local
    [all...]
  /external/python/cpython2/Modules/
binascii.c 1138 int bot = to_int(Py_CHARMASK(argbuf[i+1])); local
    [all...]

Completed in 681 milliseconds

1 23 4 5