Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkTouchGesture.cpp337 fWindowRect = windowRect; in setTransLimit()
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()
/external/skia/include/views/
DSkTouchGesture.h71 SkRect fContentRect, fWindowRect; variable