Searched refs:box (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorExampleTest.java135 Box box = (Box) yaml.load(doc);
136 assertNotNull(box);
137 assertEquals("id11", box.getId());
138 assertEquals("Main box", box.getName());
139 Item top = box.getTop();
143 Item bottom = box.getBottom();
/external/libjpeg-turbo/doc/html/
H A Ddoxygen.css192 -webkit-transition-property: background-color, box-shadow;
194 -moz-transition-property: background-color, box-shadow;
196 -ms-transition-property: background-color, box-shadow;
198 -o-transition-property: background-color, box-shadow;
200 transition-property: background-color, box-shadow;
206 box-shadow: 0 0 10px cyan;
236 box-shadow: 2px 2px 3px #999;
237 -webkit-box-shadow: 2px 2px 3px #999;
238 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
427 -webkit-transition-property: background-color, box
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Djp2.c53 * 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
461 opj_jp2_read_boxhdr(opj_jp2_box_t *box, OPJ_UINT32 * p_number_bytes_read, opj_stream_private_t *cio, opj_event_mgr_t * p_manager ) argument
2094 opj_jp2_box_t box; local
2490 opj_jp2_box_t box; local
2551 opj_jp2_read_boxhdr_char( opj_jp2_box_t *box, OPJ_BYTE * p_data, OPJ_UINT32 * p_number_bytes_read, OPJ_UINT32 p_box_max_size, opj_event_mgr_t * p_manager ) argument
[all...]
/external/skia/src/views/
H A DSkWidgets.cpp300 SkTextBox box; local
301 box.setMode(SkTextBox::kOneLine_Mode);
302 box.setSpacingAlign(SkTextBox::kCenter_SpacingAlign);
303 box.setBox(0, 0, this->width(), this->height());
310 box.draw(canvas, label.c_str(), label.size(), p);
459 SkTextBox box;
461 box.setMode(fMode == kAutoWidth_Mode ? SkTextBox::kOneLine_Mode : SkTextBox::kLineBreak_Mode);
462 box.setSpacingAlign(this->getSpacingAlign());
463 box.setBox(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY);
464 box
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c87 void trace_dump_box(const struct pipe_box *box) argument
92 if(!box) {
99 trace_dump_member(uint, box, x);
100 trace_dump_member(uint, box, y);
101 trace_dump_member(uint, box, z);
102 trace_dump_member(uint, box, width);
103 trace_dump_member(uint, box, height);
104 trace_dump_member(uint, box, depth);
585 trace_dump_member(uint, state, box.x);
586 trace_dump_member(uint, state, box
[all...]
/external/autotest/tko/
H A Dcompose_query.cgi266 return [[display.box(msg)]]
289 return [[display.box(str(error))]]
300 return [[display.box(msg)]]
306 header_row = [display.box("<center>(Flip Axis)</center>", link=link)]
314 header_row.append(display.box(x_header,header=True,link=link))
324 cur_row = [display.box(y_header, header=True, link=link)]
333 cur_row.append(display.box(None, None,
/external/opencv/cv/src/
H A Dcvcamshift.cpp168 CvBox2D* box )
257 if( _comp || box )
288 if( box )
290 box->size.height = (float)length;
291 box->size.width = (float)width;
292 box->angle = (float)(theta*180./CV_PI);
293 box->center = cvPoint2D32f( comp.rect.x + comp.rect.width*0.5f,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.c254 const struct pipe_box *box)
274 tx->base.box = *box;
277 tx->nblocksx = box->width << mt->ms_x;
278 tx->nblocksy = box->height << mt->ms_x;
280 tx->nblocksx = util_format_get_nblocksx(res->format, box->width);
281 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
287 nv50_m2mf_rect_setup(&tx->rect[0], res, level, box->x, box->y, box
250 nv50_miptree_transfer_new(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c486 SVGA3dCopyBox *box; local
506 sizeof *cmd + sizeof *box + sizeof *pSuffix,
520 box = (SVGA3dCopyBox *)&cmd[1];
521 box->x = host_offset;
522 box->y = 0;
523 box->z = 0;
524 box->w = size;
525 box->h = 1;
526 box->d = 1;
527 box
[all...]
/external/fio/
H A Dgoptions.c16 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) argument
295 c->gopt.box = gtk_hbox_new(FALSE, 3);
305 gtk_box_pack_start(GTK_BOX(c->gopt.box),
94 gopt_get_group_frame(struct gopt_job_view *gjv, GtkWidget *box, unsigned int groupmask) argument
1166 GtkWidget *box, *vbox, *scroll; local
1174 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); local
1495 gopt_job_changed(GtkComboBox *box, gpointer data) argument
[all...]
H A Dgfio.c505 * 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
1333 combo_entry_changed(GtkComboBox *box, gpointer data) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c78 struct pipe_box *box = &upload->transfer->box; local
79 if (upload->offset > box->x) {
82 box->x, upload->offset - box->x);
H A Du_debug.c620 rgba = MALLOC(transfer->box.width *
621 transfer->box.height *
622 transfer->box.depth *
628 transfer->box.width, transfer->box.height,
632 transfer->box.width, transfer->box.height,
633 rgba, transfer->box.width);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c47 &transfer->box);
59 sbox.width = transfer->box.width;
60 sbox.height = transfer->box.height;
64 transfer->box.x, transfer->box.y, transfer->box.z,
259 static INLINE unsigned u_box_volume( const struct pipe_box *box )
261 return box->width * box->depth * box
264 si_texture_get_transfer(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp31 class box { class in namespace:__anon13891
33 box(const resource::point &origin, const resource::point &size) : function in class:__anon13891::box
62 box(src_res.offset + src_origin, region));
146 box rect { { 0, 0, 0 }, { info.width0, info.height0, info.depth0 } };
181 box(origin + r.offset, region));
/external/skia/src/utils/
H A DSkTextBox.cpp136 void SkTextBox::getBox(SkRect* box) const
138 if (box)
139 *box = fBox;
142 void SkTextBox::setBox(const SkRect& box) argument
144 fBox = box;
/external/okhttp/website/static/
H A Dbootstrap-combined.min.css9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;bo
[all...]
/external/autotest/client/cros/multimedia/
H A Ddisplay_facade_native.py333 box = self.get_output_rect(output)
334 graphics_utils.take_screenshot_crop_x(path, box)
335 return output, box # for logging/debugging
347 box = self.get_output_rect(output)
348 graphics_utils.take_screenshot_crop_x(path, box)
349 return output, box # for logging/debugging
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c65 struct pipe_box box; local
67 u_box_2d(0, 0, sizeof(constants), 1, &box);
69 &box, constants, sizeof(constants),
214 struct pipe_box box; local
253 u_box_2d(0, 0, 165, 165, &box);
256 PIPE_TRANSFER_WRITE, &box,
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c160 struct pipe_box box; local
174 memset(&box, 0, sizeof(box));
175 box.width = 2;
176 box.height = 2;
178 t = p->pipe->get_transfer(p->pipe, p->tex, 0, PIPE_TRANSFER_WRITE, &box);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg68 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
/external/autotest/
H A D.gitignore64 puppylab/chromeos_lab_core_cluster.box
/external/kernel-headers/original/uapi/drm/
H A Dvirtgpu_drm.h106 struct drm_virtgpu_3d_box box; member in struct:drm_virtgpu_3d_transfer_to_host
113 struct drm_virtgpu_3d_box box; member in struct:drm_virtgpu_3d_transfer_from_host
/external/libdrm/include/drm/
H A Dvirtgpu_drm.h106 struct drm_virtgpu_3d_box box; member in struct:drm_virtgpu_3d_transfer_to_host
113 struct drm_virtgpu_3d_box box; member in struct:drm_virtgpu_3d_transfer_from_host
/external/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c115 struct pipe_box box; local
139 u_box_2d(0,0,sizeof(constants1),1, &box);
145 &box,
156 u_box_2d(0,0,sizeof(constants2),1, &box);
162 &box,
294 struct pipe_box box; local
355 u_box_2d(0,0,SIZE,SIZE, &box);
361 &box,

Completed in 864 milliseconds

1234567891011>>