Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp187 struct GraphicStateEntry { struct
188 GraphicStateEntry();
191 bool compareInitialState(const GraphicStateEntry& b);
217 GraphicStateEntry::GraphicStateEntry() : fColor(SK_ColorBLACK), in GraphicStateEntry() argument
227 bool GraphicStateEntry::compareInitialState(const GraphicStateEntry& cur) { in compareInitialState()
251 void updateDrawingState(const GraphicStateEntry& state);
258 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry()
262 GraphicStateEntry fEntries[kMaxStackDepth + 1];
527 void GraphicStackState::updateDrawingState(const GraphicStateEntry& state) { in updateDrawingState()
592 GraphicStateEntry fState;
[all …]
DSkPDFDevice.h39 struct GraphicStateEntry;
283 GraphicStateEntry* entry);