Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkLua.cpp117 static bool lua2bool(lua_State* L, int index) { in lua2bool() function
724 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2)); in lpaint_setAntiAlias()
734 get_obj<SkPaint>(L, 1)->setDither(lua2bool(L, 2)); in lpaint_setDither()