Home
last modified time | relevance | path

Searched refs:imtmp (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dasimagexml.c481 if( imtmp ) in translate_tag_size()
506 *width_ret = (width==0)?(imtmp?imtmp->width:(refimg?refimg->width:0)):width; in translate_tag_size()
508 *height_ret = (height==0)?(imtmp?imtmp->height:(refimg?refimg->height:0)):height; in translate_tag_size()
1257 if( imtmp ) im = imtmp ; in handle_asxml_tag_if()
1526 result = imtmp; in handle_asxml_tag_save()
1566 if (imtmp) { in handle_asxml_tag_background()
1678 if (imtmp) in handle_asxml_tag_bevel()
1720 layer.im = imtmp; in handle_asxml_tag_bevel()
1828 result = imtmp; in handle_asxml_tag_rotate()
2406 if( imtmp ) in build_image_from_xml()
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dasimagexml.c481 if( imtmp ) in translate_tag_size()
506 *width_ret = (width==0)?(imtmp?imtmp->width:(refimg?refimg->width:0)):width; in translate_tag_size()
508 *height_ret = (height==0)?(imtmp?imtmp->height:(refimg?refimg->height:0)):height; in translate_tag_size()
1257 if( imtmp ) im = imtmp ; in handle_asxml_tag_if()
1526 result = imtmp; in handle_asxml_tag_save()
1566 if (imtmp) { in handle_asxml_tag_background()
1678 if (imtmp) in handle_asxml_tag_bevel()
1720 layer.im = imtmp; in handle_asxml_tag_bevel()
1828 result = imtmp; in handle_asxml_tag_rotate()
2406 if( imtmp ) in build_image_from_xml()
[all …]
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxutils.c289 GdkPixbuf *imtmp, *im; in XMdcBuildGdkPixbuf() local
299 imtmp = gdk_pixbuf_new_from_data(imgRGB,GDK_COLORSPACE_RGB,FALSE,8,rw,rh in XMdcBuildGdkPixbuf()
301 if (imtmp == NULL) { MdcFree(imgRGB); return(NULL); } in XMdcBuildGdkPixbuf()
306 im = gdk_pixbuf_scale_simple(imtmp,rw,rh,sRenderSelection.Interp); in XMdcBuildGdkPixbuf()
307 g_object_unref(imtmp); in XMdcBuildGdkPixbuf()
309 im = imtmp; in XMdcBuildGdkPixbuf()
H A Dxcolgbc.c90 GdkPixbuf *imtmp, *imnew; in XMdcColGbcCorrectUpdate() local
98 imtmp = XMdcBuildGdkPixbuf(sGbc.img8,sGbc.w,sGbc.h,sGbc.t,modtmp.vgbc); in XMdcColGbcCorrectUpdate()
105 imnew = gdk_pixbuf_scale_simple(imtmp,w,h,sRenderSelection.Interp); in XMdcColGbcCorrectUpdate()
106 g_object_unref(imtmp); sGbc.im = imnew; in XMdcColGbcCorrectUpdate()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dsubst.cc2173 gen imtmp=im(tmp,contextptr); in expln2trig() local
2174 return (retmp-cst_i*imtmp)*inv(pow(retmp,2)+pow(imtmp,2),contextptr); in expln2trig()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Gases/
H A Ds_solmod2_.cpp1896 double imtmp,jmtmp,iatmp,jatmp; in FTOTALMIX() local
1985 imtmp = param->M2R(i); in FTOTALMIX()
1995 A1 += (iatmp*jmtmp + jatmp*imtmp) in FTOTALMIX()