Searched refs:setfield_boolean (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/src/utils/ |
D | SkLua.cpp | 178 static void setfield_boolean(lua_State* L, const char key[], bool value) { in setfield_boolean() function 1161 setfield_boolean(L, "translate", SkToBool(mask & SkMatrix::kTranslate_Mask)); in lmatrix_getType() 1162 setfield_boolean(L, "scale", SkToBool(mask & SkMatrix::kScale_Mask)); in lmatrix_getType() 1163 setfield_boolean(L, "affine", SkToBool(mask & SkMatrix::kAffine_Mask)); in lmatrix_getType() 1164 setfield_boolean(L, "perspective", SkToBool(mask & SkMatrix::kPerspective_Mask)); in lmatrix_getType()
|