Home | History | Annotate | Download | only in tests

Lines Matching refs:gOps

220     static const SkRegion::Op gOps[] = {
249 for (size_t op = 0; op < SK_ARRAY_COUNT(gOps); ++op) {
266 stack.clipDevRect(rectB, gOps[op], false);
270 stack.clipDevRRect(rrectB, gOps[op], false);
274 stack.clipDevPath(pathB, gOps[op], false);
286 (gOps[op] == SkRegion::kIntersect_Op));