Searched refs:newcmpt (Results 1 – 1 of 1) sorted by relevance
252 jas_image_cmpt_t *newcmpt; in jas_image_cmpt_copy() local254 if (!(newcmpt = jas_image_cmpt_create0())) { in jas_image_cmpt_copy()257 newcmpt->tlx_ = cmpt->tlx_; in jas_image_cmpt_copy()258 newcmpt->tly_ = cmpt->tly_; in jas_image_cmpt_copy()259 newcmpt->hstep_ = cmpt->hstep_; in jas_image_cmpt_copy()260 newcmpt->vstep_ = cmpt->vstep_; in jas_image_cmpt_copy()261 newcmpt->width_ = cmpt->width_; in jas_image_cmpt_copy()262 newcmpt->height_ = cmpt->height_; in jas_image_cmpt_copy()263 newcmpt->prec_ = cmpt->prec_; in jas_image_cmpt_copy()264 newcmpt->sgnd_ = cmpt->sgnd_; in jas_image_cmpt_copy()[all …]