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

  /external/skia/include/utils/
SkLua.h 72 bool fWeOwnL;
  /external/skia/src/utils/
SkLua.cpp 99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) {
105 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {}
108 if (fWeOwnL) {
    [all...]

Completed in 62 milliseconds