Searched refs:lua2bool (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp81 static bool lua2bool(lua_State* L, int index) { function
637 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2));
/external/skia/src/utils/
H A DSkLua.cpp78 static bool lua2bool(lua_State* L, int index) { function
629 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2));

Completed in 157 milliseconds