Home | History | Annotate | Download | only in core

Lines Matching full:xfermode

494     /** Get the paint's xfermode object.
496 The xfermode's reference count is not affected.
497 @return the paint's xfermode (or NULL)
501 /** Set or clear the xfermode object.
503 Pass NULL to clear any previous xfermode.
505 If a previous xfermode exists, its reference count is decremented.
506 If xfermode is not NULL, its reference count is incremented.
507 @param xfermode May be NULL. The new xfermode to be installed in the
509 @return xfermode
511 SkXfermode* setXfermode(SkXfermode* xfermode);
513 /** Create an xfermode based on the specified Mode, and assign it into the
515 the paint's xfermode is set to null.