Searched refs:WithPostLocalMatrix (Results 1 – 2 of 2) sorted by relevance
31 class WithPostLocalMatrix; member71 class GrFPArgs::WithPostLocalMatrix final : public GrFPArgs {73 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix() function85 WithPostLocalMatrix(const WithPostLocalMatrix&) = delete;86 WithPostLocalMatrix& operator=(const WithPostLocalMatrix&) = delete;
640 return as_MFB(fFilter)->asFragmentProcessor(GrFPArgs::WithPostLocalMatrix(args, fLM)); in onAsFragmentProcessor()