Searched defs:destPointer (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
D | SDL_gapivideo.c | 859 static int updateLine8to8(_THIS, unsigned char *srcPointer, unsigned char *destPointer, int width, … in updateLine8to8() 879 static int updateLine16to16(_THIS, PIXEL *srcPointer, PIXEL *destPointer, int width, int height, in… in updateLine16to16() 995 static int updateLine16to4(_THIS, PIXEL *srcPointer, unsigned char *destPointer, int width, int hei… in updateLine16to4() 1084 unsigned char *destPointer; in GAPI_UpdateRectsMono() local 1120 …unsigned char *destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset + rects[i].y * ga… in GAPI_UpdateRectsColor() local
|
/external/icu4c/test/cintltst/ |
D | custrtrn.c | 875 UChar *destPointer; in Test_FromUTF8() local
|