Searched refs:bytesperline (Results 1 – 2 of 2) sorted by relevance
87 Uint32 i, j, bytesperline, nbplanes, stencil, plane, h; in IMG_LoadLBM_RW() local231 bytesperline = ( ( bmhd.w + 15 ) / 16 ) * 2; in IMG_LoadLBM_RW()237 bytesperline *= 8; in IMG_LoadLBM_RW()246 MiniBuf = (Uint8 *)SDL_malloc( bytesperline * (nbplanes + stencil) ); in IMG_LoadLBM_RW()315 ptr = MiniBuf + ( plane * bytesperline ); in IMG_LoadLBM_RW()317 remainingbytes = bytesperline; in IMG_LoadLBM_RW()359 if ( !SDL_RWread( src, ptr, bytesperline, 1 ) ) in IMG_LoadLBM_RW()391 color = *( MiniBuf + i + ( plane * bytesperline ) ); in IMG_LoadLBM_RW()
1338 if( sp->bytesperline == 0 ) in JPEGDecode()1341 nrows = cc / sp->bytesperline; in JPEGDecode()1342 if (cc % sp->bytesperline) in JPEGDecode()1394 if( sp->bytesperline == 0 ) in JPEGDecode()1397 nrows = cc / sp->bytesperline; in JPEGDecode()1398 if (cc % sp->bytesperline) in JPEGDecode()1630 buf += sp->bytesperline; in JPEGDecodeRaw()1631 cc -= sp->bytesperline; in JPEGDecodeRaw()2047 nrows = cc / sp->bytesperline; in JPEGEncode()2048 if (cc % sp->bytesperline) in JPEGEncode()[all …]
Completed in 39 milliseconds