Searched refs:scaledContent (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.cpp | 360 SkRect scaledContent = fContentRect; in limitTrans() local 361 fPreTouchM.mapRect(&scaledContent); in limitTrans() 362 fGlobalM.mapRect(&scaledContent); in limitTrans() 365 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans() 366 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans() 367 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans() 368 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 357 SkRect scaledContent = fContentRect; in limitTrans() local 358 fPreTouchM.mapRect(&scaledContent); in limitTrans() 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()
|