Home
last modified time | relevance | path

Searched refs:RLE_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/image/
H A DmLoadImage_bmp.c70 #define RLE_BUFSIZE 1024 macro
389 read = mIOFileBuf_read(p->io, p->rlebuf + remain, RLE_BUFSIZE - remain); in _read_to_rlebuf()
391 if(read < RLE_BUFSIZE - remain) in _read_to_rlebuf()
752 p->rlebuf = (uint8_t *)mMalloc(RLE_BUFSIZE, FALSE); in _alloc_buf()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/image/
H A DmLoadImage_bmp.c70 #define RLE_BUFSIZE 1024 macro
389 read = mIOFileBuf_read(p->io, p->rlebuf + remain, RLE_BUFSIZE - remain); in _read_to_rlebuf()
391 if(read < RLE_BUFSIZE - remain) in _read_to_rlebuf()
752 p->rlebuf = (uint8_t *)mMalloc(RLE_BUFSIZE, FALSE); in _alloc_buf()