Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp130 _infoStack.Add(info); in SaveGraphState()
141 int32_t size = _infoStack.GetSize(); in RestoreGraphState()
146 TInfo* info = (TInfo*)_infoStack.GetAt(topIndex); in RestoreGraphState()
161 _infoStack.RemoveAt(topIndex); in RestoreGraphState()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h313 CFX_PtrArray _infoStack; variable