Home
last modified time | relevance | path

Searched refs:fLocalM (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/core/
H A DSkLocalMatrixImageFilter.cpp33 , fLocalM(localM) { in SkLocalMatrixImageFilter()
45 buffer.writeMatrix(fLocalM); in flatten()
51 newMapping.concatLocal(fLocalM); in onFilterImage()
58 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(ctm, fLocalM), dir, inputRect); in onFilterBounds()
65 if (!fLocalM.invert(&localInv)) { in computeFastBounds()
70 return fLocalM.mapRect(this->getInput(0)->computeFastBounds(localBounds)); in computeFastBounds()
H A DSkEffectPriv.h27 const SkMatrix* fLocalM; // may be nullptr member
H A DSkLocalMatrixImageFilter.h37 SkMatrix fLocalM; member in SkLocalMatrixImageFilter
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp115 fLocalM.reset(); in resetTouchState()
127 fGlobalM.postConcat(fLocalM); in flushLocalM()
128 fLocalM.reset(); in flushLocalM()
133 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()
137 return fLocalM; in localM()
197 fLocalM.setTranslate(-startX, -startY); in updateZoom()
198 fLocalM.postScale(scale, scale); in updateZoom()
199 fLocalM.postTranslate(lastX, lastY); in updateZoom()
242 fLocalM.setTranslate(dx, dy); in touchMoved()
331 fLocalM in handleDblTap()
[all...]
H A DTouchGesture.h57 SkMatrix fLocalM, fGlobalM, fPreTouchM; member in TouchGesture
/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.cpp70 if (rec.fLocalM) { in onAppendStages()
71 lm.writable()->preConcat(*rec.fLocalM); in onAppendStages()
75 newRec.fLocalM = lm; in onAppendStages()
152 rec.fLocalM,
H A DSkComposeShader.cpp28 if (fLocalM) { in LocalMatrixStageRec()
29 fStorage.setConcat(lm, *fLocalM); in LocalMatrixStageRec()
30 fLocalM = fStorage.isIdentity() ? nullptr : &fStorage; in LocalMatrixStageRec()
32 fLocalM = &lm; in LocalMatrixStageRec()
H A DSkPictureShader.cpp281 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages()
291 localRec.fLocalM = lm->isIdentity() ? nullptr : lm.get(); in onAppendStages()
H A DSkShader.cpp177 ContextRec cr(*opaquePaint, rec.fMatrixProvider.localToDevice(), rec.fLocalM, rec.fDstColorType, in onAppendStages()
H A DSkImageShader.cpp400 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in doStages()
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp284 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in onAppendStages()

Completed in 8 milliseconds