Lines Matching refs:elementID
225 @param elementID is the value of the id attribute in the XML of this element
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
241 @param elementID is the value of the id attribute in the XML of this element
246 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
257 @param elementID is the value of the id attribute in the XML of this element
262 const char* getArrayString(const char* elementID, const char* fieldName, int index);
265 @param elementID is the value of the id attribute in the XML of this element
268 const SkDisplayable* getElement(const char* elementID);
278 @param elementID is the value of the id attribute in the XML of this element
281 SkElementType getElementType(const char* elementID);
290 /** Returns the XML field of the named attribute in the XML element matching the elementID.
291 @param elementID is the value of the id attribute in the XML of this element
295 const SkMemberInfo* getField(const char* elementID, const char* fieldName);
305 @param elementID is the value of the id attribute in the XML of this element
309 SkFieldType getFieldType(const char* elementID, const char* fieldName);
336 @param elementID is the value of the id attribute in the XML of this element
340 int32_t getInt(const char* elementID, const char* fieldName);
350 @param elementID is the value of the id attribute in the XML of this element
354 SkScalar getScalar(const char* elementID, const char* fieldName);
364 @param elementID is the value of the id attribute in the XML of this element
368 const char* getString(const char* elementID, const char* fieldName);
381 @param elementID is the value of the id attribute in the XML of this element
387 bool setArrayInt(const char* elementID, const char* fieldName, const int* array, int count);
390 @param elementID is the value of the id attribute in the XML of this element
396 bool setArrayString(const char* elementID, const char* fieldName, const char** array, int count);
399 @param elementID is the value of the id attribute in the XML of this element
404 bool setInt(const char* elementID, const char* fieldName, int32_t data);
407 @param elementID is the value of the id attribute in the XML of this element
412 bool setScalar(const char* elementID, const char* fieldName, SkScalar data);
415 @param elementID is the value of the id attribute in the XML of this element
420 bool setString(const char* elementID, const char* fieldName, const char* data);
483 bool setArray(const char* elementID, const char* fieldName, SkTypedArray array);