Searched refs:pathStack (Results 1 – 2 of 2) sorted by relevance
729 SmallVector<PathPieces *, 3> pathStack; variable750 if (pathStack.empty()) in getActivePath()752 return *pathStack.back(); in getActivePath()763 void pushActivePath(PathPieces *p) { pathStack.push_back(p); } in pushActivePath()764 void popActivePath() { if (!pathStack.empty()) pathStack.pop_back(); } in popActivePath()766 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall()782 pathStack.clear(); in resetPath()
1374 SkClipStack pathStack; in test_tiny_query_bounds_assertion_bug() local1375 pathStack.clipPath(clipPath, SkMatrix::I(), kIntersect_SkClipOp, true); in test_tiny_query_bounds_assertion_bug()1377 for (const SkClipStack& stack : {rectStack, pathStack}) { in test_tiny_query_bounds_assertion_bug()