Home
last modified time | relevance | path

Searched refs:dxbeg (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcspr.h32 int dxbeg, dybeg; in FUNC_LINEAR_DRAW_SPRITE_EX() local
89 dxbeg = dx; in FUNC_LINEAR_DRAW_SPRITE_EX()
202 dxbeg = dx; in FUNC_LINEAR_DRAW_SPRITE()
282 dxbeg = dx; in FUNC_LINEAR_DRAW_256_SPRITE()
367 dxbeg = dx; in FUNC_LINEAR_DRAW_SPRITE_V_FLIP()
608 dxbeg = dx; in FUNC_LINEAR_DRAW_TRANS_SPRITE()
726 dxbeg = dx; in FUNC_LINEAR_DRAW_TRANS_RGBA_SPRITE()
795 dxbeg = dx; in FUNC_LINEAR_DRAW_LIT_SPRITE()
878 dxbeg = dx; in FUNC_LINEAR_DRAW_CHARACTER()
962 dxbeg = dx; in FUNC_LINEAR_DRAW_RLE_SPRITE()
[all …]
H A Dcstretch.c250 int dxbeg, dxend; /* clipping information */ in _al_stretch_blit() local
352 dxbeg = ((dx > dst->cl) ? dx : dst->cl); in _al_stretch_blit()
354 if (dxbeg >= dxend) in _al_stretch_blit()
358 dxbeg = dx; in _al_stretch_blit()
374 _al_stretch.linesize = (dxend-dxbeg)*size; in _al_stretch_blit()
378 for (i = 0; i < dxbeg-dx; i++, sxofs += _al_stretch.sxinc) { in _al_stretch_blit()
/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxvtable.c559 int dxbeg, dybeg, w, h; in _xwin_draw_sprite() local
579 int dxbeg, dybeg, w, h; in _xwin_draw_sprite_ex() local
599 int dxbeg, dybeg, w, h; in _xwin_draw_256_sprite() local
621 int dxbeg, dybeg, w, h; in _xwin_draw_sprite_v_flip() local
643 int dxbeg, dybeg, w, h; in _xwin_draw_sprite_h_flip() local
665 int dxbeg, dybeg, w, h; in _xwin_draw_sprite_vh_flip() local
685 int dxbeg, dybeg, w, h; in _xwin_draw_trans_sprite() local
707 int dxbeg, dybeg, w, h; in _xwin_draw_trans_rgba_sprite() local
729 int dxbeg, dybeg, w, h; in _xwin_draw_lit_sprite() local
751 int dxbeg, dybeg, w, h; in _xwin_draw_character() local
[all …]
/dports/games/openmortal/openmortal-0.7/src/
H A DDrawRle.h21 int dxbeg, dybeg; // beginning in destination in METHODNAME_FLIP() local
37 dxbeg = dx; in METHODNAME_FLIP()
38 if ( dst_cl > dx ) dxbeg = dst_cl; in METHODNAME_FLIP()
45 w = tmp - dxbeg; in METHODNAME_FLIP()
63 dxbeg = dx; in METHODNAME_FLIP()
68 dxbeg += w; in METHODNAME_FLIP()
91 d = OFFSET_PIXEL_PTR( d, dxbeg ); in METHODNAME_FLIP()
199 int dxbeg, dybeg; // beginning in destination in METHODNAME() local
217 dxbeg = sxbeg + dx; in METHODNAME()
237 dxbeg = dx; in METHODNAME()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Common/libsrc/aastr-0.1.1/
H A Daastr.c31 int dxbeg, dxend, dybeg, dyend; in _aa_stretch_blit() local
46 dxbeg = ((_dx > _dst->cl) ? _dx : _dst->cl); in _aa_stretch_blit()
48 if (dxbeg >= dxend) in _aa_stretch_blit()
53 dxbeg = _dx; in _aa_stretch_blit()
97 for (ydx = _dx, ysx = _sx; ydx < dxbeg; ydx++) in _aa_stretch_blit()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/aastr-0.1.1/
H A Daastr.cpp53 int dxbeg, dxend, dybeg, dyend; in _aa_stretch_blit() local
67 dxbeg = ((_dx > _dst->cl) ? _dx : _dst->cl); in _aa_stretch_blit()
69 if (dxbeg >= dxend) in _aa_stretch_blit()
72 dxbeg = _dx; in _aa_stretch_blit()
113 for (ydx = _dx, ysx = _sx; ydx < dxbeg; ydx++) { in _aa_stretch_blit()