Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkTouchGesture.cpp340 fWindowRect = windowRect; in setTransLimit()
354 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans()
355 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans()
356 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans()
357 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()
/external/skqp/src/views/
DSkTouchGesture.cpp340 fWindowRect = windowRect; in setTransLimit()
354 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans()
355 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans()
356 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans()
357 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()
/external/skia/include/views/
DSkTouchGesture.h74 SkRect fContentRect, fWindowRect; variable
/external/skqp/include/views/
DSkTouchGesture.h74 SkRect fContentRect, fWindowRect; variable