Home | History | Annotate | Download | only in sksl

Lines Matching refs:fLeft

74         this->writeExpression(*b.fLeft, precedence);
80 } else if (b.fLeft->fKind == Expression::kNullLiteral_Kind ||
83 if (b.fLeft->fKind != Expression::kNullLiteral_Kind) {
84 SkASSERT(b.fLeft->fKind == Expression::kVariableReference_Kind);
85 var = &((VariableReference&) *b.fLeft).fVariable;