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

  /external/skia/include/xml/
SkJS.h 43 JSRuntime *fRuntime;
  /external/skia/src/xml/
SkJS.cpp 170 if ((fRuntime = JS_NewRuntime(0x100000)) == NULL) {
174 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
196 JS_DestroyRuntime(fRuntime);

Completed in 1040 milliseconds