Searched refs:setfield_string (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkLua.cpp144 static void setfield_string(lua_State* L, const char key[], const char value[]) { function
1251 setfield_string(L, "tileX", mode2string(modes[0]));
1252 setfield_string(L, "tileY", mode2string(modes[1]));
1276 setfield_string(L, "type", gradtype2string(t));
1278 setfield_string(L, "tile", mode2string(info.fTileMode));
1924 setfield_string(L, "verb", verb);

Completed in 71 milliseconds