Home
last modified time | relevance | path

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

/external/skia/src/xml/
DSkJSDisplayable.cpp236 int idIndex = JSVAL_TO_INT(id); in GetProperty() local
237 SkASSERT(idIndex >= 0 && idIndex < members); in GetProperty()
238 info = &info[idIndex]; in GetProperty()
312 int idIndex = JSVAL_TO_INT(id); in SetProperty() local
313 SkASSERT(idIndex >= 0 && idIndex < members); in SetProperty()
314 info = &info[idIndex]; in SetProperty()