| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | printf.c | 204 int width; /* Width of the current field */ local 209 etByte flag_zeropad; /* True if field width constant starts with zero */ 262 /* Get the field width */ 263 width = 0; 265 width = va_arg(ap,int); 266 if( width<0 ){ 268 width = -width; 273 width = width*1 [all...] |
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 6524 ** <table border=1 width=85% align=center> 19027 int width; /* Width of the current field */ local 19033 etByte flag_zeropad; /* True if field width constant starts with zero */ 19083 /* Get the field width */ 19084 width = 0; 19086 width = va_arg(ap,int); 19087 if( width<0 ){ 19089 width = -width; 19094 width [all...] |
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_arc_f_buggy.c | 13 static gdPoint gdArcClosest (int width, int height, int angle); 16 gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color) 18 gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord); 22 gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style) 66 width = (width & 1) ? (width + 1) : (width); 69 a = width / 2; 110 gdImageFilledArc (im, cx, cy, width, heigh [all...] |
| H A D | gd_gif_in.c | 186 int width, height; local 218 width = LM_to_uint(buf[4], buf[5]); 221 if (left + width > screen_width || top + height > screen_height) { 228 if (!(im = gdImageCreate(width, height))) { 237 ReadImage(im, fd, width, height, localColorMap, 244 ReadImage(im, fd, width, height,
|
| H A D | gd_png.c | 123 png_uint_32 width, height, rowbytes, w, h; local 192 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL); 195 im = gdImageCreateTrueColor((int) width, (int) height); 197 im = gdImageCreate((int) width, (int) height); 360 for (w = 0; w < width; w++) { 373 for (w = 0; w < width; w++) { 392 for (w = 0; w < width; ++w) { 465 int width = im->sx; local 572 png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, interlace_type, 575 png_set_IHDR(png_ptr, info_ptr, width, heigh [all...] |
| H A D | gd_topal.c | 358 JDIMENSION width = cinfo->output_width; local 360 int width = oim->sx; local 367 for (col = width; col > 0; col--) 1290 int width = oim->sx; local 1299 JDIMENSION width = cinfo->output_width; 1312 for (col = width; col > 0; col--) 1387 JDIMENSION width = cinfo->output_width; local 1395 int width = oim->sx; local 1411 inptr += (width - 1) * 3; /* so point to rightmost pixel */ 1412 outptr += width [all...] |
| H A D | gd_wbmp.c | 139 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { 152 for (col = 0; col < wbmp->width; col++) {
|
| H A D | gdft.c | 613 for (col = 0; col < bitmap.width; col++, pc++) { 673 for (col = 0; col < bitmap.width; col++, pc++) { 1015 * use "JIS-8 half-width katakana" coding from 8-bit characters. Ref:
|
| H A D | gdxpm.c | 35 if (!(im = gdImageCreate(image.width, image.height))) { 122 for (j = 0; j < image.width; j++) {
|
| H A D | wbmp.c | 111 createwbmp (int width, int height, int color) argument 119 if (overflow2(sizeof (int), width)) { 123 if (overflow2(sizeof (int) * width, height)) { 128 if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL) 134 wbmp->width = width; 137 for (i = 0; i < width * height; wbmp->bitmap[i++] = color); 170 wbmp->width = getmbi (getin, in); 171 if (wbmp->width == -1) 185 printf ("W: %d, H: %d\n", wbmp->width, wbm [all...] |
| H A D | wbmp.h | 30 int width; /* width of the image */ member in struct:Wbmp_ 46 Wbmp *createwbmp( int width, int height, int color );
|
| H A D | xbm.c | 39 unsigned int width = 0, height = 0; local 63 if (!strcmp("width", type)) { 64 width = (unsigned int) value; 80 bytes = (width * height / 8) + 1; 99 if(!(im = gdImageCreate(width, height))) { 236 * tab-width: 4
|
| /PHP_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 1700 int width; member in struct:collector_strimwidth_data 1720 if (pc->outwidth > pc->width) { 1745 int width) 1758 mbfl_memory_device_init(&pc.device, width, 0); 1785 pc.width = width - mkwidth; 1803 pc.width += mkwidth; 2825 * tab-width: 4 1740 mbfl_strimwidth( mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width) argument
|
| H A D | mbfilter.h | 225 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
|
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 128 ZEND_ARG_INFO(1, width) 1504 size_t width, height; member in struct:__anon53 1598 size_t width; member in struct:__anon57 2286 result->width = php_jpg_get16(Data+5); 2943 ImageInfo->Thumbnail.width = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC); 3245 /* Compute the CCD width, in milimeters. */ 3436 ImageInfo->Width = sof_info.width; 3472 if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) { 3520 ImageInfo->Thumbnail.width = sof_info.width; [all...] |
| /PHP_5_3/ext/mbstring/ |
| H A D | mbstring.c | 346 ZEND_ARG_INFO(0, width) 2678 Gets terminal width of a string */ 2712 /* {{{ proto string mb_strimwidth(string str, int start, int width [, string trimmarker [, string encoding]]) 2713 Trim the string in terminal width */ 2717 long from, width; local 2721 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sll|ss", &str, &str_len, &from, &width, &trimmarker, &trimmarker_len, &encoding, &encoding_len) == FAILURE) { 2750 if (width < 0) { 2760 ret = mbfl_strimwidth(&string, &marker, &result, from, width); 3203 Conversion between full-width character and half-width characte [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2179 ZEND_ARG_INFO(0, width) 6215 * tab-width: 4
|
| H A D | formatted_print.c | 93 zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width); 101 zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); 133 int width, char padding, int alignment, 141 *buffer, pos, size, number, width, padding, alignment)); 168 php_sprintf_appendstring(buffer, pos, size, &numbuf[i], width, 0, 178 int width, char padding, int alignment) 185 *buffer, pos, size, number, width, padding, alignment)); 201 php_sprintf_appendstring(buffer, pos, size, &numbuf[i], width, 0, 210 int width, char padding, 224 *buffer, pos, size, number, width, paddin 132 php_sprintf_appendint(char **buffer, int *pos, int *size, long number, int width, char padding, int alignment, int always_sign) argument 176 php_sprintf_appenduint(char **buffer, int *pos, int *size, unsigned long number, int width, char padding, int alignment) argument 208 php_sprintf_appenddouble(char **buffer, int *pos, int *size, double number, int width, char padding, int alignment, int precision, int adjust, char fmt, int always_sign TSRMLS_DC) argument 299 php_sprintf_append2n(char **buffer, int *pos, int *size, long number, int width, char padding, int alignment, int n, char *chartable, int expprec) argument 379 int alignment, currarg, adjusting, argnum, width, precision; local [all...] |
| H A D | image.c | 62 unsigned int width; member in struct:gfxinfo 112 result->width = (unsigned int)dim[0] | (((unsigned int)dim[1])<<8); 136 result->width = (((unsigned int)dim[4]) << 24) + (((unsigned int)dim[5]) << 16) + (((unsigned int)dim[6]) << 8) + ((unsigned int)dim[7]); 159 result->width = (((unsigned int)dim[ 5]) << 8) + ((unsigned int) dim[ 4]); 164 result->width = (((unsigned int)dim[ 7]) << 24) + (((unsigned int)dim[ 6]) << 16) + (((unsigned int)dim[ 5]) << 8) + ((unsigned int) dim[ 4]); 250 result->width = (php_swf_get_bits (b, 5 + bits, bits) - 280 result->width = (php_swf_get_bits (a, 5 + bits, bits) - 312 result->width = (((unsigned int)dim[0]) << 24) + (((unsigned int)dim[1]) << 16) + (((unsigned int)dim[2]) << 8) + ((unsigned int)dim[3]); 499 result->width = php_read2(stream TSRMLS_CC); 627 result->width 803 size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr; local 885 short width, height, bits; local 942 int i, width = 0, height = 0; local 1016 unsigned int width = 0, height = 0; local [all...] |
| H A D | scanf.c | 89 #define SCAN_WIDTH 0x8 /* A width value was supplied. */ 403 * Parse any width specifier. 443 /* a character width specification, to be more consistent with */ 448 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field width may not be specified in %c conversion"); 592 size_t width; local 721 * Parse any width specifier. 724 width = strtoul(format-1, &format, 10); 727 width = 0; 805 if (0 == width) { 806 width [all...] |
| /PHP_5_3/main/ |
| H A D | snprintf.c | 564 #define PAD( width, len, ch ) do \ 567 width-- ; \ 569 while ( width > len ) 642 * Try to avoid checking for flags, width or precision 664 * Check if a width was specified 1143 * unknown <char> could be preceded by width etc. 1311 * tab-width: 4
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 385 ZEND_ARG_INFO(0, width) 1493 * byte 8-11: (int) pixel width of each character 1497 * (nchars*width*height) bytes. 2413 long srcx, srcy, width, height; local 2421 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) { 2424 if (width < 1 || height < 1) { 2425 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero width or height not allowed"); 2471 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); 2493 im = (*func_p)(fp, srcx, srcy, width, height); 2611 /* {{{ proto resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, in 4220 long _fg, _bg, x, y, size, space = 0, aa_steps = 4, width = 0; local 4545 long height, width, threshold; local [all...] |