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

  /external/skia/include/pdf/
SkPDFGraphicState.h 75 SkPDFGraphicState* fGraphicState;
80 : fGraphicState(gs),
83 : fGraphicState(NULL),
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 57 SkASSERT(CanonicalPaints()[index].fGraphicState == this);
101 CanonicalPaints()[index].fGraphicState->ref();
102 return CanonicalPaints()[index].fGraphicState;
106 return newEntry.fGraphicState;

Completed in 1125 milliseconds