Lines Matching full:named
79 /** Return true if the event contains the named 32bit field, and return the field
80 in value (if value is non-null). If there is no matching named field, return false
84 /** Return true if the event contains the named SkScalar field, and return the field
85 in value (if value is non-null). If there is no matching named field, return false
89 /** Return true if the event contains the named SkScalar field, and return the fields
91 If there is no matching named field, return false and ignore the value and count parameters.
94 /** Return the value of the named string field, or if no matching named field exists, return null.
97 /** Return true if the event contains the named pointer field, and return the field
98 in value (if value is non-null). If there is no matching named field, return false
104 /** Returns true if ethe event contains the named 32bit field, and if it equals the specified value */
106 /** Returns true if ethe event contains the named SkScalar field, and if it equals the specified value */
108 /** Returns true if ethe event contains the named string field, and if it equals (using strcmp) the specified value */
110 /** Returns true if ethe event contains the named pointer field, and if it equals the specified value */
114 /** Add/replace the named 32bit field to the event. In XML use the subelement <data name=... s32=... /> */
116 /** Add/replace the named SkScalar field to the event. In XML use the subelement <data name=... scalar=... /> */
118 /** Add/replace the named SkScalar[] field to the event. */
120 /** Add/replace the named string field to the event. In XML use the subelement <data name=... string=... */
122 /** Add/replace the named string field to the event. In XML use the subelement <data name=... string=... */
124 /** Add/replace the named pointer field to the event. There is no XML equivalent for this call */