Lines Matching refs:cmpt
287 int step, int cmpt, in readComponent8u() argument
292 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent8u()
293 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent8u()
294 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent8u()
296 int ystart = jas_image_cmpttly( image, cmpt ); in readComponent8u()
297 int yend = jas_image_cmptbry( image, cmpt ); in readComponent8u()
298 int ystep = jas_image_cmptvstep( image, cmpt ); in readComponent8u()
351 int step, int cmpt, in readComponent16u() argument
356 int xstart = jas_image_cmpttlx( image, cmpt ); in readComponent16u()
357 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent16u()
358 int xstep = jas_image_cmpthstep( image, cmpt ); in readComponent16u()
360 int ystart = jas_image_cmpttly( image, cmpt ); in readComponent16u()
361 int yend = jas_image_cmptbry( image, cmpt ); in readComponent16u()
362 int ystep = jas_image_cmptvstep( image, cmpt ); in readComponent16u()