Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdti.c547 pdev->sbstack[sbstack_ptr].vgstack_bottom = pdev->vgstack_bottom; in pdf_enter_substream()
548 pdev->vgstack_bottom = pdev->vgstack_depth; in pdf_enter_substream()
588 while (pdev->vgstack_depth > pdev->vgstack_bottom) { in pdf_exit_substream()
603 pdev->vgstack_bottom = pdev->sbstack[sbstack_ptr].vgstack_bottom; in pdf_exit_substream()
H A Dgdevpdfx.h375 int vgstack_bottom; member
593 int vgstack_bottom; /* Stack bottom for the current substream. */ member
H A Dgdevpdfd.c356 if (pdev->vgstack_depth > pdev->vgstack_bottom) { in pdf_put_clip_path()
H A Dgdevpdfg.c120 if (i < pdev->vgstack_bottom || i < 0) in pdf_restore_viewer_state()
H A Dgdevpdfu.c1338 if (pdev->vgstack_depth > pdev->vgstack_bottom) { in pdf_unclip()