VF_GetBitmap1 148 src/dbg_ml.c bm = VF_GetBitmap1(fid, code, 1, 1); VF_GetBitmap1 440 src/drv_comic.c return VF_GetBitmap1(fid, code_point, mag_x, mag_y); VF_GetBitmap1 656 src/drv_jtex.c bm_kanji = VF_GetBitmap1(font_jtex->kanji_font_id, code_point, mag_x, mag_y); VF_GetBitmap1 429 src/drv_mojikmap.c return VF_GetBitmap1(fid, cp, mag_x, mag_y); VF_GetBitmap1 339 src/drv_try.c return VF_GetBitmap1(font_try->fid, code_point, mag_x, mag_y); VF_GetBitmap1 760 src/texfonts.c return VF_GetBitmap1((int)font->private, code_point, mag_x, mag_y); VF_GetBitmap1 827 src/vf.c bm = VF_GetBitmap1(STACK(font_id), code_point, mag_x, mag_y); VF_GetBitmap1 126 src/vflbanner.c if ((bm = VF_GetBitmap1(fid, (long)ch, 1, 1)) == NULL) VF_GetBitmap1 504 src/vflserver.c bm = VF_GetBitmap1(font_id, code_point, mag_x, mag_y); VF_GetBitmap1 217 src/vfltest.c if ((bm = VF_GetBitmap1(FontId, code_point, 1, 1)) == NULL){ VF_GetBitmap1 368 utils/hyaku-1.1.0/hyakubm.c bm = VF_GetBitmap1(fid, s[i], 1.0, 1.0); VF_GetBitmap1 394 utils/hyaku-1.1.0/hyakubm.c bm = VF_GetBitmap1(fid, s[i], 1.0, 1.0); VF_GetBitmap1 299 utils/hyaku-1.1.0/hyakubm.c bm3121 = VF_GetBitmap1(fid, 0x3121L, 1.0, 1.0); VF_GetBitmap1 356 utils/vflx11-2.0.1/vflx11.c bm = VF_GetBitmap1(Font_ID, CodePoint(c), MAGX(), MAGY());