Searched refs:maGraphicsStack (Results 1 – 2 of 2) sorted by relevance
136 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()
246 std::list< GraphicsStatus > maGraphicsStack; member in psp::PrinterGfx247 GraphicsStatus& currentState() { return maGraphicsStack.front(); } in currentState()
Completed in 35 milliseconds