Searched refs:fLocalM (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 115 fLocalM.reset(); in reset() 123 fGlobalM.postConcat(fLocalM); in flushLocalM() 124 fLocalM.reset(); in flushLocalM() 129 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM() 133 return fLocalM; in localM() 238 fLocalM.setTranslate(dx, dy); in touchMoved() 248 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), in touchMoved() 250 fLocalM.postScale(scale, scale); in touchMoved() 251 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), in touchMoved() 318 fLocalM.reset(); in handleDblTap()
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 26 : INHERITED(1, &input), fLocalM(localM) in SkLocalMatrixImageFilter() 38 buffer.writeMatrix(fLocalM); in flatten() 44 Context localCtx(SkMatrix::Concat(ctx.ctm(), fLocalM), ctx.clipBounds(), ctx.cache()); in onFilterImageDeprecated() 50 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), dst, direction); in onFilterBounds()
|
D | SkLocalMatrixImageFilter.h | 36 SkMatrix fLocalM; variable
|
/external/skia/include/views/ |
D | SkTouchGesture.h | 63 SkMatrix fLocalM, fGlobalM; variable
|