Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp348 fWindowRect = windowRect; in setTransLimit()
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()
H A DTouchGesture.h84 SkRect fContentRect, fWindowRect; member in TouchGesture

Completed in 2 milliseconds