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 34 struct GraphicStateEntry;
237 GraphicStateEntry* entry);
  /external/skia/src/pdf/
SkPDFDevice.cpp 117 // It is important to not confuse GraphicStateEntry with SkPDFGraphicState, the
119 struct GraphicStateEntry {
120 GraphicStateEntry();
123 bool compareInitialState(const GraphicStateEntry& b);
149 GraphicStateEntry::GraphicStateEntry() : fColor(SK_ColorBLACK),
159 bool GraphicStateEntry::compareInitialState(const GraphicStateEntry& b) {
184 void updateDrawingState(const GraphicStateEntry& state);
191 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth];
    [all...]

Completed in 164 milliseconds