Home
last modified time | relevance | path

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

/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()