Searched refs:dpixels (Results 1 – 1 of 1) sorted by relevance
457 Uint8 *dpixels; in DirectFB_UpdateTexture() local474 ((void **) &dpixels), &dpitch)); in DirectFB_UpdateTexture()476 dst = (Uint8 *) dpixels + rect->y * dpitch + rect->x * bpp; in DirectFB_UpdateTexture()487 dst = (Uint8 *) dpixels + texture->h * dpitch + rect->y * dpitch / 4 + rect->x * bpp / 2; in DirectFB_UpdateTexture()494 …dst = (Uint8 *) dpixels + texture->h * dpitch + texture->h * dpitch / 4 + rect->y * dpitch / 4 + r… in DirectFB_UpdateTexture()
Completed in 8 milliseconds