Home
last modified time | relevance | path

Searched refs:fInvLocalMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkLocalMatrixImageFilter.h45 , fInvLocalMatrix{invLocalMatrix} {}
67 SkMatrix fInvLocalMatrix; variable
H A DSkLocalMatrixImageFilter.cpp90 SkRect localBounds = fInvLocalMatrix.mapRect(bounds); in computeFastBounds()