Home | History | Annotate | Download | only in core

Lines Matching refs:xfermode

527     /** Get the paint's xfermode object.
529 The xfermode's reference count is not affected.
530 @return the paint's xfermode (or NULL)
534 /** Set or clear the xfermode object.
536 Pass NULL to clear any previous xfermode.
538 If a previous xfermode exists, its reference count is decremented.
539 If xfermode is not NULL, its reference count is incremented.
540 @param xfermode May be NULL. The new xfermode to be installed in the
542 @return xfermode
544 SkXfermode* setXfermode(SkXfermode* xfermode);
546 /** Create an xfermode based on the specified Mode, and assign it into the
548 the paint's xfermode is set to null.
899 // returns true if the paint's settings (e.g. xfermode + alpha) resolve to