Home | History | Annotate | Download | only in animator

Lines Matching refs:fieldName

226         @param fieldName specifies the name of the attribute
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
242 @param fieldName specifies the name of the attribute
246 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
258 @param fieldName specifies the name of the attribute
262 const char* getArrayString(const char* elementID, const char* fieldName, int index);
285 @param fieldName is the attribute to return
286 @return the attribute matching the fieldName, or null if the element can't be found
288 const SkMemberInfo* getField(const SkDisplayable* element, const char* fieldName);
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 char* elementID, const char* fieldName);
306 @param fieldName specifies the name of the attribute
309 SkFieldType getFieldType(const char* elementID, const char* fieldName);
337 @param fieldName specifies the name of the attribute
340 int32_t getInt(const char* elementID, const char* fieldName);
351 @param fieldName specifies the name of the attribute
354 SkScalar getScalar(const char* elementID, const char* fieldName);
365 @param fieldName specifies the name of the attribute
368 const char* getString(const char* elementID, const char* fieldName);
382 @param fieldName specifies the name of the attribute
387 bool setArrayInt(const char* elementID, const char* fieldName, const int* array, int count);
391 @param fieldName specifies the name of the attribute
396 bool setArrayString(const char* elementID, const char* fieldName, const char** array, int count);
400 @param fieldName specifies the name of the attribute
404 bool setInt(const char* elementID, const char* fieldName, int32_t data);
408 @param fieldName specifies the name of the attribute
412 bool setScalar(const char* elementID, const char* fieldName, SkScalar data);
416 @param fieldName specifies the name of the attribute
420 bool setString(const char* elementID, const char* fieldName, const char* data);
483 bool setArray(const char* elementID, const char* fieldName, SkTypedArray array);