Lines Matching refs:GraphicStateEntry
187 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;
2071 GraphicStateEntry* entry) { in populateGraphicStateEntryFromPaint()