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