Searched refs:asXPFactory (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkXfermode_proccoeff.h43 virtual bool asXPFactory(GrXPFactory**) const override;
H A DSkXfermode.cpp674 bool SkXfermode::asXPFactory(GrXPFactory**) const { function in class:SkXfermode
689 return xfermode->asXPFactory(xpf);
951 bool SkProcCoeffXfermode::asXPFactory(GrXPFactory** xp) const { function in class:SkProcCoeffXfermode
/external/skia/include/core/
H A DSkXfermode.h220 virtual bool asXPFactory(GrXPFactory** xpf) const;
223 This helper calls the asXPFactory() virtual. If the xfermode is NULL, it is treated as
/external/skia/src/effects/
H A DSkArithmeticMode.cpp36 bool asXPFactory(GrXPFactory**) const override;
250 bool SkArithmeticMode_scalar::asXPFactory(GrXPFactory** xpf) const { function in class:SkArithmeticMode_scalar

Completed in 86 milliseconds