Searched refs:Width (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/gd/libgd/
H A Dgd_gif_in.c54 unsigned int Width;
H A Dgd_gif_out.c52 int Width, Height; member in struct:__anon134
194 if( ctx->curx == ctx->Width ) {
274 RWidth = ctx.Width = GWidth;
283 ctx.CountDown = (long)ctx.Width * (long)ctx.Height;
378 gifPutWord( ctx.Width, fp );
/PHP_TRUNK/ext/exif/
H A Dexif.c1528 int Height, Width; member in struct:__anon76
2263 /* 0xFF SOSn SectLen(2) Bits(1) Height(2) Width(2) Channels(1) 3*Channels (1) */
3412 ImageInfo->Width = sof_info.width;
3590 ImageInfo->Width = entry_value;
3994 if (ImageInfo.Width>0 && ImageInfo.Height>0) {
3995 exif_iif_add_fmt(&ImageInfo, SECTION_COMPUTED, "html" TSRMLS_CC, "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height);
3997 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Width", ImageInfo.Width TSRMLS_CC);
4057 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Thumbnail.Width", ImageInfo.Thumbnail.width TSRMLS_CC);
/PHP_TRUNK/ext/gd/
H A Dgd.c1936 int Width, Height; local
1962 Width = rc.right;
1966 Width = rc.right - rc.left;
1970 Width = (Width/4)*4;
1973 memBM = CreateCompatibleBitmap(hdc, Width, Height);
1992 im = gdImageCreateTrueColor(Width, Height);
1996 for (x=0; x <= Width; x++) {
2023 int Width, Height; local
2042 Width
[all...]

Completed in 20 milliseconds