Home
last modified time | relevance | path

Searched refs:outheight (Results 1 – 25 of 112) sorted by path

12345

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dsvg.c1024 float outwidth, outheight, cscale; in OutputSVG() local
1069 outheight = toplevelheight(pinst, NULL) * cscale; in OutputSVG()
1070 outheight /= (cstyle == CM) ? IN_CM_CONVERT : 72.0; in OutputSVG()
1075 outheight, (cstyle == CM) ? "cm" : "in"); in OutputSVG()
/dports/deskutils/xfce4-tumbler/tumbler-4.16.0/plugins/gst-thumbnailer/
H A Dgst-thumbnailer.c294 gint outwidth = 0, outheight = 0; in gst_thumbnailer_capture_frame() local
323 gst_structure_get_int (s, "height", &outheight); in gst_thumbnailer_capture_frame()
324 if (outwidth <= 0 || outheight <= 0) in gst_thumbnailer_capture_frame()
338 outwidth, outheight, in gst_thumbnailer_capture_frame()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MDL/HalfLife/
H A DHL1MDLLoader.cpp328 int outwidth, outheight; in read_texture() local
340 for (outheight = 1; outheight < ptexture->height; outheight <<= 1) in read_texture()
343 if (outheight > 256) in read_texture()
344 outheight = 256; in read_texture()
348 pResult->mHeight = outheight; in read_texture()
359 aiTexel *out = pResult->pcData = new aiTexel[outwidth * outheight]; in read_texture()
366 for (i = 0; i < outheight; i++) { in read_texture()
367 row1[i] = (int)((i + 0.25) * (ptexture->height / (float)outheight)) * ptexture->width; in read_texture()
368 row2[i] = (int)((i + 0.75) * (ptexture->height / (float)outheight)) * ptexture->width; in read_texture()
372 for (i = 0; i < outheight; i++) { in read_texture()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcd32_fmv_genlock.cpp131 int h = vbin->outheight; in cd32_fmv_genlock()
H A Dcustom.cpp4101 gfxvidinfo.drawbuffer.outheight = gfxvidinfo.drawbuffer.inheight;
4106 if (gfxvidinfo.drawbuffer.outheight > gfxvidinfo.drawbuffer.height_allocated)
4107 gfxvidinfo.drawbuffer.outheight = gfxvidinfo.drawbuffer.height_allocated;
H A Ddrawing.cpp554 *ph = gfxvidinfo.outbuffer->outheight; in get_custom_limits()
3378 y = line - (gfxvidinfo.drawbuffer.outheight - TD_TOTAL_HEIGHT);
3403 …r.pixbytes, line, gfxvidinfo.drawbuffer.outwidth, gfxvidinfo.drawbuffer.outheight, xredcolors, xgr…
3633 vb->outheight = gfxvidinfo.drawbuffer.outheight;
3671 statusline_getpos(&slx, &sly, vb->outwidth, vb->outheight);
3682 for (i = 0; i < vb->outheight; i++) {
3711 do_flush_screen (vb, 0, vb->outheight);
3736 do_flush_screen(vb, 0, vb->outheight);
3746 do_flush_screen(vb, 0, vb->outheight);
3766 if (where < gfxvidinfo.drawbuffer.outheight && where >= 0)
[all …]
H A Dinputdevice.cpp2536 if (y >= gfxvidinfo.outbuffer->outheight) in mousehack_helper()
2537 y = gfxvidinfo.outbuffer->outheight - 1; in mousehack_helper()
4134 lightpen_y = gfxvidinfo.outbuffer->outheight / 2; in handle_input_event()
H A Dspecialmonitors.cpp2087 dst->outheight = total_height; in a2024()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dxwin.h129 int outheight; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dvideo.cpp801 gfxvidinfo.drawbuffer.outheight = AMIGA_HEIGHT; in graphics_init()
/dports/emulators/tilem/tilem-2.0/emu/
H A Dgrayimage.c85 int outwidth, int outheight, int outrowstride) in scale2d_smooth() argument
90 memset(out, 0, outrowstride * outheight * sizeof(int)); in scale2d_smooth()
92 in_rem = outheight; in scale2d_smooth()
94 i = outheight; in scale2d_smooth()
107 in_rem = outheight; in scale2d_smooth()
152 int outwidth, int outheight, int outrowstride) in scale2d_fast() argument
156 e = outheight - inheight / 2; in scale2d_fast()
157 i = outheight; in scale2d_fast()
166 e += outheight; in scale2d_fast()
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_image.c1131 …id GL_ResampleTexture (byte *in, int inwidth, int inheight, byte *out, int outwidth, int outheight) in GL_ResampleTexture() argument
1154 for (i=0 ; i<outheight ; i++, out += outwidth*4) in GL_ResampleTexture()
1156 inrow = in + 4*inwidth*(int)((i+0.25)*inheight/outheight); in GL_ResampleTexture()
1157 inrow2 = in + 4*inwidth*(int)((i+0.75)*inheight/outheight); in GL_ResampleTexture()
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_image.c1131 …id GL_ResampleTexture (byte *in, int inwidth, int inheight, byte *out, int outwidth, int outheight) in GL_ResampleTexture() argument
1154 for (i=0 ; i<outheight ; i++, out += outwidth*4) in GL_ResampleTexture()
1156 inrow = in + 4*inwidth*(int)((i+0.25)*inheight/outheight); in GL_ResampleTexture()
1157 inrow2 = in + 4*inwidth*(int)((i+0.75)*inheight/outheight); in GL_ResampleTexture()
/dports/games/cake/cake_src/cake/glsetup/
H A Dglutils.cpp10 INT outwidth, INT outheight, BYTE *out) in ScaleImage() argument
22 for(i=0; i<outheight; i++, out+=outwidth*3) in ScaleImage()
24 inrow = in + 3*inwidth*(i*inheight/outheight); in ScaleImage()
35 for(i=0; i<outheight; i++, out+=outwidth*4) in ScaleImage()
37 inrow = in + 4*inwidth*(i*inheight/outheight); in ScaleImage()
51 for(i=0; i<outheight; i++, out+=outwidth*4) in ScaleImage()
53 inrow = in + 1*inwidth*(i*inheight/outheight); in ScaleImage()
63 for(i=0; i<outheight; i++, out+=outwidth*4) in ScaleImage()
65 inrow = in + 2*inwidth*(i*inheight/outheight); in ScaleImage()
H A Dglutils.h6 …(GLenum format, INT inwidth, INT inheight, const BYTE *in, INT outwidth, INT outheight, BYTE *out);
/dports/games/darkplaces/darkplaces/
H A Dgl_rmain.c5562 static void R_GetScaledViewSize(int width, int height, int *outwidth, int *outheight) in R_GetScaledViewSize() argument
5567 *outheight = (int)ceil(height * scale); in R_GetScaledViewSize()
H A Dgl_textures.c636 …t miplevel, int inwidth, int inheight, int indepth, int *outwidth, int *outheight, int *outdepth, … in GL_Texture_CalcImageSize() argument
708 if (outheight) in GL_Texture_CalcImageSize()
709 *outheight = max(1, height2); in GL_Texture_CalcImageSize()
H A Dimage.c286 …CX_QWSkin(const unsigned char *f, int filesize, unsigned char *pixels, int outwidth, int outheight) in LoadPCX_QWSkin() argument
297 image_height = outheight; in LoadPCX_QWSkin()
320 for (y = 0;y < outheight && fin < enddata;y++) in LoadPCX_QWSkin()
1526 …le32Lerp(const void *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight) in Image_Resample32Lerp() argument
1534 fstep = (int) (inheight*65536.0f/outheight); in Image_Resample32Lerp()
1543 for (i = 0, f = 0;i < outheight;i++,f += fstep) in Image_Resample32Lerp()
1630 …32Nolerp(const void *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight) in Image_Resample32Nolerp() argument
1639 for (i = 0;i < outheight;i++) in Image_Resample32Nolerp()
1641 inrow = (int *)indata + inwidth*(i*inheight/outheight); in Image_Resample32Nolerp()
1680 Image_Resample32Lerp(indata, inwidth, inheight, outdata, outwidth, outheight); in Image_Resample32()
[all …]
H A Dimage.h33 …X_QWSkin(const unsigned char *f, int filesize, unsigned char *pixels, int outwidth, int outheight);
51 …nt inwidth, int inheight, int indepth, void *outdata, int outwidth, int outheight, int outdepth, i…
H A Dmodel_shared.c1503 outheight = chunkheight+2;
1505 outheight2 = outheight-1;
1507 outheight3 = outheight+1;
1514 for (ty = 0;ty < outheight;ty++)
1527 for (ty = 0;ty <= outheight;ty++)
1529 skirtrow = ty == 0 || ty == outheight;
1530 ry = y+bound(1, ty, outheight)*stepsize;
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DImage.h465 int outwidth, int outheight );
467 int outwidth, int outheight );
H A DImage_process.cpp49 int outwidth, int outheight ) { in R_ResampleTexture() argument
60 if ( outheight > MAX_DIMENSION ) { in R_ResampleTexture()
61 outheight = MAX_DIMENSION; in R_ResampleTexture()
64 out = (byte *)R_StaticAlloc( outwidth * outheight * 4 ); in R_ResampleTexture()
80 for (i=0 ; i<outheight ; i++, out_p += outwidth*4 ) { in R_ResampleTexture()
81 inrow = in + 4 * inwidth * (int)( ( i + 0.25f ) * inheight / outheight ); in R_ResampleTexture()
82 inrow2 = in + 4 * inwidth * (int)( ( i + 0.75f ) * inheight / outheight ); in R_ResampleTexture()
108 int outwidth, int outheight ) { in R_Dropsample() argument
114 out = (byte *)R_StaticAlloc( outwidth * outheight * 4 ); in R_Dropsample()
117 for (i=0 ; i<outheight ; i++, out_p += outwidth*4 ) { in R_Dropsample()
[all …]
/dports/games/evq3/evq3/code/renderer/
H A Dtr_image.c319 …esampleTexture(unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight, in ResampleTexture() argument
351 for(y = 0; y < outheight; y++, out += outwidth) in ResampleTexture()
353 inrow = in + inwidth * (int)((y + 0.25) * inheight / outheight); in ResampleTexture()
354 inrow2 = in + inwidth * (int)((y + 0.75) * inheight / outheight); in ResampleTexture()
397 for(y = 0; y < outheight; y++, out += outwidth) in ResampleTexture()
399 inrow = in + inwidth * (int)((y + 0.25) * inheight / outheight); in ResampleTexture()
400 inrow2 = in + inwidth * (int)((y + 0.75) * inheight / outheight); in ResampleTexture()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dtexmanip.cpp112 …d *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight, int bytesperpix… in R_ResampleTexture() argument
131 fstep = (int) (inheight * 65536.0f / outheight); in R_ResampleTexture()
139 for (i = 0, f = 0;i < outheight;i++,f += fstep) in R_ResampleTexture()
228 fstep = (int) (inheight*65536.0f/outheight); in R_ResampleTexture()
235 for (i = 0, f = 0;i < outheight;i++,f += fstep) in R_ResampleTexture()
H A Dtexmanip.h37 …d *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight, int bytesperpix…

12345