Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h137 struct GraphicStateEntry { struct
138 GraphicStateEntry();
141 bool compareInitialState(const GraphicStateEntry& b);
200 GraphicStateEntry fState;
237 GraphicStateEntry* entry);
DSkPDFDevice.cpp185 SkPDFDevice::GraphicStateEntry::GraphicStateEntry() in GraphicStateEntry() function in SkPDFDevice::GraphicStateEntry
194 bool SkPDFDevice::GraphicStateEntry::compareInitialState( in compareInitialState()
195 const GraphicStateEntry& cur) { in compareInitialState()
217 void updateDrawingState(const SkPDFDevice::GraphicStateEntry& state);
224 SkPDFDevice::GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry()
228 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
393 void GraphicStackState::updateDrawingState(const SkPDFDevice::GraphicStateEntry& state) { in updateDrawingState()
2142 SkPDFDevice::GraphicStateEntry* entry) { in populateGraphicStateEntryFromPaint()