Searched defs:filterMatrix (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkDraw.cpp1673 const SkMaskFilter* filter, const SkMatrix* filterMatrix,
1684 SkASSERT(filterMatrix);
1690 if (!as_MFB(filter)->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
1746 const SkMaskFilter* filter, const SkMatrix* filterMatrix,
1750 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
1672 compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, const SkMaskFilter* filter, const SkMatrix* filterMatrix, SkIRect* bounds) argument
1745 DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, const SkMaskFilter* filter, const SkMatrix* filterMatrix, SkMask* mask, SkMask::CreateMode mode, SkStrokeRec::InitStyle style) argument
/external/skqp/src/core/
H A DSkDraw.cpp1646 const SkMaskFilter* filter, const SkMatrix* filterMatrix,
1657 SkASSERT(filterMatrix);
1663 if (!as_MFB(filter)->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
1719 const SkMaskFilter* filter, const SkMatrix* filterMatrix,
1723 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
1645 compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, const SkMaskFilter* filter, const SkMatrix* filterMatrix, SkIRect* bounds) argument
1718 DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, const SkMaskFilter* filter, const SkMatrix* filterMatrix, SkMask* mask, SkMask::CreateMode mode, SkStrokeRec::InitStyle style) argument
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp603 const SkMatrix& filterMatrix() const { return fFilterMatrix; } function in class:GrLightingEffect
1942 lighting.light()->transform(lighting.filterMatrix()));
/external/skqp/src/effects/
H A DSkLightingImageFilter.cpp603 const SkMatrix& filterMatrix() const { return fFilterMatrix; } function in class:GrLightingEffect
1942 lighting.light()->transform(lighting.filterMatrix()));

Completed in 268 milliseconds