Searched refs:fFromLinearSrgbChildIndex (Results 1 – 2 of 2) sorted by relevance
175 if (fp.fFromLinearSrgbChildIndex < 0) { in emitCode()180 fp.fFromLinearSrgbChildIndex, color.c_str(), fArgs); in emitCode()322 , fFromLinearSrgbChildIndex(other.fFromLinearSrgbChildIndex) { in GrSkSLFP()356 SkASSERTF(fToLinearSrgbChildIndex == -1 && fFromLinearSrgbChildIndex == -1, in addColorTransformChildren()377 fFromLinearSrgbChildIndex = this->numChildProcessors(); in addColorTransformChildren()378 SkASSERT((size_t)fFromLinearSrgbChildIndex >= fEffect->fSampleUsages.size()); in addColorTransformChildren()
420 int fFromLinearSrgbChildIndex = -1; variable