Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c504 GC bottom_gc; in draw_shadows() local
527 bottom_gc = eb->primitive.bottom_shadow_GC; in draw_shadows()
532 bottom_gc = eb->primitive.top_shadow_GC; in draw_shadows()
537 bottom_gc, in draw_shadows()
1359 GC bottom_gc; in Redisplay() local
1382 bottom_gc = XmParentTopShadowGC(eb); in Redisplay()
1388 bottom_gc = eb->primitive.top_shadow_GC; in Redisplay()
1392 if ((bottom_gc == None) || (top_gc == None)) in Redisplay()
1430 top_gc, bottom_gc, x, y, width, height, in Redisplay()