Home
last modified time | relevance | path

Searched refs:WithPreLocalMatrix (Results 1 – 3 of 3) 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/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()