Home
last modified time | relevance | path

Searched refs:pic_x_offset (Results 1 – 7 of 7) sorted by relevance

/dports/games/eureka/eureka-1.27b-source/src/
H A Dw_loadpic.cc183 int pic_x_offset, int pic_y_offset, in ComposePicture() argument
201 dest.compose(sub, pic_x_offset, pic_y_offset); in ComposePicture()
225 int pic_x_offset, // coordinates of top left corner of picture in LoadPicture() argument
241 return ComposePicture(dest, sub, pic_x_offset, pic_y_offset, pic_width, pic_height); in LoadPicture()
245 return ComposePicture(dest, sub, pic_x_offset, pic_y_offset, pic_width, pic_height); in LoadPicture()
249 return ComposePicture(dest, sub, pic_x_offset, pic_y_offset, pic_width, pic_height); in LoadPicture()
296 DrawColumn(dest, column, pic_x_offset + x, pic_y_offset); in LoadPicture()
H A Dw_loadpic.h37 int pic_x_offset, /* Coordinates of top left corner of picture */
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dpaddle.c78 stk_surface_alpha_blit( paddle_shadow, paddle->pic_x_offset,0,paddle_cw, paddle_ch, in paddle_show_shadow()
89 paddle->pic_x_offset+paddle_cw,0,aux_w, paddle_ch, in paddle_show_shadow()
96 paddle->pic_x_offset+(paddle_cw<<1),0,paddle_cw, paddle_ch, in paddle_show_shadow()
113 stk_surface_blit( paddle_pic, paddle->pic_x_offset,paddle->pic_y_offset, in paddle_show()
123 paddle->pic_x_offset+paddle_cw,paddle->pic_y_offset, in paddle_show()
129 paddle->pic_x_offset+(paddle_cw<<1),paddle->pic_y_offset, in paddle_show()
153 stk_surface_alpha_blit( paddle_pic, paddle->pic_x_offset,paddle->pic_y_offset, in paddle_alphashow()
163 paddle->pic_x_offset+paddle_cw,paddle->pic_y_offset, in paddle_alphashow()
168 stk_surface_alpha_blit( paddle_pic, paddle->pic_x_offset+(paddle_cw<<1),paddle->pic_y_offset, in paddle_alphashow()
H A Dgame.c170 game->paddles[PADDLE_TOP]->pic_x_offset = 3*paddle_cw; in init_level()
/dports/games/yadex/yadex-1.7.0/src/
H A Dpic2img.cc70 int pic_x_offset, // Coordinates of top left corner of picture in LoadPicture() argument
180 if (pic_x_offset == INT_MIN) in LoadPicture()
181 pic_x_offset = (img_width - pic_width_) / 2; in LoadPicture()
233 pic_x0 = - pic_x_offset; in LoadPicture()
237 pic_x1 = img_width - pic_x_offset - 1; in LoadPicture()
251 buf = img.wbuf () + al_amax (pic_x_offset, 0) + img_width * pic_y_offset; in LoadPicture()
H A Dpic2img.h30 int pic_x_offset, /* Coordinates of top left corner of picture */
/dports/games/lbreakout2/lbreakout2-2.6.5/game/
H A Dgamedefs.h308 int pic_x_offset; member