Home
last modified time | relevance | path

Searched refs:xstart (Results 1 – 11 of 11) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-tiff.c63 xstart, ystart, /* Starting x & y */ in _cupsImageReadTIFF() local
274 xstart = img->xsize - 1; in _cupsImageReadTIFF()
282 xstart = 0; in _cupsImageReadTIFF()
289 xstart = 0; in _cupsImageReadTIFF()
296 xstart = img->xsize - 1; in _cupsImageReadTIFF()
372 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 128; in _cupsImageReadTIFF()
393 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xc0; in _cupsImageReadTIFF()
414 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xf0; in _cupsImageReadTIFF()
439 for (xcount = img->xsize, p = in + xstart, scanptr = scanline; in _cupsImageReadTIFF()
447 for (xcount = img->xsize, p = in + xstart, scanptr = scanline; in _cupsImageReadTIFF()
[all …]
Dimage-photocd.c44 xstart; /* X starting point */ in _cupsImageReadPhotoCD() local
129 xstart = 767 * bpp; in _cupsImageReadPhotoCD()
134 xstart = 0; in _cupsImageReadPhotoCD()
184 for (rgbptr = out + xstart, x = 0; x < 768; x ++) in _cupsImageReadPhotoCD()
205 for (rgbptr = out + xstart, x = 0; x < 768; x ++) in _cupsImageReadPhotoCD()
231 for (x = 0, rgbptr = rgb + xstart, icb = in + 1536, icr = in + 1920; in _cupsImageReadPhotoCD()
Dcmyk.c1769 int xstart; /* Start position */ in cupsCMYKSetCurve() local
1789 for (xstart = xend = 0, ystart = yend = 0; in cupsCMYKSetCurve()
1791 num_xypoints --, xypoints += 2, xstart = xend, ystart = yend) in cupsCMYKSetCurve()
1795 xdelta = xend - xstart; in cupsCMYKSetCurve()
1798 for (i = xstart; i < xend; i ++) in cupsCMYKSetCurve()
1799 cmyk->channels[channel][i] = ystart + ydelta * (i - xstart) / xdelta; in cupsCMYKSetCurve()
/third_party/cups-filters/filter/pdftopdf/
Dnup.cc15 if (xstart==Position::LEFT) { // or Bottom in dump()
17 } else if (xstart==Position::RIGHT) { // or Top in dump()
36 first,xstart,ystart); in dump()
155 subx=(param.nupX-1)*(param.xstart+1)/2-param.xstart*subx; in convert_order()
255 ret.xstart=pos0.second; in parseNupLayout()
258 ret.xstart=pos1.second; in parseNupLayout()
Dnup.h14 xstart(LEFT),ystart(TOP), in NupParameters()
26 Position xstart,ystart; member
Dpdftopdf.cc496 param.nup.xstart=Position::LEFT; in getParameters()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
266 xstart = PNG_PASS_START_COL(pass); in main()
274 ystart = xstart = 0; in main()
302 if (y == py) for (px = xstart, ppx = 0; in main()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling_lt.c137 uint32_t xstart = box->x; in vc4_lt_image_aligned() local
143 (xstart + x) * 64 / utile_w); in vc4_lt_image_aligned()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp182 const fs_reg xstart(negate(brw_vec1_grf(1, 0))); in emit_interpolation_setup_gfx4() local
188 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gfx4()
193 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp1514 UChar32 xstart = DATA[i+2]; in TestInvalidCodePoint() local
1521 set, xstart, xend); in TestInvalidCodePoint()
1526 set, xstart, xend); in TestInvalidCodePoint()
1540 set, xstart, xend); in TestInvalidCodePoint()
1545 set, xstart, xend); in TestInvalidCodePoint()
1553 set, xstart, xend); in TestInvalidCodePoint()
1559 set, xstart, xend); in TestInvalidCodePoint()
/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c947 const int xstart= FFMAX(0, s->mb_x - count); in epzs_motion_search_internal() local
955 for(mb_x=xstart; mb_x<xend; mb_x++){ in epzs_motion_search_internal()