Home
last modified time | relevance | path

Searched refs:shaderMatrix (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DPathTessellator.h79 const SkMatrix& shaderMatrix,
89 const SkMatrix& shaderMatrix, in prepare()
95 this->writePatches(patchWriter, maxTessellationSegments, shaderMatrix, pathDrawList); in prepare()
87 prepare(GrMeshDrawTarget* target, int maxTessellationSegments, const SkMatrix& shaderMatrix, const PathDrawList& pathDrawList, int totalCombinedPathVerbCnt, bool willUseTessellationShaders) prepare() argument
H A DStrokeHardwareTessellator.h24 const SkMatrix& shaderMatrix,
H A DStrokeFixedCountTessellator.h27 const SkMatrix& shaderMatrix,
H A DPathCurveTessellator.cpp38 const SkMatrix& shaderMatrix, in writePatches()
49 wangs_formula::VectorXform totalXform(SkMatrix::Concat(shaderMatrix, pathMatrix)); in writePatches()
36 writePatches(PatchWriter& patchWriter, int maxTessellationSegments, const SkMatrix& shaderMatrix, const PathDrawList& pathDrawList) writePatches() argument
H A DPathWedgeTessellator.h36 const SkMatrix& shaderMatrix,
H A DStrokeHardwareTessellator.cpp700 const SkMatrix& shaderMatrix, in prepare()
712 shaderMatrix, in prepare()
756 patchWriter.writeCaps(p[-1], shaderMatrix, stroke); in prepare()
762 patchWriter.writeClose(p[0], shaderMatrix, stroke); in prepare()
884 patchWriter.writeCaps(p[path.countPoints() - 1], shaderMatrix, stroke); in prepare()
699 prepare(GrMeshDrawTarget* target, const SkMatrix& shaderMatrix, std::array<float,2> matrixMinMaxScales, PathStrokeList* pathStrokeList, int totalCombinedVerbCnt) prepare() argument
H A DPathCurveTessellator.h34 const SkMatrix& shaderMatrix,
H A DStrokeFixedCountTessellator.cpp240 const SkMatrix& shaderMatrix, in prepare()
256 shaderMatrix, in prepare()
292 StrokeIterator strokeIter(pathStroke->fPath, &pathStroke->fStroke, &shaderMatrix); in prepare()
239 prepare(GrMeshDrawTarget* target, const SkMatrix& shaderMatrix, std::array<float,2> matrixMinMaxScales, PathStrokeList* pathStrokeList, int totalCombinedVerbCnt) prepare() argument
H A DPathWedgeTessellator.cpp137 const SkMatrix& shaderMatrix, in writePatches()
148 wangs_formula::VectorXform totalXform(SkMatrix::Concat(shaderMatrix, pathMatrix)); in writePatches()
135 writePatches(PatchWriter& patchWriter, int maxTessellationSegments, const SkMatrix& shaderMatrix, const PathDrawList& pathDrawList) writePatches() argument
H A DStrokeTessellator.h40 const SkMatrix& shaderMatrix,
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.cpp140 const SkMatrix& shaderMatrix = SkMatrix::I(); in prePreparePrograms() local
155 shaderMatrix, in prePreparePrograms()
168 shaderMatrix, in prePreparePrograms()
/third_party/skia/samplecode/
H A DSamplePathTessellators.cpp83 const SkMatrix& shaderMatrix = SkMatrix::I(); variable
118 shaderMatrix,
153 shaderMatrix,
/third_party/skia/modules/skottie/src/effects/
H A DFractalNoiseEffect.cpp428 SkMatrix shaderMatrix() const { in shaderMatrix() function in skottie::internal::__anon18551::final
480 n->setMatrix(this->shaderMatrix());

Completed in 8 milliseconds