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

  /external/skia/include/utils/
SkLua.h 54 void pushRect(const SkRect&, const char tableKey[] = NULL);
  /external/skia/src/utils/
SkLuaCanvas.cpp 92 lua.pushRect(*rec.fBounds, "bounds");
140 lua.pushRect(r, "rect");
178 lua.pushRect(rect, "rect");
185 lua.pushRect(rect, "rect");
194 lua.pushRect(rect, "rect");
SkLua.cpp 305 void SkLua::pushRect(const SkRect& r, const char key[]) {
    [all...]

Completed in 56 milliseconds