Searched defs:OperatorAttributes (Results 1 – 1 of 1) sorted by relevance
173 struct OperatorAttributes { struct174 unsigned int fLeftType : 3; // SkOpType union, but only lower values175 unsigned int fRightType : 3; // SkOpType union, but only lower values176 OpBias fBias : 1;177 ResultIsBoolean fResultIsBoolean : 1;