Searched refs:lua2bool (Results 1 – 1 of 1) sorted by relevance
117 static bool lua2bool(lua_State* L, int index) { in lua2bool() function724 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()