Home
last modified time | relevance | path

Searched refs:Pdebug (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c344 Pdebug("color:tasting %06x\n", guts.palette[i].composite); in prima_allocate_color()
354 Pdebug("color:bd:%g,bd2:%d, ad2:%d, cd:%g\n", bd, bd2, ad2, cd); in prima_allocate_color()
357 Pdebug("color:ac2:%d\n", ac2); in prima_allocate_color()
1166 Pdebug("color replace: granted %d\n", granted); in prima_palette_replace()
1198 Pdebug("color replace :ok - now %d are granted\n", granted); in prima_palette_replace()
1263 Pdebug("color: BIG:%d vs %d\n", j, psz); in prima_palette_replace()
1315 Pdebug("color replace: ok. XAllocColor again\n"); in prima_palette_replace()
1334 Pdebug("color replace: ok - %d out of %d \n", granted, psz); in prima_palette_replace()
1358 Pdebug("color replace: exit\n"); in prima_palette_replace()
1383 Pdebug("color: %s free %d, %d\n", PWidget(self)-> name, i, rank); in prima_palette_free()
[all …]
H A Dgtk.c191 Pdebug("cannot query gtk style for %s\n", s->name); in prima_gtk_init()
229 Pdebug("gtk-color: %s %06x %06x %06x %06x %06x\n", s->name, c[0], c[1], c[2], c[3], c[4], c[5]); in prima_gtk_init()
H A Dapc_render.c105 Pdebug("selected visual 0x%x for ARGB operations\n", list[i].visualid); in prima_init_xrender_subsystem()
120 Pdebug("no ARGB visual found\n"); in prima_init_xrender_subsystem()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h535 #define Pdebug if (pguts->debug & DEBUG_COLOR) _debug macro