Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx136 maGraphicsStack.push_back( GraphicsStatus() ); in PrinterGfx()
175 maGraphicsStack.clear(); in Clear()
176 maGraphicsStack.push_back( GraphicsStatus() ); in Clear()
706 if( maGraphicsStack.begin() != maGraphicsStack.end() ) in PSGSave()
707 aNewState = maGraphicsStack.front(); in PSGSave()
708 maGraphicsStack.push_front( aNewState ); in PSGSave()
715 if( maGraphicsStack.begin() == maGraphicsStack.end() ) in PSGRestore()
718 maGraphicsStack.pop_front(); in PSGRestore()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx246 std::list< GraphicsStatus > maGraphicsStack; member in psp::PrinterGfx
247 GraphicsStatus& currentState() { return maGraphicsStack.front(); } in currentState()

Completed in 15 milliseconds