Home
last modified time | relevance | path

Searched refs:info_y (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pixelize/pixelize-1.0.0/
H A Dinfo_popup.c44 int info_y; variable
174 info_y = y; in info_popup()
206 inf = &(globals.image[info_y][info_x]); in info_fill_list()
248 inf = &(globals.image[info_y][info_x]); in info_selectionCB()
257 change_small_image(info_x, info_y); in info_selectionCB()
287 inf = &(globals.image[info_y][info_x]); in info_highlightCB()
324 inf = &(globals.image[info_y][info_x]); in info_prev()
346 change_small_image(info_x, info_y); in info_prev()
362 inf = &(globals.image[info_y][info_x]); in info_next()
384 change_small_image(info_x, info_y); in info_next()
[all …]
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dframe.c43 int info_y; /* absolute position is info_y + info_offset */ variable
97 info_y = 178; in frame_init()
119 info_y = 48; paddle_info_y[0] = 48; in frame_init()
261 stk_surface_blit( offscreen, info_x, info_y + info_offsets[i], in frame_info_hide()
263 stk_display, info_x, info_y + info_offsets[i] ); in frame_info_hide()
286 stk_display, info_x, info_y + info_offsets[i], in frame_info_show()
290 stk_display, info_x, info_y + info_offsets[i], 128 ); in frame_info_show()
295 … info_x + ( BRICK_WIDTH >> 1 ), info_y + info_offsets[i] + ( BRICK_HEIGHT >> 1 ), in frame_info_show()
/dports/games/fargoal/fargoal/src/
H A Dgame.c693 int info_y = SCREEN_H - 90 + 15; in game_render() local
747 textprintf (page, font, info_x, info_y, layout_color (LC_INFO), in game_render()
749 textprintf (page, font, info_x, info_y + 11, layout_color (LC_INFO), in game_render()
751 textprintf (page, font, info_x, info_y + 44, layout_color (LC_DUNGEON), in game_render()
753 textprintf (page, font, info_x, info_y + 55, layout_color (LC_DUNGEON), in game_render()
/dports/games/xrally/xrally/
H A Dmenu.c632 int info_x, info_y, info_w, info_h; in update_splash() local
645 info_y = 10; in update_splash()
659 blend_info = blend_image(logo, info_x, info_y, info_w, info_h, &blend_cache); in update_splash()
663 i_blit(blend_info, dbuffer(), info_x, info_y, info_w, info_h); in update_splash()
667 text(dbuffer(), info_x + 4, info_y + 4, spl.txt, get_color(COLOR_TEXT), FONT_BIG); in update_splash()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-doll.cc270 float info_y = 0.0f; in render() local
288 m_font_buf.add(info_str, VColour::white, info_x, info_y); in render()
289 info_y += m_font->char_height(); in render()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dbitmapview.c493 int x2 = bv->info_x, y2 = bv->info_y; in BCBresenhamLine()
575 if ( bv->pressed_y<bv->info_y ) { in BCGeneralFunction()
576 ymin = bv->pressed_y; ymax = bv->info_y; in BCGeneralFunction()
578 ymin = bv->info_y; ymax = bv->pressed_y; in BCGeneralFunction()
588 SetPoint(bv,i,bv->info_y,data); in BCGeneralFunction()
802 ymin = bv->info_y; ymax = bv->pressed_y; in BVExpose()
830 sprintf(buffer,"%d%s%d", bv->info_x, coord_sep, bv->info_y ); in BVInfoDrawText()
835 sprintf(buffer,"%d%s%d", bv->info_x-bv->pressed_x, coord_sep, bv->info_y-bv->pressed_y ); in BVInfoDrawText()
1149 bv->info_x = x; bv->info_y = y; in BVMouseDown()
1242 bv->info_x = x; bv->info_y = y; in BVMouseMove()
[all …]
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dnet_analyzer.c656 int info_x, info_y ; in NA_DrawInfo() local
661 info_y = na.pixmap.h - INFO_BORDER ; in NA_DrawInfo()
663 XDrawLine (na_Display, na_Pixmap, na_GC, 0, info_y, na.pixmap.w, info_y) ; in NA_DrawInfo()
677 XDrawString (na_Display, na_Pixmap, na_GC, info_x + 7, info_y + 11, in NA_DrawInfo()
710 XDrawString (na_Display, na_Pixmap, na_GC, info_x + 7, info_y + 21, in NA_DrawInfo()
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dwindows.h370 int info_x, info_y; /* info position */ member
H A Dwindows.c760 dlg->info_y = border; in fdlg_create()
910 …DEST( fdlg->group->frame->contents, fdlg->info_x, fdlg->info_y, fdlg->info_buffer->w, fdlg->info_b… in fdlg_handle_button()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h351 int info_x, info_y; member