HomeSort by relevance Sort by last modified time
    Searched refs:mode2string (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkLua.cpp 1022 static const char* mode2string(SkShader::TileMode mode) { function
1051 setfield_string(L, "tileX", mode2string(modes[0]));
1052 setfield_string(L, "tileY", mode2string(modes[1]));
1074 setfield_string(L, "tile", mode2string(info.fTileMode));
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 1022 static const char* mode2string(SkShader::TileMode mode) { function
1051 setfield_string(L, "tileX", mode2string(modes[0]));
1052 setfield_string(L, "tileY", mode2string(modes[1]));
1074 setfield_string(L, "tile", mode2string(info.fTileMode));
    [all...]

Completed in 184 milliseconds