Home | History | Annotate | Download | only in core

Lines Matching refs:looper

627      *  Return the paint's SkDrawLooper (if any). Does not affect the looper's
633 * Set or clear the looper object.
635 * Pass NULL to clear any previous looper.
637 * If a previous looper exists in the paint, its reference count is
638 * decremented. If looper is not NULL, its reference count is
640 * @param looper May be NULL. The new looper to be installed in the paint.
641 * @return looper
643 SkDrawLooper* setLooper(SkDrawLooper* looper);