Searched defs:blendmode (Results 1 – 7 of 7) sorted by relevance
27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
30 public static native long nativeCreateBlendModeEffect(long dst, long src, int blendmode); in nativeCreateBlendModeEffect()
22 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
25 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
57 protected static long nativeCreateBlendModeEffect(long dst, long src, int blendmode) { in nativeCreateBlendModeEffect()
547 sk_sp<const GrXferProcessor> GrPorterDuffXPFactory::MakeNoCoverageXP(SkBlendMode blendmode) { in MakeNoCoverageXP()