Home
last modified time | relevance | path

Searched refs:propertySpec (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/xml/
DSkJSDisplayable.cpp199 JSPropertySpec* propertySpec = gDisplayableProperties[type]; in JS_INIT() local
200 memset(propertySpec, 0, sizeof (JSPropertySpec) * (infoCount + 1)); in JS_INIT()
204 propertySpec[inner].name = info[inner].fName; in JS_INIT()
205 propertySpec[inner].tinyid = inner; in JS_INIT()
206 propertySpec[inner].flags = JSPROP_ENUMERATE; in JS_INIT()