Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dttfoutl.h152 void (*DebugRepaint)(ttfFont *); member
157 void (*DebugRepaint)(ttfFont *),
H A Dgxttfb.c205 private void DebugRepaint(ttfFont *ttf) in DebugRepaint() function
365 ttfFont__init(ttf, &m->super, DebugRepaint, (gs_debug_c('Y') ? DebugPrint : NULL)); in ttfFont__create()
H A Dttfmain.c186 void (*DebugRepaint)(ttfFont *), in ttfFont__init()
190 this->DebugRepaint = DebugRepaint; in ttfFont__init()
H A Dttinterp.c76 # define DBG_PAINT CUR.current_face->font->DebugRepaint(CUR.current_face->font);