Home
last modified time | relevance | path

Searched refs:chars_per_row (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Ddp8350.cpp73 int char_width, int char_height, int chars_per_row, int rows_per_frame, in dp835x_device() argument
83 , m_chars_per_row(chars_per_row) in dp835x_device()
99 , m_dots_per_row(char_width * chars_per_row)
H A Dcrt9028.cpp46 …int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool h… in crt9028_device() argument
62 , m_chars_per_row(chars_per_row) in crt9028_device()
H A Dcrt9028.h60 …int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool h…
H A Ddp8350.h77 int char_width, int char_height, int chars_per_row, int rows_per_frame,
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Ddp8350.cpp73 int char_width, int char_height, int chars_per_row, int rows_per_frame, in dp835x_device() argument
83 , m_chars_per_row(chars_per_row) in dp835x_device()
99 , m_dots_per_row(char_width * chars_per_row)
H A Dcrt9028.cpp46 …int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool h… in crt9028_device() argument
62 , m_chars_per_row(chars_per_row) in crt9028_device()
H A Dcrt9028.h60 …int dots_per_char, int chars_per_row, int horiz_blanking, int hsync_delay, int hsync_width, bool h…
H A Ddp8350.h77 int char_width, int char_height, int chars_per_row, int rows_per_frame,
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dimage.c121 found->x = (n % pf->chars_per_row) * pf->char_width; in _xitk_pix_font_find_char()
122 found->y = (n / pf->chars_per_row) * pf->char_height; in _xitk_pix_font_find_char()
166 pf->chars_per_row = v; in xitk_image_set_pix_font()
197 pf->chars_per_row = 32; in xitk_image_set_pix_font()
204 pf->char_width = pf->width / pf->chars_per_row; in xitk_image_set_pix_font()
206 total = (total + pf->chars_per_row - 1) / pf->chars_per_row; in xitk_image_set_pix_font()
H A Dlabel.c60 found->x = (n % pf->chars_per_row) * pf->char_width; in _find_pix_font_char()
61 found->y = (n / pf->chars_per_row) * pf->char_height; in _find_pix_font_char()
H A Dxitk.h263 int chars_per_row; member
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dmenu.c3050 int items_visable, chars_per_row; in SARMenuDoDrawObject() local
3542 chars_per_row = MAX( in SARMenuDoDrawObject()
3548 chars_per_row = 1; in SARMenuDoDrawObject()
3612 if(chars_per_row < item_name_len) in SARMenuDoDrawObject()
3613 item_name[chars_per_row] = '\0'; in SARMenuDoDrawObject()