Lines Matching refs:xstart
292 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent8u() local
314 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
320 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
327 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent8u()
333 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent8u()
342 for( x = 0; x < xend - xstart; x++ ) in readComponent8u()
356 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent16u() local
378 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
384 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()
391 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent16u()
397 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent16u()
406 for( x = 0; x < xend - xstart; x++ ) in readComponent16u()