OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushRect
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/utils/
SkLua.h
55
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");
184
lua.
pushRect
(rect, "rect");
SkLua.cpp
289
void SkLua::
pushRect
(const SkRect& r, const char key[]) {
388
this->
pushRect
(element.getRect(), "rect");
[
all
...]
Completed in 129 milliseconds