Searched refs:fLocalM (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkLocalMatrixImageFilter.cpp | 33 , 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 D | SkEffectPriv.h | 27 const SkMatrix* fLocalM; // may be nullptr member
|
H A D | SkLocalMatrixImageFilter.h | 37 SkMatrix fLocalM; member in SkLocalMatrixImageFilter
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 115 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 D | TouchGesture.h | 57 SkMatrix fLocalM, fGlobalM, fPreTouchM; member in TouchGesture
|
/third_party/skia/src/shaders/ |
H A D | SkLocalMatrixShader.cpp | 70 if (rec.fLocalM) { in onAppendStages() 71 lm.writable()->preConcat(*rec.fLocalM); in onAppendStages() 75 newRec.fLocalM = lm; in onAppendStages() 152 rec.fLocalM,
|
H A D | SkComposeShader.cpp | 28 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 D | SkPictureShader.cpp | 281 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages() 291 localRec.fLocalM = lm->isIdentity() ? nullptr : lm.get(); in onAppendStages()
|
H A D | SkShader.cpp | 177 ContextRec cr(*opaquePaint, rec.fMatrixProvider.localToDevice(), rec.fLocalM, rec.fDstColorType, in onAppendStages()
|
H A D | SkImageShader.cpp | 400 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in doStages()
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkGradientShader.cpp | 284 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in onAppendStages()
|
Completed in 8 milliseconds