Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrFPArgs.h31 class WithPostLocalMatrix; member
71 class GrFPArgs::WithPostLocalMatrix final : public GrFPArgs {
73 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix() function
85 WithPostLocalMatrix(const WithPostLocalMatrix&) = delete;
86 WithPostLocalMatrix& operator=(const WithPostLocalMatrix&) = delete;
/external/skqp/src/core/
DSkMaskFilter.cpp640 return as_MFB(fFilter)->asFragmentProcessor(GrFPArgs::WithPostLocalMatrix(args, fLM)); in onAsFragmentProcessor()