Searched refs:cmpts_ (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h242 jas_image_cmpt_t **cmpts_; member in struct:__anon2749
391 ((image)->cmpts_[(cmptno)]->type_)
393 ((image)->cmpts_[(cmptno)]->type_ = (type))
397 ((image)->cmpts_[cmptno]->width_)
401 ((image)->cmpts_[cmptno]->height_)
405 ((image)->cmpts_[cmptno]->sgnd_)
409 ((image)->cmpts_[cmptno]->prec_)
413 ((image)->cmpts_[cmptno]->hstep_)
417 ((image)->cmpts_[cmptno]->vstep_)
421 ((image)->cmpts_[cmptn
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c182 if (!(image->cmpts_ = jas_malloc(image->maxcmpts_ *
189 image->cmpts_[cmptno] = 0;
206 if (!(image->cmpts_[cmptno] = jas_image_cmpt_create(cmptparm->tlx,
238 image->cmpts_ = 0;
256 if (!(newimage->cmpts_[cmptno] = jas_image_cmpt_copy(image->cmpts_[cmptno]))) {
319 if (image->cmpts_) {
321 jas_image_cmpt_destroy(image->cmpts_[i]);
322 image->cmpts_[i] = 0;
324 jas_free(image->cmpts_);
[all...]

Completed in 164 milliseconds