Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkLua.cpp89 static bool lua2bool(lua_State* L, int index) { in lua2bool() function
801 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2)); in lpaint_setAntiAlias()
811 get_obj<SkPaint>(L, 1)->setDither(lua2bool(L, 2)); in lpaint_setDither()
841 get_obj<SkPaint>(L, 1)->setSubpixelText(lua2bool(L, 2)); in lpaint_setSubpixelText()
856 get_obj<SkPaint>(L, 1)->setLCDRenderText(lua2bool(L, 2)); in lpaint_setLCDRenderText()