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

  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
GaneshPictureRenderer.java 25 private long contextPtr;
65 if (this.contextPtr != 0) {
67 GaneshPictureRenderer.CleanUp(this.contextPtr);
72 this.contextPtr = 0;
77 this.contextPtr = GaneshPictureRenderer.Ctor();
90 if (this.contextPtr == 0) {
94 this.contextPtr != 0 && this.picturePtr != 0) {
98 this.contextPtr, this.picturePtr);
  /external/skia/experimental/SkV8Example/
JsContext.cpp 51 v8::Handle<v8::External> contextPtr = v8::External::New(fGlobal->getIsolate(), this);
54 result->SetInternalField(0, contextPtr);

Completed in 347 milliseconds