Searched refs:CustomXPFactory (Results 1 – 1 of 1) sorted by relevance
327 class CustomXPFactory : public GrXPFactory { class329 CustomXPFactory(SkXfermode::Mode mode);345 const CustomXPFactory& xpf = xpfBase.cast<CustomXPFactory>(); in onIsEqual()357 CustomXPFactory::CustomXPFactory(SkXfermode::Mode mode) in CustomXPFactory() function in CustomXPFactory361 this->initClassID<CustomXPFactory>(); in CustomXPFactory()364 GrXferProcessor* CustomXPFactory::onCreateXferProcessor(const GrCaps& caps, in onCreateXferProcessor()375 bool CustomXPFactory::onWillReadDstColor(const GrCaps& caps, in onWillReadDstColor()381 void CustomXPFactory::getInvariantBlendedColor(const GrProcOptInfo& colorPOI, in getInvariantBlendedColor()387 GR_DEFINE_XP_FACTORY_TEST(CustomXPFactory);388 const GrXPFactory* CustomXPFactory::TestCreate(GrProcessorTestData* d) { in TestCreate()[all …]