Home
last modified time | relevance | path

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

/external/skia/gpu/src/
DGrTouchGesture.cpp82 fState = kZoom_State; in touchBegin()
153 GrAssert(kZoom_State == fState); in touchMoved()
199 GrAssert(kZoom_State == fState); in touchEnd()
203 GrAssert(kZoom_State == fState); in touchEnd()
/external/skia/src/views/
DSkTouchGesture.cpp175 fState = kZoom_State; in touchBegin()
246 SkASSERT(kZoom_State == fState); in touchMoved()
292 SkASSERT(kZoom_State == fState); in touchEnd()
296 SkASSERT(kZoom_State == fState); in touchEnd()
/external/skia/gpu/include/
DGrTouchGesture.h27 kZoom_State, enumerator
/external/skia/include/views/
DSkTouchGesture.h43 kZoom_State, enumerator