/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 341 struct pipe_box box; local 363 info->src.y1 - info->src.y0, &box); 367 info->dst.level, info->dst.layer, &box); 377 info->dst.y0, src_view, 0, &box, 415 struct pipe_box box; local 458 info->src.y1 - info->src.y0, &box); 463 tmp, 0, 0, &box); 481 /* check if the resolve box is valid */ 725 /* translate the dst box as well */
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | 1452 const struct pipe_box *box = &transfer->box; local [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 844 struct pipe_box box; local 845 box.x = box.y = 0; 846 box.z = slice; 847 box.width = u_minify(width, level); 848 box.height = u_minify(height, level); 849 box.depth = u_minify(depth, level); 850 immediate_pipe->transfer_inline_write(immediate_pipe, resource, level, PIPE_TRANSFER_WRITE | PIPE_TRANSFER_DISCARD | PIPE_TRANSFER_UNSYNCHRONIZED, &box, initial_data->pSysMem, initial_data->SysMemPitch, initial_data->SysMemSlicePitch); [all...] |
d3d11_context.h | 1492 pipe_box box = d3d11_to_pipe_box(resource->resource, level, 0); local 1555 pipe_box box = d3d11_to_pipe_box(src->resource, src_level, src_box); local 1575 pipe_box box; local 1601 pipe_box box = d3d11_to_pipe_box(dst->resource, dst_level, pDstBox); local [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ContentCacheTests.java | 142 Mailbox box = ProviderTestUtils.setupMailbox("box2", acct.mId, true, context); local 146 Uri uri = ContentUris.withAppendedId(Mailbox.CONTENT_URI, box.mId);
|
/external/fio/ |
gclient.c | 154 GtkWidget *vbox, *box, *scroll, *res_notebook; local 161 box = gtk_hbox_new(FALSE, 0); 162 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local 168 ge->disk_util_vbox = box; 177 GtkWidget *box, *frame, *entry, *vbox, *util_vbox; local 190 box = gtk_vbox_new(FALSE, 3); 191 gtk_container_add(GTK_CONTAINER(frame), box); local 194 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2); 207 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2); 220 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 2) 778 GtkWidget *frame, *box, *tree_view = NULL; local 790 gtk_container_add(GTK_CONTAINER(frame), box); local 818 GtkWidget *box, *frame, *entry; local 838 gtk_container_add(GTK_CONTAINER(frame), box); local 1180 GtkWidget *frame, *label, *box, *vbox, *main_vbox; local 1202 gtk_box_pack_start(GTK_BOX(mbox), box, TRUE, FALSE, 3); local 1211 gtk_box_pack_start(GTK_BOX(main_vbox), box, TRUE, FALSE, 3); local 1246 gtk_container_add(GTK_CONTAINER(frame), box); local 1297 GtkWidget *box, *vbox, *entry, *scroll; local 1307 gtk_box_pack_start(GTK_BOX(vbox), box, TRUE, FALSE, 5); local [all...] |
gfio.c | 505 * Check whether to display the 'auto start backend' box 533 GtkWidget *dialog, *box, *vbox, *hbox, *frame, *pentry; local 551 box = gtk_vbox_new(FALSE, 6); 552 gtk_container_add(GTK_CONTAINER(frame), box); local 555 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); 562 box = gtk_vbox_new(FALSE, 10); 563 gtk_container_add(GTK_CONTAINER(frame), box); local 566 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); 571 box = gtk_vbox_new(FALSE, 10); 572 gtk_container_add(GTK_CONTAINER(frame), box); local 588 gtk_container_add(GTK_CONTAINER(frame), box); local 993 GtkWidget *win, *scroll, *vbox, *box; local 1011 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scroll), box); local 1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; local 1148 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local 1158 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local 1173 gtk_container_add(GTK_CONTAINER(vbox), box); local 1180 gtk_container_add(GTK_CONTAINER(vbox), box); local [all...] |
goptions.c | 16 GtkWidget *box; member in struct:gopt 95 GtkWidget *box, unsigned int groupmask) 114 gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 3); 145 GtkWidget *widget = g->box; 242 s->gopt.box = gtk_hbox_new(FALSE, 3); 260 gtk_box_pack_start(GTK_BOX(s->gopt.box), s->entry, FALSE, FALSE, 0); 261 gtk_box_pack_start(GTK_BOX(s->gopt.box), label, FALSE, FALSE, 0); 265 static void gopt_combo_changed(GtkComboBox *box, gpointer data) 295 c->gopt.box = gtk_hbox_new(FALSE, 3); 305 gtk_box_pack_start(GTK_BOX(c->gopt.box), c->combo, FALSE, FALSE, 0) 1166 GtkWidget *box, *vbox, *scroll; local 1174 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingSphere.java | 123 * <code>computeFromTris</code> creates a new Bounding Box from a given
147 // * <code>computeFromTris</code> creates a new Bounding Box from a given
479 BoundingBox box = (BoundingBox) volume;
local 480 Vector3f radVect = new Vector3f(box.xExtent, box.yExtent,
481 box.zExtent);
482 Vector3f temp_center = box.center;
488 // OrientedBoundingBox box = (OrientedBoundingBox) volume;
490 // return rVal.mergeOBB(box);
523 BoundingBox box = (BoundingBox) volume; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | 1473 struct pipe_box box; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
vdpau_private.h | 291 struct pipe_box box; local 293 box.x = 0; 294 box.y = 0; 295 box.z = 0; 296 box.width = res->width0; 297 box.height = res->height0; 298 box.depth = 1; 301 box.x = MIN2(rect->x0, rect->x1); 302 box.y = MIN2(rect->y0, rect->y1); 303 box.width = abs(rect->x1 - rect->x0) [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 773 box filled with zero values is returned. 777 icvFitEllipse_F( CvSeq* points, CvBox2D* box ) 883 box->center.x = box->center.y = 884 box->size.width = box->size.height = 885 box->angle = 0.f; 915 box->center.x = (float)offx; 916 box->center.y = (float)offy; 917 box->size.width = box->size.height = box->angle = 0.f 978 CvBox2D box; local [all...] |
/external/openssh/ |
sshd.c | 658 struct ssh_sandbox *box = NULL; local 666 box = ssh_sandbox_init(pmonitor); 682 if (box != NULL) 683 ssh_sandbox_parent_preauth(box, pid); 705 if (box != NULL) 706 ssh_sandbox_parent_finish(box); 720 if (box != NULL) 721 ssh_sandbox_child(box); [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 653 CGRect box = CTFontGetBoundingBox(font); local 654 bbox[0] = box.origin.x; 655 bbox[1] = box.origin.y; 656 bbox[2] = box.origin.x + box.size.width; 657 bbox[3] = box.origin.y + box.size.height; [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
jp2.c | 53 * Reads a IHDR box - Image Header box 68 * Writes the Image Header box - Image Header box. 79 * Writes the Bit per Component box. 90 * Reads a Bit per Component box. 112 * Writes the Channel Definition box. 123 * Writes the Colour Specification box. 134 * Writes a FTYP box - File type box 1990 opj_jp2_box_t box; local 2364 opj_jp2_box_t box; local [all...] |
/external/jpeg/ |
jquant2.c | 40 * Next, the color-selection step begins with a box representing the whole 41 * color space, and repeatedly splits the "largest" remaining box until we 43 * remaining box becomes one of the possible output colors. 51 * the "largest" box and deciding where to cut it. The particular policies 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 263 /* The volume (actually 2-norm) of the box */ 265 /* The number of nonzero histogram cells within this box */ 267 } box; typedef in typeref:struct:__anon10848 269 typedef box * boxptr; 274 /* Find the splittable box with the largest color population * [all...] |
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 429 struct pipe_box box; /**< region of the resource to access */ member in struct:pipe_transfer
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 1215 pipe_box box; local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
CodeEmitter.java | 704 public void box(Type type) { method in class:CodeEmitter 786 box(state.argumentTypes[i]);
|
/external/opencv/cv/include/ |
cvcompat.h | 415 CvBox2D box = cvMinAreaRect2( &mat, 0 ); local 418 cvBoxPoints( box, pt ); 452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box ) 455 *box = cvFitEllipse2( &mat ); [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 649 final OrientedBoundingBox box = local 652 float angle = Math.abs(box.orientation); 657 if (box.squareness > mGestureStrokeSquarenessTreshold ||
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesw.h | 114 #ifdef box 115 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); } function 116 #undef box macro 117 #define box UNDEF(box) macro 820 // We may automatically request the box around it. 1141 int box(chtype vert=0, chtype hor=0) { function in class:NCursesWindow [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesw.h | 114 #ifdef box 115 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); } function 116 #undef box macro 117 #define box UNDEF(box) macro 820 // We may automatically request the box around it. 1141 int box(chtype vert=0, chtype hor=0) { function in class:NCursesWindow [all...] |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |