Searched refs:clipEntry (Results 1 – 1 of 1) sorted by relevance
239 const SkClipStack::Element* clipEntry; in get_clip_stack_path() local242 for (clipEntry = iter.next(); clipEntry; clipEntry = iter.next()) { in get_clip_stack_path()244 if (SkClipStack::Element::kEmpty_Type == clipEntry->getType()) { in get_clip_stack_path()249 clipEntry->asPath(&entryPath); in get_clip_stack_path()252 if (!apply_clip(clipEntry->getOp(), *outClipPath, entryPath, outClipPath)) { in get_clip_stack_path()