Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkLua.cpp161 static void setfield_bool_if(lua_State* L, const char key[], bool pred) { in setfield_bool_if() function
817 setfield_bool_if(L, "pathEffect", !!paint->getPathEffect()); in lpaint_getEffects()
818 setfield_bool_if(L, "maskFilter", !!paint->getMaskFilter()); in lpaint_getEffects()
819 setfield_bool_if(L, "shader", !!paint->getShader()); in lpaint_getEffects()
820 setfield_bool_if(L, "colorFilter", !!paint->getColorFilter()); in lpaint_getEffects()
821 setfield_bool_if(L, "imageFilter", !!paint->getImageFilter()); in lpaint_getEffects()