Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkTouchGesture.cpp345 SkRect scaledContent = fContentRect; in limitTrans() local
346 fGlobalM.mapRect(&scaledContent); in limitTrans()
349 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans()
350 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans()
351 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans()
352 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()