HomeSort by relevance Sort by last modified time
    Searched refs:SkTouchGesture (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 30 class SkTouchGesture {
32 SkTouchGesture();
33 ~SkTouchGesture();
  /external/skia/include/views/
SkTouchGesture.h 30 class SkTouchGesture {
32 SkTouchGesture();
33 ~SkTouchGesture();
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 11 #include "SkTouchGesture.h"
105 SkTouchGesture::SkTouchGesture() {
109 SkTouchGesture::~SkTouchGesture() {
112 void SkTouchGesture::reset() {
122 void SkTouchGesture::flushLocalM() {
127 const SkMatrix& SkTouchGesture::localM() {
136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) {
144 void SkTouchGesture::touchBegin(void* owner, float x, float y)
    [all...]
  /external/skia/src/views/
SkTouchGesture.cpp 11 #include "SkTouchGesture.h"
105 SkTouchGesture::SkTouchGesture() {
109 SkTouchGesture::~SkTouchGesture() {
112 void SkTouchGesture::reset() {
122 void SkTouchGesture::flushLocalM() {
127 const SkMatrix& SkTouchGesture::localM() {
136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) {
144 void SkTouchGesture::touchBegin(void* owner, float x, float y)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.h 17 #include "SkTouchGesture.h"
167 SkTouchGesture fGesture;
  /external/skia/samplecode/
SampleApp.h 17 #include "SkTouchGesture.h"
167 SkTouchGesture fGesture;

Completed in 243 milliseconds