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

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp214 int fShaderIndex; member in struct:GraphicStateEntry
228 fShaderIndex(-1),
237 fShaderIndex == b.fShaderIndex &&
546 if (state.fShaderIndex >= 0) {
547 if (state.fShaderIndex != currentEntry()->fShaderIndex) {
548 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
549 currentEntry()->fShaderIndex = state.fShaderIndex;
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp214 int fShaderIndex; member in struct:GraphicStateEntry
228 fShaderIndex(-1),
237 fShaderIndex == b.fShaderIndex &&
546 if (state.fShaderIndex >= 0) {
547 if (state.fShaderIndex != currentEntry()->fShaderIndex) {
548 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream);
549 currentEntry()->fShaderIndex = state.fShaderIndex;
[all...]

Completed in 95 milliseconds