Lines Matching refs:xend
226 int xend = jas_image_cmptbrx( m_image, cmptlut[i] ); in ReadData() local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in ReadData()
232 … if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in ReadData()
264 int xend = jas_image_cmptbrx( m_image, cmpt ); in ReadComponent8u() local
285 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
291 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent8u()
304 for( x = 0, j = 0; x < xend - xstart; j++ ) in ReadComponent8u()
313 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u()
326 int xend = jas_image_cmptbrx( m_image, cmpt ); in ReadComponent16u() local
347 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u()
353 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u()
360 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent16u()
366 for( x = 0, j = 0; x < xend - xstart; j++ ) in ReadComponent16u()
375 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u()