Home | History | Annotate | Download | only in animator

Lines Matching full:fieldname

233         @param fieldName specifies the name of the attribute  
237 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
249 @param fieldName specifies the name of the attribute
253 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
265 @param fieldName specifies the name of the attribute
269 const char* getArrayString(const char* elementID, const char* fieldName, int index);
292 @param fieldName is the attribute to return
293 @return the attribute matching the fieldName, or null if the element can't be found
295 const SkMemberInfo* getField(const SkDisplayable* element, const char* fieldName);
299 @param fieldName is the attribute to return
300 @return the attribute matching the fieldName, or null if the element can't be found
302 const SkMemberInfo* getField(const char* elementID, const char* fieldName);
313 @param fieldName specifies the name of the attribute
316 SkFieldType getFieldType(const char* elementID, const char* fieldName);
344 @param fieldName specifies the name of the attribute
347 int32_t getInt(const char* elementID, const char* fieldName);
358 @param fieldName specifies the name of the attribute
361 SkScalar getScalar(const char* elementID, const char* fieldName);
372 fieldName specifies the name of the attribute
375 const char* getString(const char* elementID, const char* fieldName);
389 @param fieldName specifies the name of the attribute
394 bool setArrayInt(const char* elementID, const char* fieldName, const int* array, int count);
398 @param fieldName specifies the name of the attribute
403 bool setArrayString(const char* elementID, const char* fieldName, const char** array, int count);
407 @param fieldName specifies the name of the attribute
411 bool setInt(const char* elementID, const char* fieldName, int32_t data);
415 @param fieldName specifies the name of the attribute
419 bool setScalar(const char* elementID, const char* fieldName, SkScalar data);
423 @param fieldName specifies the name of the attribute
427 bool setString(const char* elementID, const char* fieldName, const char* data);
490 bool setArray(const char* elementID, const char* fieldName, SkTypedArray array);