Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dttcommon.h141 #define Default_GraphicsState FTDefault_GraphicsState macro
H A Dttobjs.c481 const TGraphicsState Default_GraphicsState = variable
610 ins->GS = Default_GraphicsState; in Instance_Create()
642 ins->GS = Default_GraphicsState; in Instance_Init()
765 ins->GS = Default_GraphicsState; in Instance_Reset()
H A Dttobjs.h241 extern const TGraphicsState Default_GraphicsState;
H A Dttfmain.c354 this->exec->GS = Default_GraphicsState; in ttfFont__StartGlyph()