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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c142 static void jas_image_cmpt_destroy(jas_image_cmpt_t *cmpt);
143 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly,
147 static jas_image_cmpt_t *jas_image_cmpt_copy(jas_image_cmpt_t *cmpt);
148 static jas_image_cmpt_t *jas_image_cmpt_create0();
183 sizeof(jas_image_cmpt_t *)))) {
272 static jas_image_cmpt_t *jas_image_cmpt_create0()
274 jas_image_cmpt_t *cmpt;
275 if (!(cmpt = jas_malloc(sizeof(jas_image_cmpt_t)))) {
278 memset(cmpt, 0, sizeof(jas_image_cmpt_t));
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h215 } jas_image_cmpt_t; typedef in typeref:struct:__anon2748
242 jas_image_cmpt_t **cmpts_;

Completed in 47 milliseconds