Searched refs:curr_view (Results 1 – 2 of 2) sorted by relevance
634 static SkView* curr_view(SkWindow* wind) { in curr_view() function640 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 …]
20 static SkView* curr_view(SkWindow* wind) { in curr_view() function