Lines Matching full:clipbit
614 int clipBit = stencilBuffer->bits();
615 SkASSERT((clipBit <= 16) && "Ganesh only handles 16b or smaller stencil buffers");
616 clipBit = (1 << (clipBit-1));
674 clipBit,
849 unsigned int clipBit = (1 << (stencilBitCnt - 1));
850 unsigned int userBits = clipBit - 1;
873 funcMask = clipBit;
874 funcRef = clipBit;
879 funcMask = (funcMask & userBits) | clipBit;
880 funcRef = (funcRef & userBits) | clipBit;
883 funcMask = (funcMask & userBits) | clipBit;
884 funcRef = clipBit;