Home
last modified time | relevance | path

Searched refs:WithPostLocalMatrix (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrFPArgs.h31 class WithPostLocalMatrix; member
74 class GrFPArgs::WithPostLocalMatrix final : public GrFPArgs {
76 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix() function
88 WithPostLocalMatrix(const WithPostLocalMatrix&) = delete;
89 WithPostLocalMatrix& operator=(const WithPostLocalMatrix&) = delete;
/third_party/flutter/skia/src/core/
DSkMaskFilter.cpp640 return as_MFB(fFilter)->asFragmentProcessor(GrFPArgs::WithPostLocalMatrix(args, fLM)); in onAsFragmentProcessor()