Searched refs:pushRect (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/include/utils/ |
H A D | SkLua.h | 55 void pushRect(const SkRect&, const char tableKey[] = NULL);
|
/external/chromium_org/third_party/skia/src/utils/ |
H A D | SkLuaCanvas.cpp | 93 lua.pushRect(*bounds, "bounds"); 141 lua.pushRect(r, "rect"); 179 lua.pushRect(rect, "rect"); 185 lua.pushRect(rect, "rect");
|
H A D | SkLua.cpp | 237 void SkLua::pushRect(const SkRect& r, const char key[]) { function in class:SkLua 336 this->pushRect(element.getRect(), "rect"); 1109 SkLua(L).pushRect(get_obj<SkPath>(L, 1)->getBounds()); 1191 SkLua(L).pushRect(r); 1213 lua.pushRect(rects[0]); 1214 lua.pushRect(rects[1]); 1301 SkLua(L).pushRect(get_obj<SkRRect>(L, 1)->rect());
|
/external/skia/include/utils/ |
H A D | SkLua.h | 54 void pushRect(const SkRect&, const char tableKey[] = NULL);
|
/external/skia/src/utils/ |
H A D | SkLuaCanvas.cpp | 93 lua.pushRect(*bounds, "bounds"); 141 lua.pushRect(r, "rect"); 179 lua.pushRect(rect, "rect"); 185 lua.pushRect(rect, "rect");
|
H A D | SkLua.cpp | 234 void SkLua::pushRect(const SkRect& r, const char key[]) { function in class:SkLua 328 this->pushRect(element.getRect(), "rect"); 1101 SkLua(L).pushRect(get_obj<SkPath>(L, 1)->getBounds()); 1183 SkLua(L).pushRect(r); 1205 lua.pushRect(rects[0]); 1206 lua.pushRect(rects[1]); 1293 SkLua(L).pushRect(get_obj<SkRRect>(L, 1)->rect());
|
Completed in 485 milliseconds