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