Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp136 int substringStartIndex = 0; in emitCode() local
141 fragBuilder->codeAppend(fGLSL.c_str() + substringStartIndex, in emitCode()
142 i - substringStartIndex); in emitCode()
168 substringStartIndex = i + 1; in emitCode()
171 fragBuilder->codeAppend(fGLSL.c_str() + substringStartIndex, in emitCode()
172 fGLSL.length() - substringStartIndex); in emitCode()