Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DViewer.h114 SkPoint mapEvent(float x, float y);
DViewer.cpp1320 SkPoint Viewer::mapEvent(float x, float y) { in mapEvent() function in Viewer
1334 const auto slidePt = this->mapEvent(x, y); in onTouch()
1382 const auto slidePt = this->mapEvent(x, y); in onMouse()
/external/skqp/tools/viewer/
DViewer.h114 SkPoint mapEvent(float x, float y);
DViewer.cpp1258 SkPoint Viewer::mapEvent(float x, float y) { in mapEvent() function in Viewer
1272 const auto slidePt = this->mapEvent(x, y); in onTouch()
1320 const auto slidePt = this->mapEvent(x, y); in onMouse()