Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_pnm.c113 int maxval, y, bpl; in IMG_LoadPNM_RW() local
168 bpl = width * surface->format->BytesPerPixel; in IMG_LoadPNM_RW()
181 bpl = (width + 7) >> 3; in IMG_LoadPNM_RW()
182 buf = (Uint8 *)SDL_malloc(bpl); in IMG_LoadPNM_RW()
204 for(i = 0; i < bpl; i++) { in IMG_LoadPNM_RW()
214 if(!SDL_RWread(src, dst, bpl, 1)) in IMG_LoadPNM_RW()
228 for(i = 0; i < bpl; i++) in IMG_LoadPNM_RW()
A DIMG_pcx.c97 int y, bpl; in IMG_LoadPCX_RW() local
163 bpl = pcxh.NPlanes * pcxh.BytesPerLine; in IMG_LoadPCX_RW()
164 buf = (Uint8 *)SDL_calloc(bpl, 1); in IMG_LoadPCX_RW()
174 if ( !SDL_RWread(src, buf, bpl, 1) ) { in IMG_LoadPCX_RW()
179 for ( i = 0; i < bpl; i++ ) { in IMG_LoadPCX_RW()
219 SDL_memcpy(row, buf, SDL_min(width, bpl)); in IMG_LoadPCX_RW()
A Dminiz.h843 …png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, int bpl, size_t *pLen_out, …
844 …_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, int bpl, size_t *pLen_out);
2819 …png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, int bpl, size_t *pLen_out, … in tdefl_write_image_to_png_file_in_memory_ex() argument
2825 …MZ_CLEAR_OBJ(out_buf); out_buf.m_expandable = MZ_TRUE; out_buf.m_capacity = 57+MZ_MAX(64, (1+bpl)*… in tdefl_write_image_to_png_file_in_memory_ex()
2830 …l_compress_buffer(pComp, (mz_uint8*)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FLUSH);… in tdefl_write_image_to_png_file_in_memory_ex()
2857 …e_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, int bpl, size_t *pLen_out) in tdefl_write_image_to_png_file_in_memory() argument
2860 …return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, bpl, pLen_out, 6, MZ_FA… in tdefl_write_image_to_png_file_in_memory()
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-neon-asm.h217 bpl 5b
222 bpl 5b
228 bpl 5b
234 bpl 5b
242 bpl 5b
247 bpl 5b
285 bpl 5b
292 bpl 5b
A Dpixman-arm-neon-asm.S160 5: bpl 6f
200 55: bpl 56f
A Dpixman-arm-simd-asm.h211 PF bpl, 60f
329 bpl 100f

Completed in 23 milliseconds