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

  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 55 SampleWindow* gWindow;
211 gWindow = new SampleWindow(NULL, args.count(), const_cast<char**>(args.begin()), NULL);
214 const int slideCount = gWindow->sampleCount();
217 jstring slideTitle = env->NewStringUTF(gWindow->getSampleTitle(i).c_str());
228 delete gWindow;
229 gWindow = NULL;
244 if (!gWindow) return;
245 gWindow->update(NULL);
251 gWindow->resize(w, h);
273 gWindow->handleClick(x, y, state, reinterpret_cast<void*>(owner))
    [all...]
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 55 SampleWindow* gWindow;
211 gWindow = new SampleWindow(NULL, args.count(), const_cast<char**>(args.begin()), NULL);
214 const int slideCount = gWindow->sampleCount();
217 jstring slideTitle = env->NewStringUTF(gWindow->getSampleTitle(i).c_str());
228 delete gWindow;
229 gWindow = NULL;
244 if (!gWindow) return;
245 gWindow->update(NULL);
251 gWindow->resize(w, h);
273 gWindow->handleClick(x, y, state, reinterpret_cast<void*>(owner))
    [all...]

Completed in 4711 milliseconds