Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 57 of file s_spantemp.h.
{ #ifdef SPAN_VARS SPAN_VARS #endif #ifdef CI_MODE RB_TYPE *dest = (RB_TYPE *) values; #else RB_TYPE (*dest)[RB_COMPONENTS] = (RB_TYPE (*)[RB_COMPONENTS]) values; #endif GLuint i; INIT_PIXEL_PTR(pixel, x, y); for (i = 0; i < count; i++) { FETCH_PIXEL(dest[i], pixel); INC_PIXEL_PTR(pixel); } (void) rb; }