Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererFiles.cpp548 } else if (strcmp(name,RI_MITCHELLFILTER) == 0) { in getFilter()
579 return RI_MITCHELLFILTER; in getFilter()
608 } else if (strcmp(name,RI_MITCHELLFILTER) == 0) { in getStepFilter()
H A DribOut.cpp60 return RI_MITCHELLFILTER; in getFilter()
263 out("PixelFilter \"%s\" %g %g\n",RI_MITCHELLFILTER,xwidth,ywidth); in RiPixelFilter()
H A DrendererDisplay.cpp148 } else if (strcmp(name,RI_MITCHELLFILTER) == 0) { in getAOVFilter()
H A Dri.h139 EXTERN(RtToken) RI_MITCHELLFILTER;
H A Drib.y460 } else if (strcmp(name,RI_MITCHELLFILTER) == 0) { in getFilter()
H A Dri.cpp186 RtToken RI_MITCHELLFILTER = "mitchell"; variable