Searched defs:box (Results 1 - 25 of 255) sorted by last modified time

1234567891011

/external/sqlite/dist/orig/
H A Dsqlite3.c2739 ** "Cancel" button on a GUI progress dialog box.
147092 RtreeCell box; /* Bounding box for pNode */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2739 ** "Cancel" button on a GUI progress dialog box.
147124 RtreeCell box; /* Bounding box for pNode */ local
[all...]
/external/skia/src/animator/
H A DSkDrawTextBox.cpp72 SkTextBox box; local
73 box.setMode((SkTextBox::Mode) mode);
74 box.setSpacingAlign((SkTextBox::SpacingAlign) spacingAlign);
75 box.setBox(fRect);
76 box.setSpacing(fSpacingMul, fSpacingAdd);
78 box.draw(maker.fCanvas, fText.c_str(), fText.size(), *maker.fPaint);
/external/skia/src/pdf/
H A DSkPDFFont.cpp267 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, argument
269 // Specify width and bounding box for the glyph.
272 content->writeDecAsText(box.fLeft);
274 content->writeDecAsText(box.fTop);
276 content->writeDecAsText(box.fRight);
278 content->writeDecAsText(box.fBottom);
466 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However,
/external/skia/src/svg/
H A DSkSVGSVG.cpp46 SkRect box; local
47 box.fLeft = SkScalarDiv(viewBox[0], width);
48 box.fTop = SkScalarDiv(viewBox[1], height);
49 box.fRight = SkScalarDiv(viewBox[2], width);
50 box.fBottom = SkScalarDiv(viewBox[3], height);
51 if (box.fLeft == 0 && box.fTop == 0 &&
52 box.fRight == SK_Scalar1 && box.fBottom == SK_Scalar1)
55 if (box
[all...]
/external/skia/src/views/
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;
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/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/android/skin/
H A Dfile.c318 SkinBox box; local
344 skin_box_minmax_init( &box );
347 skin_box_minmax_update( &box, &part->background->rect );
350 skin_box_minmax_update( &box, &part->display->rect );
353 skin_box_minmax_update( &box, &button->rect );
356 if ( !skin_box_minmax_to_rect( &box, &part->rect ) ) {
369 SkinBox box; local
395 skin_box_minmax_init( &box );
398 skin_box_minmax_update( &box, &part->background->rect );
401 skin_box_minmax_update( &box,
[all...]
H A Drect.c194 skin_box_minmax_init( SkinBox* box )
196 box->x1 = box->y1 = INT_MAX;
197 box->x2 = box->y2 = INT_MIN;
214 skin_box_minmax_to_rect( SkinBox* box, SkinRect* r ) argument
216 if (box->x1 > box->x2) {
220 skin_box_to_rect( box, r );
225 skin_box_from_rect( SkinBox* box, SkinRec argument
234 skin_box_to_rect( SkinBox* box, SkinRect* r ) argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c40 * 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:__anon29331
269 typedef box * boxptr;
274 /* Find the splittable box wit
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp654 CGRect box = CTFontGetBoundingBox(font); local
655 bbox[0] = box.origin.x;
656 bbox[1] = box.origin.y;
657 bbox[2] = box.origin.x + box.size.width;
658 bbox[3] = box.origin.y + box.size.height;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/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 Colour Specification box.
123 * Writes a FTYP box - File type box
136 * Reads a a FTYP box
437 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
1837 opj_jp2_box_t box; local
2198 opj_jp2_box_t box; local
2252 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/pixman/demos/
H A Dscale.c133 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); local
135 return table[gtk_combo_box_get_active (box)].value;
/external/pixman/pixman/
H A Dpixman-region.c572 box_type_t *prev_box; /* Current box in previous band */
573 box_type_t *cur_box; /* Current box in current band */
613 * The bands may be merged, so set the bottom y of each box
1049 box_type_t *box, *box_end; local
1061 box = PIXREGION_BOXPTR (region);
1065 * Since box is the first rectangle in the region, it must have the
1068 * x2 from box and box_end, resp., as good things to initialize them
1071 region->extents.x1 = box->x1;
1072 region->extents.y1 = box->y1;
1078 while (box <
1588 box_type_t *box; /* Current box in rects */ local
2321 _reset(region_type_t *region, box_type_t *box) argument
2346 _contains_point(region_type_t * region, int x, int y, box_type_t * box) argument
2437 box_type_t box; local
2517 box_type_t *box = &rects[i]; local
[all...]
H A Dpixman-trap.c410 pixman_box32_t *box)
420 box->x1 = 0;
421 box->y1 = 0;
422 box->x2 = dest->bits.width;
423 box->y2 = dest->bits.height;
427 box->x1 = INT32_MAX;
428 box->y1 = INT32_MAX;
429 box->x2 = INT32_MIN;
430 box->y2 = INT32_MIN;
441 if (y1 < box
408 get_trap_extents(pixman_op_t op, pixman_image_t *dest, const pixman_trapezoid_t *traps, int n_traps, pixman_box32_t *box) argument
520 pixman_box32_t box; local
[all...]
H A Dpixman.c948 const pixman_box32_t *box = &(boxes[i]); local
952 box->x1, box->y1,
953 box->x2 - box->x1, box->y2 - box->y1);
/external/pixman/test/
H A Dregion-contains-test.c28 print_box (pixman_box32_t *box) argument
30 printf (" %d %d %d %d\n", box->x1, box->y1, box->x2, box->y2);
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box) argument
98 crc32 = compute_crc32_u32 (crc32, box->x1);
99 crc32 = compute_crc32_u32 (crc32, box->y1);
100 crc32 = compute_crc32_u32 (crc32, box->x2);
101 crc32 = compute_crc32_u32 (crc32, box
109 pixman_box32_t box; local
[all...]
/external/opencv/cv/include/
H A Dcvcompat.h415 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 );
/external/opencv/cv/src/
H A Dcvgeometry.cpp87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] ) argument
93 double angle = box.angle*CV_PI/180.;
100 pt[0].x = box.center.x - a*box.size.height - b*box.size.width;
101 pt[0].y = box.center.y + b*box.size.height - a*box.size.width;
102 pt[1].x = box.center.x + a*box
[all...]
H A Dcvrotcalipers.cpp351 CvBox2D box; local
356 memset(&box, 0, sizeof(box));
443 box.center.x = out[0].x + (out[1].x + out[2].x)*0.5f;
444 box.center.y = out[0].y + (out[1].y + out[2].y)*0.5f;
445 box.size.height = (float)sqrt((double)out[1].x*out[1].x + (double)out[1].y*out[1].y);
446 box.size.width = (float)sqrt((double)out[2].x*out[2].x + (double)out[2].y*out[2].y);
447 box.angle = (float)atan2( -(double)out[1].y, (double)out[1].x );
451 box.center.x = (points[0].x + points[1].x)*0.5f;
452 box
[all...]
H A Dcvshapedescr.cpp773 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
978 CvBox2D box; local
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h1291 if thickness<0 (e.g. thickness == CV_FILLED), the filled box is drawn */
1311 CV_INLINE void cvEllipseBox( CvArr* img, CvBox2D box, CvScalar color, argument
1316 axes.width = cvRound(box.size.height*0.5);
1317 axes.height = cvRound(box.size.width*0.5);
1319 cvEllipse( img, cvPointFrom32f( box.center ), axes, box.angle,
1415 /* Calculates bounding box of text stroke (useful for alignment) */
1425 the box of size 'axes' rotated 'angle' around the 'center'. A partial sweep
1508 /* Sets error status and performs some additonal actions (displaying message box,

Completed in 598 milliseconds

1234567891011