Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c503 GC top_gc; in draw_shadows() local
526 top_gc = eb->primitive.top_shadow_GC; in draw_shadows()
531 top_gc = eb->primitive.bottom_shadow_GC; in draw_shadows()
536 top_gc, in draw_shadows()
1358 GC top_gc; in Redisplay() local
1383 top_gc = XmParentBottomShadowGC(eb); in Redisplay()
1389 top_gc = eb->primitive.bottom_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()