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 66 bool fWeOwnL;
  /external/skia/src/utils/
SkLua.cpp 110 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) {
116 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {}
119 if (fWeOwnL) {
    [all...]

Completed in 61 milliseconds