Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp357 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()

Completed in 1 milliseconds