Searched refs:fGlobalM (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 122 fGlobalM.reset(); in reset() 127 fGlobalM.postConcat(fLocalM); in flushLocalM() 332 fGlobalM.reset(); in handleDblTap() 359 fGlobalM.mapRect(&scaledContent); in limitTrans() 362 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans() 363 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans() 364 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans() 365 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()
|
H A D | TouchGesture.h | 35 const SkMatrix& globalM() const { return fGlobalM; } in globalM() 57 SkMatrix fLocalM, fGlobalM, fPreTouchM; member in TouchGesture
|
Completed in 2 milliseconds