HomeSort by relevance Sort by last modified time
    Searched refs:GraphicStateEntry (Results 1 - 2 of 2) sorted by null

  /external/skia/include/pdf/
SkPDFDevice.h 35 struct GraphicStateEntry;
253 GraphicStateEntry* entry);
  /external/skia/src/pdf/
SkPDFDevice.cpp 183 // It is important to not confuse GraphicStateEntry with SkPDFGraphicState, the
185 struct GraphicStateEntry {
186 GraphicStateEntry();
189 bool compareInitialState(const GraphicStateEntry& b);
215 GraphicStateEntry::GraphicStateEntry() : fColor(SK_ColorBLACK),
225 bool GraphicStateEntry::compareInitialState(const GraphicStateEntry& b) {
250 void updateDrawingState(const GraphicStateEntry& state);
257 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth];
    [all...]

Completed in 41 milliseconds