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

/external/skia/src/utils/
H A DSkLua.cpp1221 static const char* mode2string(SkShader::TileMode mode) { function
1251 setfield_string(L, "tileX", mode2string(modes[0]));
1252 setfield_string(L, "tileY", mode2string(modes[1]));
1278 setfield_string(L, "tile", mode2string(info.fTileMode));

Completed in 54 milliseconds