Home
last modified time | relevance | path

Searched refs:xout (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h56 FX_FLOAT xin, xout; in clip_liang_barsky() local
59 xout = (FX_FLOAT)clip_box.x2; in clip_liang_barsky()
62 xout = (FX_FLOAT)clip_box.x1; in clip_liang_barsky()
92 FX_FLOAT toutx = (xout - x1) / deltax; in clip_liang_barsky()
109 *x++ = (T)xout; in clip_liang_barsky()
125 *x++ = (T)xout; in clip_liang_barsky()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h64 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride) in work()
68 Complex * Fout_beg = xout; in work()
69 Complex * Fout_end = xout + p*m; in work()
77 work(stage+1, xout , xin, fstride*p,in_stride); in work()
79 }while( (xout += m) != Fout_end ); in work()
82 *xout = *xin; in work()
84 }while(++xout != Fout_end ); in work()
86 xout=Fout_beg; in work()
90 case 2: bfly2(xout,fstride,m); break; in work()
91 case 3: bfly3(xout,fstride,m); break; in work()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp237 FX_FLOAT xin, xout; in clip_liang_barsky() local
240 xout = clip_box.x2; in clip_liang_barsky()
243 xout = clip_box.x1; in clip_liang_barsky()
272 FX_FLOAT toutx = (xout - x1) / deltax; in clip_liang_barsky()
289 *x++ = xout; in clip_liang_barsky()
305 *x++ = xout; in clip_liang_barsky()
/external/libpng/contrib/libtests/
Dpngvalid.c4032 png_uint_32 xin, xout, xstep; in interlace_row() local
4044 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4046 pixel_copy(buffer, xout, imageRow, xin, pixel_size, littleendian); in interlace_row()
4047 ++xout; in interlace_row()
4061 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4063 xout = PNG_PASS_START_COL(pass); in deinterlace_row()
4066 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
4068 pixel_copy(buffer, xout, row, xin, pixel_size, littleendian); in deinterlace_row()