Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp190 , fGraphicStateIndex(-1) { in GraphicStateEntry()
198 fGraphicStateIndex == cur.fGraphicStateIndex && in compareInitialState()
412 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) { in updateDrawingState()
413 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream); in updateDrawingState()
414 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex; in updateDrawingState()
2208 entry->fGraphicStateIndex = resourceIndex; in populateGraphicStateEntryFromPaint()
DSkPDFDevice.h156 int fGraphicStateIndex; member