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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c213 ++image->numcmpts_;
236 image->numcmpts_ = 0;
252 if (jas_image_growcmpts(newimage, image->numcmpts_)) {
255 for (cmptno = 0; cmptno < image->numcmpts_; ++cmptno) {
259 ++newimage->numcmpts_;
320 for (i = 0; i < image->numcmpts_; ++i) {
425 if (cmptno < 0 || cmptno >= image->numcmpts_) {
509 if (cmptno < 0 || cmptno >= image->numcmpts_) {
672 for (cmptno = 0; cmptno < image->numcmpts_; ++cmptno) {
682 if (cmptno >= image->numcmpts_) {
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h235 uint_fast16_t numcmpts_; member in struct:__anon2749
380 ((image)->numcmpts_)

Completed in 39 milliseconds