Lines Matching full:verb
25 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the
26 * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first
27 * logical verb or the last verb in memory).
70 * Adds the verb and allocates space for the number of points indicated by the verb. The
71 * return value is a pointer to where the points for the verb should be written.
73 SkPoint* growForVerb(SkPath::Verb verb) {
75 return fPathRef->growForVerb(verb);
87 * points. verbs will point one beyond the first new verb (index it using [~<i>]). pts points
104 * Resets the path ref to a new verb and point count. The new verbs and points are
216 * Returns a pointer one beyond the first logical verb (last verb in memory order).
221 * Returns a const pointer to the first verb in memory (which is the last logical verb).
239 * Convenience methods for getting to a verb or point by index.
387 * Increases the verb count by newVerbs and the point count be newPoints. New verbs and points
401 * Increases the verb count 1, records the new verb, and creates room for the requisite number
405 SkPoint* growForVerb(SkPath::Verb verb) {
408 switch (verb) {
435 this->fVerbs[~fVerbCnt] = verb;
445 * Ensures that the free space available in the path ref is >= size. The verb and point counts