Home
last modified time | relevance | path

Searched defs:layerMatrix (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkImageFilterTypes.h35 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context()
50 const SkMatrix& layerMatrix() const { return fLayerMatrix; } in layerMatrix() function
104 Context withNewLayerMatrix(const SkMatrix& layerMatrix) const { in withNewLayerMatrix()
/third_party/skia/src/core/
DSkImageFilterTypes.h462 const SkMatrix& layerMatrix() const { return fParamToLayerMatrix; } in layerMatrix() function
579 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context()