Home
last modified time | relevance | path

Searched refs:font_vtable_color (Results 1 – 8 of 8) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dfontbmp.c264 f->vtable = font_vtable_color; in grab_font_from_bitmap()
H A Dfont.c1168 outf->vtable = font_vtable_color; in upgrade_to_color()
1426 FONT_VTABLE* font_vtable_color = &_font_vtable_color; variable
1481 ASSERT(f->vtable == font_vtable_color); in make_trans_font()
1508 return (f->vtable == font_vtable_color || f->vtable == font_vtable_trans); in is_color_font()
H A Ddatafile.c311 f->vtable = font_vtable_color; in read_font_prop()
507 f->vtable = font_vtable_color; in read_font()
2176 f->vtable = font_vtable_color; in initialise_datafile()
/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Ddat2c.c1321 else if (f->vtable == font_vtable_color) { in cvt_FONT()
1339 f->height, f->vtable == font_vtable_color ? 1 : 0); in cvt_FONT()
H A Ddat2s.c303 int color_flag = (f->vtable == font_vtable_color ? 1 : 0); in output_font()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dfontconv.c713 …if (f->vtable != font_vtable_mono && f->vtable != font_vtable_color && f->vtable != font_vtable_tr…
715 if (f->vtable != font_vtable_mono && f->vtable != font_vtable_color) {
/dports/devel/allegro/allegro-4.4.3.1/tools/plugins/
H A Ddatfont.c397 f->vtable = font_vtable_color; in upgrade_to_color()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Daintern.h293 AL_VAR(FONT_VTABLE *, font_vtable_color);