OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGesture
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/viewer/
Viewer.h
96
SkTouchGesture
fGesture
;
Viewer.cpp
617
fGesture
.reset();
635
fGesture
.setTransLimit(SkRect::MakeWH(SkIntToScalar(slideSize.width()),
680
m.preConcat(
fGesture
.localM());
681
m.preConcat(
fGesture
.globalM());
854
fGesture
.touchEnd(castedOwner);
858
fGesture
.touchBegin(castedOwner, touchPoint.fX, touchPoint.fY);
862
fGesture
.touchMoved(castedOwner, touchPoint.fX, touchPoint.fY);
[
all
...]
/external/skia/samplecode/
SampleApp.h
191
SkTouchGesture
fGesture
;
SampleApp.cpp
[
all
...]
Completed in 160 milliseconds