Searched refs:bg_hint (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/RISCOS/Modules/ |
D | drawfmodule.c | 242 { os_colour fill,bg_hint; in DrawF_Text() local 252 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize)) return NULL; in DrawF_Text() 265 dtext->bg_hint=bg_hint; in DrawF_Text() 280 { os_colour fill,bg_hint; in DrawF_TText() local 294 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize,&t1,&t2,&t3,&t4,&t5,&t6)) return NULL; in DrawF_TText() 314 dtext->bg_hint=bg_hint; in DrawF_TText()
|