Home
last modified time | relevance | path

Searched refs:bmp_w (Results 1 – 16 of 16) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dfontbmp.c33 int bmp_w, int bmp_h, in font_find_character() argument
43 if (*x >= bmp_w - 1) { in font_find_character()
64 while ((*x + *w + 1 < bmp_w) && in font_find_character()
83 int bmp_w, int bmp_h, in import_bitmap_font_color() argument
90 font_find_character(data, pitch, bmp_w, bmp_h, in import_bitmap_font_color()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dartstd.cpp218 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
221 if (bmp_w == 16 && bmp_h == 15 && bestSize == wxSize(16, 16)) in CreateBitmap()
226 else if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
231 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dartstd.cpp218 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
221 if (bmp_w == 16 && bmp_h == 15 && bestSize == wxSize(16, 16)) in CreateBitmap()
226 else if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
231 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dartstd.cpp219 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
222 if (bmp_w == 16 && bmp_h == 15 && bestSize == wxSize(16, 16)) in CreateBitmap()
227 else if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
232 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_scale.c22 int bmp_w; in main() local
78 bmp_w = al_get_bitmap_width(bmp); in main()
152 0, 0, bmp_w, bmp_h, in main()
H A Dex_pixelformat.cpp148 int bmp_w = 128; in draw_sample() local
164 bmp_w = al_get_bitmap_width(bitmap1); in draw_sample()
170 bitmap2 = al_create_bitmap(bmp_w, bmp_h); in draw_sample()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dartstd.cpp236 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
239 if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
244 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dartstd.cpp236 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
239 if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
244 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dartstd.cpp236 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
239 if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
244 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dartstd.cpp236 int bmp_w = bmp.GetWidth(); in CreateBitmap() local
239 if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y)) in CreateBitmap()
244 wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2); in CreateBitmap()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteart.cpp165 int bmp_w = bmp.GetWidth(); in Resize() local
168 if ((bmp_w != size.GetWidth()) || (bmp_h != size.GetHeight())) in Resize()
170 wxPoint offset((size.GetWidth() - bmp_w)/2, (size.GetHeight() - bmp_h)/2); in Resize()
/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxcursor.c32 int bmp_w; in _al_xwin_create_mouse_cursor() local
39 bmp_w = al_get_bitmap_width(bmp); in _al_xwin_create_mouse_cursor()
60 for (ix = 0; ix < bmp_w; ix++) { in _al_xwin_create_mouse_cursor()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwwindow.c1037 int bmp_w = al_get_bitmap_width(bmps[i]); in win_choose_icon_bitmap() local
1041 if (bmp_w == sys_w && bmp_h == sys_h) in win_choose_icon_bitmap()
1049 if (bmp_w * bmp_h <= sys_w * sys_h) in win_choose_icon_bitmap()
1050 score = (sys_w * sys_h) - (bmp_w * bmp_h); in win_choose_icon_bitmap()
1052 score = bmp_w * bmp_h; in win_choose_icon_bitmap()
1070 int bmp_w; in win_set_display_icon() local
1076 bmp_w = al_get_bitmap_width(bmp); in win_set_display_icon()
1079 if (bmp_w == sys_w && bmp_h == sys_h) { in win_set_display_icon()
1096 al_draw_scaled_bitmap(bmp, 0, 0, bmp_w, bmp_h, 0, 0, sys_w, sys_h, 0); in win_set_display_icon()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtbmpl.c1113 void TdgtBmpListCalcGeom(bmp_w, bmp_h, num_cols, num_visible_lines, gap, in TdgtBmpListCalcGeom() argument
1115 int bmp_w, bmp_h, num_cols, num_visible_lines, gap; in TdgtBmpListCalcGeom()
1121 int w=gap+((bmp_w+gap)*num_cols), h=gap+((bmp_h+gap)*num_visible_lines);
1134 h_pad, v_pad, bmp_w, bmp_h, num_cols, num_visible_lines, gap, can_select, in CreateTdgtBmpList() argument
1138 int ctl_id, x, y, h_pad, v_pad, bmp_w, bmp_h, num_cols, num_visible_lines;
1146 TdgtBmpListCalcGeom(bmp_w, bmp_h, num_cols, num_visible_lines, gap,
1203 pTdgtBmpList->one_bmp_w = bmp_w;
H A Dtdgtbmpl.e80 int x, int y, int h_pad, int v_pad, int bmp_w,
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxlstack.cpp366 int bmp_w = bmp.GetWidth(); in CreateBmpString() local
380 if ((w < bmp_w) && (h < bmp_h)) in CreateBmpString()
387 dc.DrawText(s, (bmp_w-w)/2, (bmp_h-h)/2); in CreateBmpString()