Home
last modified time | relevance | path

Searched refs:menuplyr_pixels (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_draw.c185 byte menuplyr_pixels[4096]; variable
266 memcpy (menuplyr_pixels, dat->data, dat->width*dat->height); in Draw_CachePic()
759 src = &menuplyr_pixels[ ((v*pic->height)>>6) *pic->width]; in Draw_TransPicTranslate()
/external/quake/quake/src/WinQuake/
Dgl_draw.cpp503 byte menuplyr_pixels[4096]; variable
599 memcpy (menuplyr_pixels, dat->data, dat->width*dat->height); in Draw_CachePic()
1028 src = &menuplyr_pixels[ ((v*pic->height)>>6) *pic->width]; in Draw_TransPicTranslate()