Searched refs:SkLua (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkLua.h30 class SkLua { class
34 SkLua(const char termCode[] = NULL); // creates a new L, will close it
35 SkLua(lua_State*); // uses L, will not close it
36 ~SkLua();
66 // This SkCanvas lua methods is declared here to benefit from SkLua's friendship with SkCanvas.
/external/skia/include/utils/
H A DSkLua.h29 class SkLua { class
33 SkLua(const char termCode[] = NULL); // creates a new L, will close it
34 SkLua(lua_State*); // uses L, will not close it
35 ~SkLua();
64 // This SkCanvas lua methods is declared here to benefit from SkLua's friendship with SkCanvas.
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp8 #include "SkLua.h"
87 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { function in class:SkLua
90 SkLua::Load(fL);
93 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} function in class:SkLua
95 SkLua::~SkLua() {
107 bool SkLua::runCode(const char code[]) {
116 bool SkLua
[all...]
H A DSkLuaCanvas.cpp9 #include "SkLua.h"
16 class AutoCallLua : public SkLua {
40 typedef SkLua INHERITED;
71 SkLua(fL).pushCanvas(this);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleLua.cpp10 #include "SkLua.h"
97 fLua = SkNEW(SkLua);
146 SkLua* fLua;
/external/skia/samplecode/
H A DSampleLua.cpp10 #include "SkLua.h"
97 fLua = SkNEW(SkLua);
146 SkLua* fLua;
/external/skia/src/utils/
H A DSkLua.cpp8 #include "SkLua.h"
84 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { function in class:SkLua
87 SkLua::Load(fL);
90 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} function in class:SkLua
92 SkLua::~SkLua() {
104 bool SkLua::runCode(const char code[]) {
113 bool SkLua
[all...]
H A DSkLuaCanvas.cpp9 #include "SkLua.h"
16 class AutoCallLua : public SkLua {
40 typedef SkLua INHERITED;
71 SkLua(fL).pushCanvas(this);
/external/chromium_org/third_party/skia/tools/lua/
H A Dlua_app.cpp8 #include "SkLua.h"
31 SkLua L;
H A Dlua_pictures.cpp9 #include "SkLua.h"
86 SkLua L(summary);
/external/skia/tools/lua/
H A Dlua_app.cpp8 #include "SkLua.h"
34 SkLua L;
H A Dlua_pictures.cpp9 #include "SkLua.h"
97 SkLua L(summary);
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h1318 friend class SkLua; // needs top layer size and offset
/external/skia/include/core/
H A DSkCanvas.h1298 friend class SkLua; // needs top layer size and offset

Completed in 336 milliseconds