Searched refs:deImageFormat_getBytesPerPixel (Results 1 – 1 of 1) sorted by relevance
29 static int deImageFormat_getBytesPerPixel (deImageFormat format) in deImageFormat_getBytesPerPixel() function38 int offset = ((y*image->width) + x) * deImageFormat_getBytesPerPixel(image->format); in getPixelAddress()47 int bpp = deImageFormat_getBytesPerPixel(format); in deImage_create()105 memcpy(converted->pixels, image->pixels, width * height * deImageFormat_getBytesPerPixel(format)); in deImage_convertFormat()