Lines Matching refs:pxy

378     short pxy[8];  in plot_copy_rect()  local
410 pxy[0] = src.g_x; in plot_copy_rect()
411 pxy[1] = src.g_y; in plot_copy_rect()
412 pxy[2] = pxy[0] + src.g_w-1; in plot_copy_rect()
413 pxy[3] = pxy[1] + src.g_h-1; in plot_copy_rect()
414 pxy[4] = dst.g_x; in plot_copy_rect()
415 pxy[5] = dst.g_y; in plot_copy_rect()
416 pxy[6] = pxy[4] + dst.g_w-1; in plot_copy_rect()
417 pxy[7] = pxy[5] + dst.g_h-1; in plot_copy_rect()
419 vro_cpyfm( atari_plot_vdi_handle, S_ONLY, (short*)&pxy, &devmf, &scrmf); in plot_copy_rect()
745 short pxy[8]; in snapshot_create_native_mfdb() local
774 pxy[0] = x; in snapshot_create_native_mfdb()
775 pxy[1] = y; in snapshot_create_native_mfdb()
776 pxy[2] = pxy[0] + w-1; in snapshot_create_native_mfdb()
777 pxy[3] = pxy[1] + h-1; in snapshot_create_native_mfdb()
778 pxy[4] = 0; in snapshot_create_native_mfdb()
779 pxy[5] = 0; in snapshot_create_native_mfdb()
780 pxy[6] = w-1; in snapshot_create_native_mfdb()
781 pxy[7] = h-1; in snapshot_create_native_mfdb()
783 atari_plot_vdi_handle, S_ONLY, (short*)&pxy, in snapshot_create_native_mfdb()
1487 short pxy[8]; in plot_blit_bitmap() local
1533 pxy[0] = off.g_x; in plot_blit_bitmap()
1534 pxy[1] = off.g_y; in plot_blit_bitmap()
1535 pxy[2] = off.g_x + off.g_w-1; in plot_blit_bitmap()
1536 pxy[3] = off.g_y + off.g_h-1; in plot_blit_bitmap()
1539 pxy[4] = screen_x; in plot_blit_bitmap()
1540 pxy[5] = screen_y; in plot_blit_bitmap()
1541 pxy[6] = screen_x + off.g_w-1; in plot_blit_bitmap()
1542 pxy[7] = screen_y + off.g_h-1; in plot_blit_bitmap()
1544 vro_cpyfm(atari_plot_vdi_handle, S_ONLY, (short*)&pxy, &src_mf, &scrmf); in plot_blit_bitmap()
1557 short pxy[8]; in plot_blit_mfdb() local
1592 pxy[0] = off.g_x - loc->g_x; in plot_blit_mfdb()
1593 pxy[1] = off.g_y - loc->g_y; in plot_blit_mfdb()
1594 pxy[2] = pxy[0] + off.g_w - 1; in plot_blit_mfdb()
1595 pxy[3] = pxy[1] + off.g_h - 1; in plot_blit_mfdb()
1596 pxy[4] = view.x + off.g_x; in plot_blit_mfdb()
1597 pxy[5] = view.y + off.g_y; in plot_blit_mfdb()
1598 pxy[6] = pxy[4] + off.g_w-1; in plot_blit_mfdb()
1599 pxy[7] = pxy[5] + off.g_h-1; in plot_blit_mfdb()
1603 vrt_cpyfm(atari_plot_vdi_handle, MD_REPLACE/*MD_TRANS*/, (short*)pxy, src, &screen, (short*)&c); in plot_blit_mfdb()
1977 short pxy[4]; in plot_clip() local
2015 pxy[0] = gclip.g_x; in plot_clip()
2016 pxy[1] = gclip.g_y; in plot_clip()
2017 pxy[2] = pxy[0] + gclip.g_w; in plot_clip()
2018 pxy[3] = pxy[1] + gclip.g_h; in plot_clip()
2020 vs_clip(atari_plot_vdi_handle, 1, (short*)&pxy); in plot_clip()
2125 short pxy[4]; in plot_line() local
2134 pxy[0] = view.x + MAX(0, line->x0); in plot_line()
2135 pxy[1] = view.y + MAX(0, line->y0); in plot_line()
2136 pxy[2] = view.x + MAX(0, line->x1); in plot_line()
2137 pxy[3] = view.y + MAX(0, line->y1); in plot_line()
2159 v_pline(atari_plot_vdi_handle, 2, (short *)&pxy ); in plot_line()
2184 short pxy[4]; in plot_rectangle() local
2232 pxy[0] = view.x + r.g_x; in plot_rectangle()
2233 pxy[1] = view.y + r.g_y ; in plot_rectangle()
2234 pxy[2] = view.x + r.g_x + r.g_w; in plot_rectangle()
2235 pxy[3] = view.y + r.g_y; in plot_rectangle()
2236 v_pline(atari_plot_vdi_handle, 2, (short *)&pxy); in plot_rectangle()
2241 pxy[0] = view.x + r.g_x + r.g_w; in plot_rectangle()
2242 pxy[1] = view.y + r.g_y; in plot_rectangle()
2243 pxy[2] = view.x + r.g_x + r.g_w; in plot_rectangle()
2244 pxy[3] = view.y + r.g_y + r.g_h; in plot_rectangle()
2245 v_pline(atari_plot_vdi_handle, 2, (short *)&pxy); in plot_rectangle()
2250 pxy[0] = view.x + r.g_x; in plot_rectangle()
2251 pxy[1] = view.y + r.g_y+r.g_h; in plot_rectangle()
2252 pxy[2] = view.x + r.g_x+r.g_w; in plot_rectangle()
2253 pxy[3] = view.y + r.g_y+r.g_h; in plot_rectangle()
2254 v_pline(atari_plot_vdi_handle, 2, (short *)&pxy); in plot_rectangle()
2259 pxy[0] = view.x + r.g_x; in plot_rectangle()
2260 pxy[1] = view.y + r.g_y; in plot_rectangle()
2261 pxy[2] = view.x + r.g_x; in plot_rectangle()
2262 pxy[3] = view.y + r.g_y + r.g_h; in plot_rectangle()
2263 v_pline(atari_plot_vdi_handle, 2, (short *)&pxy); in plot_rectangle()
2276 pxy[0] = view.x + r.g_x + stroke_width; in plot_rectangle()
2277 pxy[1] = view.y + r.g_y + stroke_width; in plot_rectangle()
2278 pxy[2] = view.x + r.g_x + r.g_w -1 - stroke_width; in plot_rectangle()
2279 pxy[3] = view.y + r.g_y + r.g_h -1 - stroke_width; in plot_rectangle()
2282 v_bar(atari_plot_vdi_handle, (short*)&pxy); in plot_rectangle()
2309 short pxy[n*2]; in plot_polygon() local
2318 pxy[i] = (short)view.x+p[i]; in plot_polygon()
2319 pxy[i+1] = (short)view.y+p[i+1]; in plot_polygon()
2324 v_fillarea(atari_plot_vdi_handle, n, (short*)&pxy); in plot_polygon()
2326 pxy[n*2]=pxy[0]; in plot_polygon()
2327 pxy[n*2+1]=pxy[1]; in plot_polygon()
2329 v_pline(atari_plot_vdi_handle, n+1, (short *)&pxy); in plot_polygon()