Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:image_height

3093   const int image_width = decoder.get_width(), image_height = decoder.get_height();
3095 *height = image_height;
3105 uint8 *pImage_data = (uint8*)jpgd_malloc(dst_bpl * image_height);
3111 for (int y = 0; y < image_height; y++)