Searched refs:maxcmpts_ (Results 1 – 2 of 2) sorted by relevance
141 image->maxcmpts_ = numcmpts; in jas_image_create()145 if (!(image->cmpts_ = jas_alloc2(image->maxcmpts_, in jas_image_create()151 for (cmptno = 0; cmptno < image->maxcmpts_; ++cmptno) { in jas_image_create()200 image->maxcmpts_ = 0; in jas_image_create0()664 if (image->numcmpts_ >= image->maxcmpts_) { in jas_image_addcmpt()665 if (jas_image_growcmpts(image, image->maxcmpts_ + 128)) { in jas_image_addcmpt()782 image->maxcmpts_ = maxcmpts; in jas_image_growcmpts()783 for (cmptno = image->numcmpts_; cmptno < image->maxcmpts_; ++cmptno) { in jas_image_growcmpts()793 if (dstimage->numcmpts_ >= dstimage->maxcmpts_) { in jas_image_copycmpt()794 if (jas_image_growcmpts(dstimage, dstimage->maxcmpts_ + 128)) { in jas_image_copycmpt()
202 int maxcmpts_; member