Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFGraphicStackState.cpp187 if (state.fShaderIndex >= 0) { in updateDrawingState()
188 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState()
189 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream); in updateDrawingState()
190 currentEntry()->fShaderIndex = state.fShaderIndex; in updateDrawingState()
194 currentEntry()->fShaderIndex >= 0) { in updateDrawingState()
200 currentEntry()->fShaderIndex = -1; in updateDrawingState()
DSkPDFGraphicStackState.h21 int fShaderIndex = -1; member
DSkPDFDevice.cpp1159 entry->fShaderIndex = -1; in populate_graphic_state_entry_from_paint()
1200 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp196 if (state.fShaderIndex >= 0) { in updateDrawingState()
197 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState()
198 SkPDFUtils::ApplyPattern(state.fShaderIndex, fContentStream); in updateDrawingState()
199 currentEntry()->fShaderIndex = state.fShaderIndex; in updateDrawingState()
203 currentEntry()->fShaderIndex >= 0) { in updateDrawingState()
209 currentEntry()->fShaderIndex = -1; in updateDrawingState()
DSkPDFGraphicStackState.h21 int fShaderIndex = -1; member
DSkPDFDevice.cpp1179 entry->fShaderIndex = -1; in populate_graphic_state_entry_from_paint()
1217 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
/third_party/skia/samplecode/
DSampleCamera.cpp22 int fShaderIndex = 0; member in __anonf92a08400111::CameraView
58 fShaderIndex = (fShaderIndex + 1) % fShaders.count(); in onDrawContent()
63 paint.setShader(fShaders[fShaderIndex]); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleCamera.cpp21 int fShaderIndex = 0; member in __anon0b2f24d50111::CameraView
58 fShaderIndex = (fShaderIndex + 1) % fShaders.count(); in onDrawContent()
63 paint.setShader(fShaders[fShaderIndex]); in onDrawContent()