16 if( fy == -8388607.0 )
24 if ((x < context->view_x) || (y < context->view_y) ||
29 color = context->
get_pixel(context, x, y);
34 color = (((color & 0x001F) << 3) | ((color >> 2) & 0x7) |
35 ((color & 0x07E0) << 5) | ((color >> 1) & 0x300) |
36 ((color & 0xF800) << 8) | ((color << 3) & 0x70000));