Searched defs:OperatorAttributes (Results 1 – 1 of 1) sorted by relevance
180 struct OperatorAttributes { struct181 unsigned int fLeftType : 3; // SkOpType union, but only lower values182 unsigned int fRightType : 3; // SkOpType union, but only lower values183 OpBias fBias : 1;184 ResultIsBoolean fResultIsBoolean : 1;