Home
last modified time | relevance | path

Searched refs:curr_view (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleApp.cpp634 static SkView* curr_view(SkWindow* wind) { in curr_view() function
640 SkView* view = curr_view(wind); in curr_title()
652 SkView* view = curr_view(this); in sendAnimatePulse()
1753 if (SampleView::IsSampleView(curr_view(this))) { in onEvent()
1754 ((SampleView*)curr_view(this))->onTileSizeChanged(this->tileSize()); in onEvent()
1793 return curr_view(this)->doQuery(&evt); in onQuery()
1806 SkView* view = curr_view(this); in onHandleChar()
1863 post_event_to_sink(new SkEvent("PictFileView::toggleBBox"), curr_view(this)); in onHandleChar()
1891 curr_view(this)); in onHandleChar()
2018 SkView* view = curr_view(this); in onHandleKey()
[all …]
/external/skia/tools/
DiOSShell.cpp20 static SkView* curr_view(SkWindow* wind) { in curr_view() function