OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWindowRect
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkTouchGesture.h
73
SkRect fContentRect,
fWindowRect
;
/external/skia/src/views/
SkTouchGesture.cpp
336
fWindowRect
= windowRect;
350
fGlobalM.postTranslate(ZERO, std::min(ZERO,
fWindowRect
.fBottom - scaledContent.fTop));
351
fGlobalM.postTranslate(ZERO, std::max(ZERO,
fWindowRect
.fTop - scaledContent.fBottom));
352
fGlobalM.postTranslate(std::min(ZERO,
fWindowRect
.fRight - scaledContent.fLeft), ZERO);
353
fGlobalM.postTranslate(std::max(ZERO,
fWindowRect
.fLeft - scaledContent.fRight), ZERO);
Completed in 216 milliseconds