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

  /external/skia/experimental/SkV8Example/
Path2D.cpp 13 Global* Path2D::gGlobal = NULL;
23 v8::HandleScope handleScope(gGlobal->getIsolate());
32 gPath2DTemplate.Reset(gGlobal->getIsolate(), localTemplate);
35 v8::Local<v8::ObjectTemplate>::New(gGlobal->getIsolate(), gPath2DTemplate);
41 result->SetInternalField(0, v8::External::New(gGlobal->getIsolate(), this));
42 gGlobal->getIsolate()->AdjustAmountOfExternalAllocatedMemory(sizeof(SkPath));
46 v8::Persistent<v8::Object> weak(gGlobal->getIsolate(), result);
48 this->handle_.Reset(gGlobal->getIsolate(), weak);
54 gGlobal->getIsolate()->AdjustAmountOfExternalAllocatedMemory(-sizeof(SkPath));
Path2D.h 27 gGlobal = global;
45 static Global* gGlobal;
Global.cpp 15 Global* Global::gGlobal = NULL;
76 gGlobal->getWindow()->inval(NULL);
120 int32_t id = gGlobal->getNextTimerID();
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn);
130 args.GetReturnValue().Set(v8::Integer::New(gGlobal->fIsolate, id));
136 v8::HandleScope handleScope(gGlobal->getIsolate());
139 v8::Local<v8::Context> context = gGlobal->getContext();
148 if (gGlobal->fTimeouts.find(gGlobal->fLastTimerID) == gGlobal->fTimeouts.end())
    [all...]
Global.h 34 gGlobal = this;
75 static Global* gGlobal;
Path2DBuilder.cpp 15 Global* Path2DBuilder::gGlobal = NULL;
18 v8::HandleScope handleScope(gGlobal->getIsolate());
21 0, v8::External::New(gGlobal->getIsolate(), path));
34 gGlobal = global;
37 v8::HandleScope handleScope(gGlobal->getIsolate());
39 v8::Handle<v8::Context> context = gGlobal->getContext();
45 gGlobal->getIsolate(), Path2DBuilder::ConstructPath);
61 gGlobal->getIsolate(), "Path2DBuilder"), constructor->GetFunction());
Path2DBuilder.h 50 static Global* gGlobal;
  /external/skia/tests/
DataRefTest.cpp 114 static void* gGlobal;
118 SkASSERT(context == gGlobal);
183 sk_sp<SkData> r2(SkData::MakeWithProc(new int[N], N*sizeof(int), delete_int_proc, gGlobal));

Completed in 133 milliseconds