Searched refs:box (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dvirtual-destructor-synthesis.cpp3 struct box { struct
4 virtual ~box();
7 struct pile_box : public box {
8 pile_box(box *);
11 pile_box::pile_box(box *pp)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h9 struct pipe_box *box )
11 box->x = x;
12 box->y = 0;
13 box->z = 0;
14 box->width = w;
15 box->height = 1;
16 box->depth = 1;
24 struct pipe_box *box )
26 box->x = x;
27 box
[all...]
H A Du_transfer.c14 const struct pipe_box *box,
28 if (box->x == 0 && box->width == resource->width0) {
38 box );
47 assert(box->height == 1);
48 assert(box->depth == 1);
50 memcpy(map, data, box->width);
56 for (i = 0; i < box->depth; i++) {
61 box->width,
62 box
10 u_default_transfer_inline_write( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
89 u_default_transfer_flush_region( struct pipe_context *pipe, struct pipe_transfer *transfer, const struct pipe_box *box) argument
97 u_default_get_transfer(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
[all...]
H A Du_staging.c57 const struct pipe_box *box,
67 tx->base.box = *box;
75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template);
89 sbox.x = box->x;
90 sbox.y = box->y;
91 sbox.z = box->z;
92 sbox.width = box
53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSampleTableBox.java44 for (Box box : boxes) {
45 if (box instanceof SampleDescriptionBox) {
46 return (SampleDescriptionBox) box;
53 for (Box box : boxes) {
54 if (box instanceof SampleSizeBox) {
55 return (SampleSizeBox) box;
62 for (Box box : boxes) {
63 if (box instanceof SampleToChunkBox) {
64 return (SampleToChunkBox) box;
71 for (Box box
[all...]
H A DMediaBox.java34 for (Box box : boxes) {
35 if (box instanceof MediaInformationBox) {
36 return (MediaInformationBox) box;
43 for (Box box : boxes) {
44 if (box instanceof MediaHeaderBox) {
45 return (MediaHeaderBox) box;
52 for (Box box : boxes) {
53 if (box instanceof HandlerBox) {
54 return (HandlerBox) box;
H A DMediaInformationBox.java22 * This box contains all the objects that declare characteristic information of the media in the track.
32 for (Box box : boxes) {
33 if (box instanceof SampleTableBox) {
34 return (SampleTableBox) box;
41 for (Box box : boxes) {
42 if (box instanceof AbstractMediaHeaderBox) {
43 return (AbstractMediaHeaderBox) box;
H A DTrackBox.java36 for (Box box : boxes) {
37 if (box instanceof TrackHeaderBox) {
38 return (TrackHeaderBox) box;
63 for (Box box : boxes) {
64 if (box instanceof MediaBox) {
65 return (MediaBox) box;
/external/chromium-trace/catapult/firefighter/default/tracing/tracing/ui/tracks/
H A Dthread_track.css7 -webkit-box-orient: vertical;
8 display: -webkit-box;
H A Ddrawing_container.css7 -webkit-box-flex: 1;
15 -webkit-box-flex: 1;
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
H A Dthread_track.css7 -webkit-box-orient: vertical;
8 display: -webkit-box;
H A Ddrawing_container.css7 -webkit-box-flex: 1;
15 -webkit-box-flex: 1;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackFragmentBox.java35 for (Box box : getBoxes()) {
36 if (box instanceof TrackFragmentHeaderBox) {
37 return (TrackFragmentHeaderBox) box;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java36 public static String createPath(Box box) { argument
37 return createPath(box, "");
40 private static String createPath(Box box, String path) { argument
41 if (box instanceof IsoFile) {
44 List<?> boxesOfBoxType = box.getParent().getBoxes(box.getClass());
45 int index = boxesOfBoxType.indexOf(box);
46 path = String.format("/%s[%d]", box.getType(), index) + path;
48 return createPath(box.getParent(), path);
52 public static Box getPath(Box box, Strin argument
58 getPaths(Box box, String path) argument
111 isContained(Box box, String path) argument
[all...]
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
H A Djquery.isonscreen.js10 isOnScreen: function(box, container) {
12 for(var i in box){box[i] = parseFloat(box[i])};
24 if( box.left+box.width-container.left > 0 &&
25 box.left < container.width+container.left &&
26 box.top+box.height-container.top > 0 &&
27 box
[all...]
/external/opencv3/samples/cpp/
H A Dfitellipse.cpp80 RotatedRect box = fitEllipse(pointsf); local
82 if( MAX(box.size.width, box.size.height) > MIN(box.size.width, box.size.height)*30 )
86 ellipse(cimage, box, Scalar(0,0,255), 1, LINE_AA);
87 ellipse(cimage, box.center, box.size*0.5f, box.angle, 0, 360, Scalar(0,255,255), 1, LINE_AA);
89 box
[all...]
/external/skia/src/svg/parser/
H A DSkSVGSVG.cpp46 SkRect box = SkRect::MakeLTRB(viewBox[0] / width, viewBox[1] / height, local
48 if (box.fLeft == 0 && box.fTop == 0 &&
49 box.fRight == SK_Scalar1 && box.fBottom == SK_Scalar1)
52 if (box.fLeft != 0) {
54 x.appendScalar(box.fLeft);
57 if (box.fTop != 0) {
59 y.appendScalar(box.fTop);
62 if (box
[all...]
/external/opencv3/3rdparty/libjasper/
H A Djp2_cod.c10 * box properly.
108 void jp2_box_dump(jp2_box_t *box, FILE *out);
110 static int jp2_jp_getdata(jp2_box_t *box, jas_stream_t *in);
111 static int jp2_jp_putdata(jp2_box_t *box, jas_stream_t *out);
112 static int jp2_ftyp_getdata(jp2_box_t *box, jas_stream_t *in);
113 static int jp2_ftyp_putdata(jp2_box_t *box, jas_stream_t *out);
114 static int jp2_ihdr_getdata(jp2_box_t *box, jas_stream_t *in);
115 static int jp2_ihdr_putdata(jp2_box_t *box, jas_stream_t *out);
116 static void jp2_bpcc_destroy(jp2_box_t *box);
117 static int jp2_bpcc_getdata(jp2_box_t *box, jas_stream_
195 jp2_box_t *box; local
216 jp2_box_destroy(jp2_box_t *box) argument
224 jp2_bpcc_destroy(jp2_box_t *box) argument
233 jp2_cdef_destroy(jp2_box_t *box) argument
248 jp2_box_t *box; local
324 jp2_box_dump(jp2_box_t *box, FILE *out) argument
338 jp2_jp_getdata(jp2_box_t *box, jas_stream_t *in) argument
347 jp2_ftyp_getdata(jp2_box_t *box, jas_stream_t *in) argument
366 jp2_ihdr_getdata(jp2_box_t *box, jas_stream_t *in) argument
378 jp2_bpcc_getdata(jp2_box_t *box, jas_stream_t *in) argument
394 jp2_colr_dumpdata(jp2_box_t *box, FILE *out) argument
408 jp2_colr_getdata(jp2_box_t *box, jas_stream_t *in) argument
438 jp2_cdef_dumpdata(jp2_box_t *box, FILE *out) argument
448 jp2_colr_destroy(jp2_box_t *box) argument
456 jp2_cdef_getdata(jp2_box_t *box, jas_stream_t *in) argument
481 jp2_box_put(jp2_box_t *box, jas_stream_t *out) argument
532 jp2_jp_putdata(jp2_box_t *box, jas_stream_t *out) argument
541 jp2_ftyp_putdata(jp2_box_t *box, jas_stream_t *out) argument
556 jp2_ihdr_putdata(jp2_box_t *box, jas_stream_t *out) argument
568 jp2_bpcc_putdata(jp2_box_t *box, jas_stream_t *out) argument
580 jp2_colr_putdata(jp2_box_t *box, jas_stream_t *out) argument
602 jp2_cdef_putdata(jp2_box_t *box, jas_stream_t *out) argument
762 jp2_cmap_destroy(jp2_box_t *box) argument
770 jp2_cmap_getdata(jp2_box_t *box, jas_stream_t *in) argument
792 jp2_cmap_putdata(jp2_box_t *box, jas_stream_t *out) argument
801 jp2_cmap_dumpdata(jp2_box_t *box, FILE *out) argument
814 jp2_pclr_destroy(jp2_box_t *box) argument
824 jp2_pclr_getdata(jp2_box_t *box, jas_stream_t *in) argument
862 jp2_pclr_putdata(jp2_box_t *box, jas_stream_t *out) argument
873 jp2_pclr_dumpdata(jp2_box_t *box, FILE *out) argument
887 jp2_uuid_destroy(jp2_box_t *box) argument
897 jp2_uuid_getdata(jp2_box_t *box, jas_stream_t *in) argument
918 jp2_uuid_putdata(jp2_box_t *box, jas_stream_t *out) argument
[all...]
H A Djp2_enc.c10 * box properly.
96 jp2_box_t *box; local
116 box = 0;
130 /* Output the signature box. */
132 if (!(box = jp2_box_create(JP2_BOX_JP))) {
135 box->data.jp.magic = JP2_JP_MAGIC;
136 if (jp2_box_put(box, out)) {
139 jp2_box_destroy(box);
140 box = 0;
142 /* Output the file type box
348 jp2_box_t *box; local
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/paper-shadow/
H A Dpaper-shadow.css25 transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
29 box-shadow: none;
33 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
37 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
41 box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
45 box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19);
49 box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
53 box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
57 box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
61 box
[all...]
/external/fio/
H A Dghelpers.h4 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label);
5 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label);
6 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label);
7 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label,
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
H A DIMETest.java24 Box box = Box.createVerticalBox();
25 box.add(new JTextField(sampleText));
26 box.add(new JTextField(sampleText));
27 jf.getContentPane().add(box);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c49 SVGA3dCopyBox *box;
87 &box,
96 &box,
101 box->x = dstx;
102 box->y = dsty;
103 box->z = 0;
104 box->w = width;
105 box->h = height;
106 box->d = 1;
107 box
[all...]
/external/autotest/client/cros/video/
H A Dchameleon_screenshot_capturer.py24 timeout_video_input_s, box=None):
32 @box: int tuple, left, upper, right, lower pixel coordinates
41 self.box = box
84 def capture(self, filename, box=None):
91 @param box: int tuple, left, upper, right, lower pixel coordinates
92 defining a box region of what the image should be.
99 if not box:
100 box = self.box
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/core-icon-button/
H A Dcore-icon-button.css12 box-sizing: border-box;
13 -moz-box-sizing: border-box;
31 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
35 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.1);
40 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.12);
45 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12);
50 box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.1);
55 box
[all...]

Completed in 657 milliseconds

1234567891011>>