Lines Matching full:xfermode
30 * then objects drawn with that paint have the xfermode applied.
67 If no xfermode is specified, kSrcOver is assumed.
118 * If the xfermode is one of the modes in the Mode enum, then asMode()
125 * The same as calling xfermode->asMode(mode), except that this also checks
126 * if the xfermode is NULL, and if so, treats it as kSrcOver_Mode.
131 * Returns true if the xfermode claims to be the specified Mode. This works
132 * correctly even if the xfermode is NULL (which equates to kSrcOver.) Thus
173 * The same as calling xfermode->supportsCoverageAsAlpha(), except that this also checks if
174 * the xfermode is NULL, and if so, treats it as kSrcOver_Mode.
197 * The same as calling xfermode->isOpaque(...), except that this also checks if
198 * the xfermode is NULL, and if so, treats it as kSrcOver_Mode.
213 The xfermode will return a factory for which the caller will get a ref. It is up