Home
last modified time | relevance | path

Searched refs:optSystemDrawable (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDeviceBitmap.c19 opt_set(optSystemDrawable); in DeviceBitmap_init()
H A DPrinter.c23 opt_set(optSystemDrawable); in Printer_init()
H A DDrawable.c22 if ( !is_opt(optSystemDrawable)) { \
497 if ( !(PObject(image)-> options.optSystemDrawable)) { in Drawable_put_image_indirect()
1483 if ( !is_opt(optSystemDrawable)) in Drawable_region()
H A DDrawable_text.c26 if ( !is_opt(optSystemDrawable)) { \
573 if ( is_opt(optSystemDrawable) ) { in switch_font()
1798 if ( Drawable_set_font == my->set_font && is_opt(optSystemDrawable)) in query_abc_range_glyphs()
H A DApplication.c32 opt_set(optSystemDrawable); in Application_init()
H A DAbstractMenu.c1464 PObject(drawable)-> options. optSystemDrawable = 1; in AbstractMenu_handle_event()
H A DImage.c40 opt_set(optSystemDrawable); in Image_init()
H A DWidget.c55 opt_set(optSystemDrawable); in Widget_init()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1665 unsigned optSystemDrawable : 1; member