• Home
  • Raw
  • Download

Lines Matching refs:FormatLocaleFile

1995         (void) FormatLocaleFile(stderr, "Affine Projection:\n");  in DistortImage()
1996 (void) FormatLocaleFile(stderr, " -distort AffineProjection \\\n '"); in DistortImage()
1998 (void) FormatLocaleFile(stderr, "%lf,", inverse[i]); in DistortImage()
1999 (void) FormatLocaleFile(stderr, "%lf'\n", inverse[5]); in DistortImage()
2002 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n"); in DistortImage()
2003 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2004 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n"); in DistortImage()
2005 (void) FormatLocaleFile(stderr, " xx=%+lf*ii %+lf*jj %+lf;\n", in DistortImage()
2007 (void) FormatLocaleFile(stderr, " yy=%+lf*ii %+lf*jj %+lf;\n", in DistortImage()
2009 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
2027 (void) FormatLocaleFile(stderr, "Perspective Projection:\n"); in DistortImage()
2028 (void) FormatLocaleFile(stderr, " -distort PerspectiveProjection \\\n '"); in DistortImage()
2030 (void) FormatLocaleFile(stderr, "%lf, ", inverse[i]); in DistortImage()
2031 (void) FormatLocaleFile(stderr, "\n "); in DistortImage()
2033 (void) FormatLocaleFile(stderr, "%lf, ", inverse[i]); in DistortImage()
2034 (void) FormatLocaleFile(stderr, "%lf'\n", inverse[7]); in DistortImage()
2037 (void) FormatLocaleFile(stderr, "Perspective Distort, FX Equivelent:\n"); in DistortImage()
2038 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2039 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n"); in DistortImage()
2040 (void) FormatLocaleFile(stderr, " rr=%+lf*ii %+lf*jj + 1;\n", in DistortImage()
2042 (void) FormatLocaleFile(stderr, " xx=(%+lf*ii %+lf*jj %+lf)/rr;\n", in DistortImage()
2044 (void) FormatLocaleFile(stderr, " yy=(%+lf*ii %+lf*jj %+lf)/rr;\n", in DistortImage()
2046 (void) FormatLocaleFile(stderr, " rr%s0 ? %s : blue' \\\n", in DistortImage()
2052 (void) FormatLocaleFile(stderr, "BilinearForward Mapping Equations:\n"); in DistortImage()
2053 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2054 (void) FormatLocaleFile(stderr, " i = %+lf*x %+lf*y %+lf*x*y %+lf;\n", in DistortImage()
2056 (void) FormatLocaleFile(stderr, " j = %+lf*x %+lf*y %+lf*x*y %+lf;\n", in DistortImage()
2060 (void) FormatLocaleFile(stderr, " c8 = %+lf c9 = 2*a = %+lf;\n", in DistortImage()
2063 (void) FormatLocaleFile(stderr, "BilinearForward Distort, FX Equivelent:\n"); in DistortImage()
2064 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2065 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x%+lf; jj=j+page.y%+lf;\n", in DistortImage()
2067 (void) FormatLocaleFile(stderr, " bb=%lf*ii %+lf*jj %+lf;\n", in DistortImage()
2071 (void) FormatLocaleFile(stderr, " rt=bb*bb %+lf*(%lf*ii%+lf*jj);\n", in DistortImage()
2073 (void) FormatLocaleFile(stderr, " yy=( -bb + sqrt(rt) ) / %lf;\n", in DistortImage()
2076 (void) FormatLocaleFile(stderr, " yy=(%lf*ii%+lf*jj)/bb;\n", in DistortImage()
2078 (void) FormatLocaleFile(stderr, " xx=(ii %+lf*yy)/(%lf %+lf*yy);\n", in DistortImage()
2081 (void) FormatLocaleFile(stderr, " (rt < 0 ) ? red : %s'\n", lookup); in DistortImage()
2083 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
2088 (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n"); in DistortImage()
2089 (void) FormatLocaleFile(stderr, " -distort PolynomialProjection \\\n"); in DistortImage()
2090 (void) FormatLocaleFile(stderr, " '1.5, %lf, %lf, %lf, %lf,\n", in DistortImage()
2092 (void) FormatLocaleFile(stderr, " %lf, %lf, %lf, %lf'\n", in DistortImage()
2095 (void) FormatLocaleFile(stderr, "BilinearReverse Distort, FX Equivelent:\n"); in DistortImage()
2096 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2097 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n"); in DistortImage()
2098 (void) FormatLocaleFile(stderr, " xx=%+lf*ii %+lf*jj %+lf*ii*jj %+lf;\n", in DistortImage()
2100 (void) FormatLocaleFile(stderr, " yy=%+lf*ii %+lf*jj %+lf*ii*jj %+lf;\n", in DistortImage()
2102 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
2108 (void) FormatLocaleFile(stderr, "Polynomial (order %lg, terms %lu), FX Equivelent\n", in DistortImage()
2110 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2111 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n"); in DistortImage()
2112 (void) FormatLocaleFile(stderr, " xx ="); in DistortImage()
2114 if ( i != 0 && i%4 == 0 ) (void) FormatLocaleFile(stderr, "\n "); in DistortImage()
2115 (void) FormatLocaleFile(stderr, " %+lf%s", coeff[2+i], in DistortImage()
2118 (void) FormatLocaleFile(stderr, ";\n yy ="); in DistortImage()
2120 if ( i != 0 && i%4 == 0 ) (void) FormatLocaleFile(stderr, "\n "); in DistortImage()
2121 (void) FormatLocaleFile(stderr, " %+lf%s", coeff[2+i+nterms], in DistortImage()
2124 (void) FormatLocaleFile(stderr, ";\n %s' \\\n", lookup); in DistortImage()
2129 (void) FormatLocaleFile(stderr, "Arc Distort, Internal Coefficients:\n"); in DistortImage()
2131 (void) FormatLocaleFile(stderr, " c%.20g = %+lf\n", (double) i, coeff[i]); in DistortImage()
2132 (void) FormatLocaleFile(stderr, "Arc Distort, FX Equivelent:\n"); in DistortImage()
2133 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2134 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x; jj=j+page.y;\n"); in DistortImage()
2135 (void) FormatLocaleFile(stderr, " xx=(atan2(jj,ii)%+lf)/(2*pi);\n", in DistortImage()
2137 (void) FormatLocaleFile(stderr, " xx=xx-round(xx);\n"); in DistortImage()
2138 (void) FormatLocaleFile(stderr, " xx=xx*%lf %+lf;\n", in DistortImage()
2140 (void) FormatLocaleFile(stderr, " yy=(%lf - hypot(ii,jj)) * %lf;\n", in DistortImage()
2142 (void) FormatLocaleFile(stderr, " v.p{xx-.5,yy-.5}' \\\n"); in DistortImage()
2147 (void) FormatLocaleFile(stderr, "Polar Distort, Internal Coefficents\n"); in DistortImage()
2149 (void) FormatLocaleFile(stderr, " c%.20g = %+lf\n", (double) i, coeff[i]); in DistortImage()
2150 (void) FormatLocaleFile(stderr, "Polar Distort, FX Equivelent:\n"); in DistortImage()
2151 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2152 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x%+lf; jj=j+page.y%+lf;\n", in DistortImage()
2154 (void) FormatLocaleFile(stderr, " xx=(atan2(ii,jj)%+lf)/(2*pi);\n", in DistortImage()
2156 (void) FormatLocaleFile(stderr, " xx=xx-round(xx);\n"); in DistortImage()
2157 (void) FormatLocaleFile(stderr, " xx=xx*2*pi*%lf + v.w/2;\n", in DistortImage()
2159 (void) FormatLocaleFile(stderr, " yy=(hypot(ii,jj)%+lf)*%lf;\n", in DistortImage()
2161 (void) FormatLocaleFile(stderr, " v.p{xx-.5,yy-.5}' \\\n"); in DistortImage()
2166 (void) FormatLocaleFile(stderr, "DePolar Distort, Internal Coefficents\n"); in DistortImage()
2168 (void) FormatLocaleFile(stderr, " c%.20g = %+lf\n", (double) i, coeff[i]); in DistortImage()
2169 (void) FormatLocaleFile(stderr, "DePolar Distort, FX Equivelent:\n"); in DistortImage()
2170 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2171 (void) FormatLocaleFile(stderr, " -fx 'aa=(i+.5)*%lf %+lf;\n", coeff[6], +coeff[4] ); in DistortImage()
2172 (void) FormatLocaleFile(stderr, " rr=(j+.5)*%lf %+lf;\n", coeff[7], +coeff[1] ); in DistortImage()
2173 (void) FormatLocaleFile(stderr, " xx=rr*sin(aa) %+lf;\n", coeff[2] ); in DistortImage()
2174 (void) FormatLocaleFile(stderr, " yy=rr*cos(aa) %+lf;\n", coeff[3] ); in DistortImage()
2175 (void) FormatLocaleFile(stderr, " v.p{xx-.5,yy-.5}' \\\n"); in DistortImage()
2180 (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, Internal Coefficents\n"); in DistortImage()
2181 (void) FormatLocaleFile(stderr, " cylinder_radius = %+lf\n", coeff[1]); in DistortImage()
2182 (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, FX Equivelent:\n"); in DistortImage()
2183 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2184 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x%+lf+0.5; jj=j+page.y%+lf+0.5;\n", in DistortImage()
2186 (void) FormatLocaleFile(stderr, " aa=atan(ii/%+lf);\n", coeff[1] ); in DistortImage()
2187 (void) FormatLocaleFile(stderr, " xx=%lf*aa%+lf;\n", in DistortImage()
2189 (void) FormatLocaleFile(stderr, " yy=jj*cos(aa)%+lf;\n", coeff[3] ); in DistortImage()
2190 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
2195 (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, Internal Coefficents\n"); in DistortImage()
2196 (void) FormatLocaleFile(stderr, " cylinder_radius = %+lf\n", coeff[1]); in DistortImage()
2197 (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, FX Equivelent:\n"); in DistortImage()
2198 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2199 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x%+lf+0.5; jj=j+page.y%+lf+0.5;\n", in DistortImage()
2201 (void) FormatLocaleFile(stderr, " ii=ii/%+lf;\n", coeff[1] ); in DistortImage()
2202 (void) FormatLocaleFile(stderr, " xx=%lf*tan(ii)%+lf;\n", in DistortImage()
2204 (void) FormatLocaleFile(stderr, " yy=jj/cos(ii)%+lf;\n", in DistortImage()
2206 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
2218 (void) FormatLocaleFile(stderr, "Barrel%s Distort, FX Equivelent:\n", in DistortImage()
2220 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2222 (void) FormatLocaleFile(stderr, " -fx 'xc=(w-1)/2; yc=(h-1)/2;\n"); in DistortImage()
2224 (void) FormatLocaleFile(stderr, " -fx 'xc=%lf; yc=%lf;\n", in DistortImage()
2226 (void) FormatLocaleFile(stderr, in DistortImage()
2228 (void) FormatLocaleFile(stderr, " ii=ii%s(%lf*rr*rr*rr %+lf*rr*rr %+lf*rr %+lf);\n", in DistortImage()
2231 (void) FormatLocaleFile(stderr, " jj=jj%s(%lf*rr*rr*rr %+lf*rr*rr %+lf*rr %+lf);\n", in DistortImage()
2234 (void) FormatLocaleFile(stderr, " v.p{fx*ii+xc,fy*jj+yc}' \\\n"); in DistortImage()
2955 (void) FormatLocaleFile(stderr, "Barycentric Sparse Color:\n"); in SparseColorImage()
2957 (void) FormatLocaleFile(stderr, " -channel R -fx '%+lf*i %+lf*j %+lf' \\\n", in SparseColorImage()
2960 (void) FormatLocaleFile(stderr, " -channel G -fx '%+lf*i %+lf*j %+lf' \\\n", in SparseColorImage()
2963 (void) FormatLocaleFile(stderr, " -channel B -fx '%+lf*i %+lf*j %+lf' \\\n", in SparseColorImage()
2967 (void) FormatLocaleFile(stderr, " -channel K -fx '%+lf*i %+lf*j %+lf' \\\n", in SparseColorImage()
2971 (void) FormatLocaleFile(stderr, " -channel A -fx '%+lf*i %+lf*j %+lf' \\\n", in SparseColorImage()
2978 (void) FormatLocaleFile(stderr, "Bilinear Sparse Color\n"); in SparseColorImage()
2980 (void) FormatLocaleFile(stderr, " -channel R -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n", in SparseColorImage()
2984 (void) FormatLocaleFile(stderr, " -channel G -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n", in SparseColorImage()
2988 (void) FormatLocaleFile(stderr, " -channel B -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n", in SparseColorImage()
2993 (void) FormatLocaleFile(stderr, " -channel K -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n", in SparseColorImage()
2998 (void) FormatLocaleFile(stderr, " -channel A -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n", in SparseColorImage()