Home | History | Annotate | Download | only in tests

Lines Matching refs:gOps

229     static const SkRegion::Op gOps[] = {
254 for (size_t op = 0; op < SK_ARRAY_COUNT(gOps); ++op) {
267 stack.clipDevRect(rectB, gOps[op], false);
270 stack.clipDevPath(clipB, gOps[op], false);
281 (gOps[op] == SkRegion::kIntersect_Op));