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

/external/skia/src/pdf/
H A DSkPDFDevice.cpp144 int fGraphicStateIndex; member in struct:GraphicStateEntry
158 fGraphicStateIndex(-1),
167 fGraphicStateIndex == b.fGraphicStateIndex &&
400 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) {
401 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream);
402 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex;
1406 entry->fGraphicStateIndex
[all...]

Completed in 109 milliseconds