Searched refs:pushClipStack (Results 1 – 2 of 2) sorted by relevance
62 void pushClipStack(const SkClipStack&, const char tableKey[] = NULL);
364 void SkLua::pushClipStack(const SkClipStack& stack, const char* key) { in pushClipStack() function in SkLua624 SkLua(L).pushClipStack(*get_ref<SkCanvas>(L, 1)->getClipStack()); in lcanvas_getClipStack()