Lines Matching refs:CALC_FBOFFSET
76 #define CALC_FBOFFSET(x, y) \
80 ((unsigned char *)pGeode->FBBase + CALC_FBOFFSET(x, y))
284 unsigned int offset = CALC_FBOFFSET(x, y);
371 gfx2_color_pattern_fill(CALC_FBOFFSET(x, y), w, h, gc8x8p);
466 CALC_FBOFFSET(x, y) | ((x & 7) << 26) | ((y & 7) << 29);
572 gfx2_screen_to_screen_blt(CALC_FBOFFSET(x1, y1), CALC_FBOFFSET(x2,
579 unsigned int src = CALC_FBOFFSET(x1, y1);
580 unsigned int dst = CALC_FBOFFSET(x2, y2);
715 gfx2_screen_to_screen_blt(offset, CALC_FBOFFSET(giwr.x, giwr.y), giwr.w,
718 gfx2_color_bitmap_to_screen_blt(0, 0, CALC_FBOFFSET(giwr.x, giwr.y),
735 gfx2_screen_to_screen_blt(offset, CALC_FBOFFSET(giwr.x, giwr.y), giwr.w,
739 gfx2_color_bitmap_to_screen_blt(0, 0, CALC_FBOFFSET(giwr.x, giwr.y),
875 gfx2_mono_expand_blt(offset, 0, 0, CALC_FBOFFSET(gc2s.x, gc2s.y),
889 gfx2_mono_bitmap_to_screen_blt(0, 0, CALC_FBOFFSET(gc2s.x, gc2s.y),
902 unsigned int dst = CALC_FBOFFSET(gc2s.x, gc2s.y);
918 dst = CALC_FBOFFSET(gc2s.x, gc2s.y);
1012 gfx2_mono_expand_blt(CALC_FBOFFSET(srcx, srcy), offset, 0,
1013 CALC_FBOFFSET(x, y), w, h, 0);
1016 unsigned int src = (CALC_FBOFFSET(srcx,
1019 unsigned int dst = CALC_FBOFFSET(x, y);
1138 unsigned int offset = CALC_FBOFFSET(x1, y1);
1210 unsigned int offset = CALC_FBOFFSET(x0, y0);
1253 unsigned int offset = CALC_FBOFFSET(x, y);
1366 gfx2_bresenham_line(CALC_FBOFFSET(x1, y1), len, err, axial, diagn,
1434 gfx2_bresenham_line(CALC_FBOFFSET(x0, y0), len, err, axial, diagn,