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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 200 int fGraphicStateIndex;
214 fGraphicStateIndex(-1),
223 fGraphicStateIndex == cur.fGraphicStateIndex &&
544 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) {
545 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream);
546 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex;
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 215 int fGraphicStateIndex;
229 fGraphicStateIndex(-1),
238 fGraphicStateIndex == cur.fGraphicStateIndex &&
559 if (state.fGraphicStateIndex != currentEntry()->fGraphicStateIndex) {
560 SkPDFUtils::ApplyGraphicState(state.fGraphicStateIndex, fContentStream);
561 currentEntry()->fGraphicStateIndex = state.fGraphicStateIndex;
    [all...]

Completed in 36 milliseconds