Searched refs:pushClipStackElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkLua.h63 void pushClipStackElement(const SkClipStack::Element& element, const char tableKey[] = NULL);
/external/skia/include/utils/
H A DSkLua.h62 void pushClipStackElement(const SkClipStack::Element& element, const char tableKey[] = NULL);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp322 this->pushClipStackElement(*element);
328 void SkLua::pushClipStackElement(const SkClipStack::Element& element, const char* key) { function in class:SkLua
526 SkLua(L).pushClipStackElement(*iter.get());
/external/skia/src/utils/
H A DSkLua.cpp314 this->pushClipStackElement(*element);
320 void SkLua::pushClipStackElement(const SkClipStack::Element& element, const char* key) { function in class:SkLua
518 SkLua(L).pushClipStackElement(*iter.get());

Completed in 106 milliseconds