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

  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 203 void SkLua::pushRect(const SkRect& r, const char key[]) {
799 SkLua(L).pushRect(get_obj<SkPath>(L, 1)->getBounds());
814 SkLua(L).pushRect(r);
836 lua.pushRect(rects[0]);
837 lua.pushRect(rects[1]);
914 SkLua(L).pushRect(get_obj<SkRRect>(L, 1)->rect());
  /external/skia/src/utils/
SkLua.cpp 203 void SkLua::pushRect(const SkRect& r, const char key[]) {
799 SkLua(L).pushRect(get_obj<SkPath>(L, 1)->getBounds());
814 SkLua(L).pushRect(r);
836 lua.pushRect(rects[0]);
837 lua.pushRect(rects[1]);
914 SkLua(L).pushRect(get_obj<SkRRect>(L, 1)->rect());

Completed in 116 milliseconds