Home
last modified time | relevance | path

Searched refs:WithPreLocalMatrix (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrFPArgs.h27 class WithPreLocalMatrix; member
43 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {
45 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() function
57 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;
58 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;
/third_party/flutter/skia/src/gpu/
DGrFPArgs.h30 class WithPreLocalMatrix; member
52 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {
54 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() function
66 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;
67 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;
/third_party/flutter/skia/src/shaders/
DSkComposeShader.cpp224 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
236 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
244 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
DSkLocalMatrixShader.cpp19 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp22 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()
189 GrFPArgs::WithPreLocalMatrix(args.withNewMatrixProvider(ctmProvider), in asFragmentProcessor()
DSkComposeShader.cpp168 GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()