Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:FormatLocaleFile

2009         (void) FormatLocaleFile(stderr, "Affine Projection:\n");
2010 (void) FormatLocaleFile(stderr,
2013 (void) FormatLocaleFile(stderr, "%lf,", inverse[i]);
2014 (void) FormatLocaleFile(stderr, "%lf'\n", inverse[5]);
2016 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n");
2017 (void) FormatLocaleFile(stderr, "%s", image_gen);
2018 (void) FormatLocaleFile(stderr,
2020 (void) FormatLocaleFile(stderr," xx=%+lf*ii %+lf*jj %+lf;\n",
2022 (void) FormatLocaleFile(stderr," yy=%+lf*ii %+lf*jj %+lf;\n",
2024 (void) FormatLocaleFile(stderr," %s' \\\n",lookup);
2042 (void) FormatLocaleFile(stderr,"Perspective Projection:\n");
2043 (void) FormatLocaleFile(stderr,
2046 (void) FormatLocaleFile(stderr, "%.*g, ",GetMagickPrecision(),
2048 (void) FormatLocaleFile(stderr, "\n ");
2050 (void) FormatLocaleFile(stderr, "%.*g, ",GetMagickPrecision(),
2052 (void) FormatLocaleFile(stderr, "%.*g'\n",GetMagickPrecision(),
2055 (void) FormatLocaleFile(stderr,"Perspective Distort, FX Equivelent:\n");
2056 (void) FormatLocaleFile(stderr,"%.1024s",image_gen);
2057 (void) FormatLocaleFile(stderr,
2059 (void) FormatLocaleFile(stderr," rr=%+.*g*ii %+.*g*jj + 1;\n",
2061 (void) FormatLocaleFile(stderr,
2065 (void) FormatLocaleFile(stderr,
2069 (void) FormatLocaleFile(stderr," rr%s0 ? %s : blue' \\\n",
2075 (void) FormatLocaleFile(stderr,"BilinearForward Mapping Equations:\n");
2076 (void) FormatLocaleFile(stderr,"%s", image_gen);
2077 (void) FormatLocaleFile(stderr," i = %+lf*x %+lf*y %+lf*x*y %+lf;\n",
2079 (void) FormatLocaleFile(stderr," j = %+lf*x %+lf*y %+lf*x*y %+lf;\n",
2083 (void) FormatLocaleFile(stderr, " c8 = %+lf c9 = 2*a = %+lf;\n",
2086 (void) FormatLocaleFile(stderr,
2088 (void) FormatLocaleFile(stderr,"%s", image_gen);
2089 (void) FormatLocaleFile(stderr,
2092 (void) FormatLocaleFile(stderr," bb=%lf*ii %+lf*jj %+lf;\n",
2097 (void) FormatLocaleFile(stderr,
2100 (void) FormatLocaleFile(stderr,
2104 (void) FormatLocaleFile(stderr," yy=(%lf*ii%+lf*jj)/bb;\n",
2106 (void) FormatLocaleFile(stderr,
2110 (void) FormatLocaleFile(stderr," (rt < 0 ) ? red : %s'\n",
2113 (void) FormatLocaleFile(stderr," %s' \\\n", lookup);
2119 (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n");
2120 (void) FormatLocaleFile(stderr, " -distort PolynomialProjection \\\n");
2121 (void) FormatLocaleFile(stderr, " '1.5, %lf, %lf, %lf, %lf,\n",
2123 (void) FormatLocaleFile(stderr, " %lf, %lf, %lf, %lf'\n",
2126 (void) FormatLocaleFile(stderr,
2128 (void) FormatLocaleFile(stderr,"%s", image_gen);
2129 (void) FormatLocaleFile(stderr,
2131 (void) FormatLocaleFile(stderr,
2134 (void) FormatLocaleFile(stderr,
2137 (void) FormatLocaleFile(stderr," %s' \\\n", lookup);
2143 (void) FormatLocaleFile(stderr,
2146 (void) FormatLocaleFile(stderr,"%s", image_gen);
2147 (void) FormatLocaleFile(stderr,
2149 (void) FormatLocaleFile(stderr, " xx =");
2153 (void) FormatLocaleFile(stderr, "\n ");
2154 (void) FormatLocaleFile(stderr," %+lf%s",coeff[2+i],
2157 (void) FormatLocaleFile(stderr,";\n yy =");
2161 (void) FormatLocaleFile(stderr,"\n ");
2162 (void) FormatLocaleFile(stderr," %+lf%s",coeff[2+i+nterms],
2165 (void) FormatLocaleFile(stderr,";\n %s' \\\n", lookup);
2170 (void) FormatLocaleFile(stderr,"Arc Distort, Internal Coefficients:\n");
2172 (void) FormatLocaleFile(stderr,
2174 (void) FormatLocaleFile(stderr,"Arc Distort, FX Equivelent:\n");
2175 (void) FormatLocaleFile(stderr,"%s", image_gen);
2176 (void) FormatLocaleFile(stderr," -fx 'ii=i+page.x; jj=j+page.y;\n");
2177 (void) FormatLocaleFile(stderr," xx=(atan2(jj,ii)%+lf)/(2*pi);\n",
2179 (void) FormatLocaleFile(stderr," xx=xx-round(xx);\n");
2180 (void) FormatLocaleFile(stderr," xx=xx*%lf %+lf;\n",coeff[1],
2182 (void) FormatLocaleFile(stderr,
2184 (void) FormatLocaleFile(stderr," v.p{xx-.5,yy-.5}' \\\n");
2189 (void) FormatLocaleFile(stderr,"Polar Distort, Internal Coefficents\n");
2191 (void) FormatLocaleFile(stderr," c%.20g = %+lf\n",(double) i,
2193 (void) FormatLocaleFile(stderr,"Polar Distort, FX Equivelent:\n");
2194 (void) FormatLocaleFile(stderr,"%s", image_gen);
2195 (void) FormatLocaleFile(stderr,
2197 (void) FormatLocaleFile(stderr," xx=(atan2(ii,jj)%+lf)/(2*pi);\n",
2199 (void) FormatLocaleFile(stderr," xx=xx-round(xx);\n");
2200 (void) FormatLocaleFile(stderr," xx=xx*2*pi*%lf + v.w/2;\n",
2202 (void) FormatLocaleFile(stderr," yy=(hypot(ii,jj)%+lf)*%lf;\n",
2204 (void) FormatLocaleFile(stderr," v.p{xx-.5,yy-.5}' \\\n");
2209 (void) FormatLocaleFile(stderr,
2212 (void) FormatLocaleFile(stderr," c%.20g = %+lf\n",(double) i,
2214 (void) FormatLocaleFile(stderr,"DePolar Distort, FX Equivelent:\n");
2215 (void) FormatLocaleFile(stderr,"%s", image_gen);
2216 (void) FormatLocaleFile(stderr," -fx 'aa=(i+.5)*%lf %+lf;\n",
2218 (void) FormatLocaleFile(stderr," rr=(j+.5)*%lf %+lf;\n",
2220 (void) FormatLocaleFile(stderr," xx=rr*sin(aa) %+lf;\n",
2222 (void) FormatLocaleFile(stderr," yy=rr*cos(aa) %+lf;\n",
2224 (void) FormatLocaleFile(stderr," v.p{xx-.5,yy-.5}' \\\n");
2229 (void) FormatLocaleFile(stderr,
2231 (void) FormatLocaleFile(stderr," cylinder_radius = %+lf\n",coeff[1]);
2232 (void) FormatLocaleFile(stderr,
2234 (void) FormatLocaleFile(stderr, "%s", image_gen);
2235 (void) FormatLocaleFile(stderr,
2238 (void) FormatLocaleFile(stderr," aa=atan(ii/%+lf);\n",coeff[1]);
2239 (void) FormatLocaleFile(stderr," xx=%lf*aa%+lf;\n",
2241 (void) FormatLocaleFile(stderr," yy=jj*cos(aa)%+lf;\n",coeff[3]);
2242 (void) FormatLocaleFile(stderr," %s' \\\n", lookup);
2247 (void) FormatLocaleFile(stderr,
2249 (void) FormatLocaleFile(stderr," cylinder_radius = %+lf\n",coeff[1]);
2250 (void) FormatLocaleFile(stderr,
2252 (void) FormatLocaleFile(stderr,"%s", image_gen);
2253 (void) FormatLocaleFile(stderr,
2256 (void) FormatLocaleFile(stderr," ii=ii/%+lf;\n",coeff[1]);
2257 (void) FormatLocaleFile(stderr," xx=%lf*tan(ii)%+lf;\n",coeff[1],
2259 (void) FormatLocaleFile(stderr," yy=jj/cos(ii)%+lf;\n",coeff[3]);
2260 (void) FormatLocaleFile(stderr," %s' \\\n", lookup);
2277 (void) FormatLocaleFile(stderr, "Barrel%s Distort, FX Equivelent:\n",
2279 (void) FormatLocaleFile(stderr, "%s", image_gen);
2281 (void) FormatLocaleFile(stderr," -fx 'xc=(w-1)/2; yc=(h-1)/2;\n");
2283 (void) FormatLocaleFile(stderr," -fx 'xc=%lf; yc=%lf;\n",coeff[8]-
2285 (void) FormatLocaleFile(stderr,
2287 (void) FormatLocaleFile(stderr,
2291 (void) FormatLocaleFile(stderr,
2295 (void) FormatLocaleFile(stderr," v.p{fx*ii+xc,fy*jj+yc}' \\\n");
3020 (void) FormatLocaleFile(stderr, "Barycentric Sparse Color:\n");
3022 (void) FormatLocaleFile(stderr, " -channel R -fx '%+lf*i %+lf*j %+lf' \\\n",
3025 (void) FormatLocaleFile(stderr, " -channel G -fx '%+lf*i %+lf*j %+lf' \\\n",
3028 (void) FormatLocaleFile(stderr, " -channel B -fx '%+lf*i %+lf*j %+lf' \\\n",
3032 (void) FormatLocaleFile(stderr, " -channel K -fx '%+lf*i %+lf*j %+lf' \\\n",
3036 (void) FormatLocaleFile(stderr, " -channel A -fx '%+lf*i %+lf*j %+lf' \\\n",
3043 (void) FormatLocaleFile(stderr, "Bilinear Sparse Color\n");
3045 (void) FormatLocaleFile(stderr, " -channel R -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
3049 (void) FormatLocaleFile(stderr, " -channel G -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
3053 (void) FormatLocaleFile(stderr, " -channel B -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
3058 (void) FormatLocaleFile(stderr, " -channel K -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
3063 (void) FormatLocaleFile(stderr, " -channel A -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",