Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h146 struct GraphicStateEntry { struct
147 GraphicStateEntry();
150 bool compareInitialState(const GraphicStateEntry& b);
216 GraphicStateEntry fState;
259 GraphicStateEntry* entry);
DSkPDFDevice.cpp125 SkPDFDevice::GraphicStateEntry::GraphicStateEntry() in GraphicStateEntry() function in SkPDFDevice::GraphicStateEntry
134 bool SkPDFDevice::GraphicStateEntry::compareInitialState( in compareInitialState()
135 const GraphicStateEntry& cur) { in compareInitialState()
157 void updateDrawingState(const SkPDFDevice::GraphicStateEntry& state);
164 SkPDFDevice::GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry()
168 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
331 void GraphicStackState::updateDrawingState(const SkPDFDevice::GraphicStateEntry& state) { in updateDrawingState()
1925 SkPDFDevice::GraphicStateEntry* entry) { in populateGraphicStateEntryFromPaint()