HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 251 - 275 of 663) sorted by null

<<11121314151617181920>>

  /external/swiftshader/src/D3D9/
Direct3DVolumeTexture9.hpp 61 long __stdcall LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) override;
  /external/syslinux/gpxe/src/hci/mucurses/
edging.c 20 int box ( WINDOW *win, chtype verch, chtype horch ) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 86 box = Checkbutton(frame,
90 box.pack(side=LEFT)
91 self.boxes.append(box)
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 93 box = (0, 0, constants.DESIRED_WIDTH, constants.DESIRED_HEIGHT)
100 box = box)
  /external/python/cpython2/Tools/pynche/
ListViewer.py 96 for box in bboxes:
97 x1, y1, x2, y2 = canvas.coords(box)
98 canvas.coords(box, x1, y1, widest, y2)
102 # find the current box
110 ## print 'No box found!'
142 # turn off the last box
145 # turn on the current box
  /external/python/cpython2/Tools/scripts/
redemo.py 87 box = Checkbutton(frame,
91 box.pack(side=LEFT)
92 self.boxes.append(box)
  /external/python/cpython3/Tools/demo/
redemo.py 88 box = Checkbutton(frame,
92 box.pack(side=LEFT)
93 self.boxes.append(box)
  /external/python/cpython3/Tools/pynche/
ListViewer.py 96 for box in bboxes:
97 x1, y1, x2, y2 = canvas.coords(box)
98 canvas.coords(box, x1, y1, widest, y2)
102 # find the current box
110 ## print 'No box found!'
142 # turn off the last box
145 # turn on the current box
  /external/skia/gm/
textblob.cpp 106 SkRect box = blob->bounds(); variable
107 box.offset(offset);
108 canvas->drawRect(box, p);
  /external/skqp/gm/
textblob.cpp 106 SkRect box = blob->bounds(); variable
107 box.offset(offset);
108 canvas->drawRect(box, p);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 1009 info->dst.box.x == 0 &&
1010 info->dst.box.y == 0 &&
1011 info->dst.box.width == dst_width &&
1012 info->dst.box.height == dst_height &&
1013 info->dst.box.depth == 1 &&
1014 info->src.box.x == 0 &&
1015 info->src.box.y == 0 &&
1016 info->src.box.width == dst_width &&
1017 info->src.box.height == dst_height &&
1018 info->src.box.depth == 1 &
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1527 const struct pipe_box *box = &transfer->box; local
1573 struct pipe_box box; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
vs-test.c 83 struct pipe_box box; local
102 u_box_2d(0,0,sizeof(constants),1, &box);
240 struct pipe_box box; local
302 u_box_2d(0,0,SIZE,SIZE, &box);
308 &box,
  /external/skia/samplecode/
SampleSVGPong.cpp 39 // Box the value within [min, max), by applying infinite reflection on the interval endpoints.
58 const SkRect& box) {
59 const SkScalar edge = spd.fX > 0 ? box.fRight : box.fLeft;
64 return std::make_tuple(t, box_reflect(pos.fY + dY, box.fTop, box.fBottom));
  /external/skqp/samplecode/
SampleSVGPong.cpp 39 // Box the value within [min, max), by applying infinite reflection on the interval endpoints.
58 const SkRect& box) {
59 const SkScalar edge = spd.fX > 0 ? box.fRight : box.fLeft;
64 return std::make_tuple(t, box_reflect(pos.fY + dY, box.fTop, box.fBottom));
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 804 util_dump_member_begin(stream, "box");
805 util_dump_box(stream, &state->box);
946 void util_dump_box(FILE *stream, const struct pipe_box *box)
948 if (!box) {
955 util_dump_member(stream, int, box, x);
956 util_dump_member(stream, int, box, y);
957 util_dump_member(stream, int, box, z);
958 util_dump_member(stream, int, box, width);
959 util_dump_member(stream, int, box, height);
960 util_dump_member(stream, int, box, depth)
    [all...]
u_tile.c 56 if (u_clip_tile(x, y, &w, &h, &pt->box))
77 if (u_clip_tile(x, y, &w, &h, &pt->box))
447 if (u_clip_tile(x, y, &w, &h, &pt->box)) {
488 if (u_clip_tile(x, y, &w, &h, &pt->box))
539 if (u_clip_tile(x, y, &w, &h, &pt->box))
567 if (u_clip_tile(x, y, &w, &h, &pt->box))
600 if (u_clip_tile(x, y, &w, &h, &pt->box))
721 if (u_clip_tile(x, y, &w, &h, &pt->box))
846 if (u_clip_tile(x, y, &w, &h, &pt->box)) {
877 if (u_clip_tile(x, y, &w, &h, &pt->box)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 59 struct pipe_box box; local
63 box.height = 1;
64 box.depth = 1;
65 box.y = 0;
66 box.z = 0;
68 box.x = vbuf->valid_buffer_range.start;
69 box.width = MIN2(vbuf->valid_buffer_range.end - vbuf->valid_buffer_range.start, vbuf->base.u.b.width0);
73 &box, 0, 0, box.x, 0);
453 const struct pipe_box *box,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 509 const struct pipe_box *box,
564 pt->box = *box;
598 box->z,
612 box->y / util_format_get_blockheight(format) * pt->stride +
613 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
627 transfer->box.z);
  /build/make/tools/droiddoc/templates-ndk/assets/css/
default.css 154 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
983 .tooltip-box {
993 .tooltip-box.below:after {
1025 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
1040 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css 283 -webkit-background-clip: padding-box;
285 background-clip: padding-box;
431 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
627 box-sizing: border-box;
672 box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
688 box-sizing: border-box;
720 box-sizing: border-box;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 565 Mailbox box = ProviderTestUtils.setupMailbox("box1", account.mId, true, mMockContext); local
570 box.mId,
585 box.mId,
2175 Mailbox box = new Mailbox(); local
2238 Mailbox box = new Mailbox(); local
    [all...]
  /external/ImageMagick/www/css/
magick.css 5 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]:: (…)
    [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py 556 box = mailbox.Mailbox('path')
557 self.assertRaises(NotImplementedError, lambda: box.add(''))
558 self.assertRaises(NotImplementedError, lambda: box.remove(''))
559 self.assertRaises(NotImplementedError, lambda: box.__delitem__(''))
560 self.assertRaises(NotImplementedError, lambda: box.discard(''))
561 self.assertRaises(NotImplementedError, lambda: box.__setitem__('', ''))
562 self.assertRaises(NotImplementedError, lambda: box.iterkeys())
563 self.assertRaises(NotImplementedError, lambda: box.keys())
564 self.assertRaises(NotImplementedError, lambda: box.itervalues().__next__())
565 self.assertRaises(NotImplementedError, lambda: box.__iter__().__next__()
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 492 final Mailbox box = new Mailbox(); local
493 box.mAccountKey = accountId;
494 box.mType = mailboxType;
495 box.mSyncInterval = syncInterval;
496 box.mFlagVisible = true;
498 box.mServerId = box.mDisplayName = getSystemMailboxName(context, mailboxType);
499 box.mParentKey = Mailbox.NO_MAILBOX;
500 box.mFlags = flags;
501 return box;
    [all...]

Completed in 630 milliseconds

<<11121314151617181920>>