Home | History | Annotate | Download | only in core

Lines Matching refs:ref

35  * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first
91 * Resets the path ref to a new verb and point count. The new verbs and points are
99 * Gets the path ref that is wrapped in the Editor.
145 * Gets a path ref with no verbs or points.
231 * Transforms a path ref by a matrix, allocating a new one only if necessary.
240 * Rollsback a path ref to zero verbs and points with the assumption that the path ref will be
241 * repopulated with approximately the same number of verbs and points. A new path ref is created
286 bool operator== (const SkPathRef& ref) const;
301 * Gets an ID that uniquely identifies the contents of the path ref. If two path refs have the
344 void copy(const SkPathRef& ref, int additionalReserveVerbs, int additionalReservePoints);
347 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) {
348 return bounds->setBoundsCheck(ref.points(), ref.countPoints());
377 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
431 * Ensures that the free space available in the path ref is >= size. The verb and point counts
526 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs.