OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrTouchGesture
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrTouchGesture.cpp
1
#include "
GrTouchGesture
.h"
19
GrTouchGesture
::
GrTouchGesture
() {
23
GrTouchGesture
::~
GrTouchGesture
() {
26
void
GrTouchGesture
::reset() {
36
void
GrTouchGesture
::flushLocalM() {
41
const SkMatrix&
GrTouchGesture
::localM() {
50
void
GrTouchGesture
::appendNewRec(void* owner, float x, float y) {
58
void
GrTouchGesture
::touchBegin(void* owner, float x, float y)
[
all
...]
/external/skia/gpu/include/
GrTouchGesture.h
10
class
GrTouchGesture
{
12
GrTouchGesture
();
13
~
GrTouchGesture
();
Completed in 137 milliseconds