Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp207 int fGraphicStateIndex; member
221 fGraphicStateIndex(-1), in GraphicStateEntry()
230 fGraphicStateIndex == cur.fGraphicStateIndex && in compareInitialState()
546 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) { in updateDrawingState()
547 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream); in updateDrawingState()
548 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex; in updateDrawingState()
2145 entry->fGraphicStateIndex = resourceIndex; in populateGraphicStateEntryFromPaint()