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

  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 123 static void setfield_string(lua_State* L, const char key[], const char value[]) { function
700 setfield_string(L, "tileX", mode2string(modes[0]));
701 setfield_string(L, "tileY", mode2string(modes[1]));
727 setfield_string(L, "type", gradtype2string(t));
729 setfield_string(L, "tile", mode2string(info.fTileMode));
998 setfield_string(L, "verb", verb);
  /external/skia/src/utils/
SkLua.cpp 123 static void setfield_string(lua_State* L, const char key[], const char value[]) { function
700 setfield_string(L, "tileX", mode2string(modes[0]));
701 setfield_string(L, "tileY", mode2string(modes[1]));
727 setfield_string(L, "type", gradtype2string(t));
729 setfield_string(L, "tile", mode2string(info.fTileMode));
998 setfield_string(L, "verb", verb);

Completed in 496 milliseconds