Home
last modified time | relevance | path

Searched refs:oldpixels (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pho/pho/
H A Dpho.c621 guchar *oldpixels, *newpixels; in RotateImage() local
669 oldpixels = gdk_pixbuf_get_pixels(gImage); in RotateImage()
703 = oldpixels[y*oldrowstride + x*nchannels + i]; in RotateImage()
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dxlib.c497 unsigned long oldpixels[256]; in xrotate_palette() local
498 memcpy(oldpixels, d->pixels, sizeof(oldpixels)); in xrotate_palette()
501 d->pixels[i] = oldpixels[p]; in xrotate_palette()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DImageLoader_Shared.cpp553 uint32 *oldpixels = Pixels; in MakeDXTC3() local
559 memcpy(newpixels, oldpixels, 8); in MakeDXTC3()
560 oldpixels += 2; in MakeDXTC3()