HomeSort by relevance Sort by last modified time
    Searched refs:pushClipStackElement (Results 1 - 2 of 2) sorted by null

  /external/skia/include/utils/
SkLua.h 63 void pushClipStackElement(const SkClipStack::Element& element, const char tableKey[] = NULL);
  /external/skia/src/utils/
SkLua.cpp 374 this->pushClipStackElement(*element);
380 void SkLua::pushClipStackElement(const SkClipStack::Element& element, const char* key) {
656 SkLua(L).pushClipStackElement(*iter.get());
    [all...]

Completed in 66 milliseconds