Searched refs:bpr (Results 1 – 2 of 2) sorted by relevance
110 const size_t bpr = cb->stride * fp->size; in ggl_copyPixels() local116 src += height * bpr; in ggl_copyPixels()117 dst += height * bpr; in ggl_copyPixels()119 dst -= bpr; in ggl_copyPixels()120 src -= bpr; in ggl_copyPixels()128 dst += bpr; in ggl_copyPixels()129 src += bpr; in ggl_copyPixels()135 dst += bpr; in ggl_copyPixels()136 src += bpr; in ggl_copyPixels()
70 const int32_t bpr = -dst->stride * pixelFormat.size; in ggl_set_surface() local71 dst->data += bpr * (dst->height-1); in ggl_set_surface()