Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp609 static SkView* curr_view(SkWindow* wind) { in curr_view() function
615 SkView* view = curr_view(wind); in curr_title()
627 SkView* view = curr_view(this); in sendAnimatePulse()
1478 (void)SampleView::SetUsePipe(curr_view(this), fPipeState); in onEvent()
1502 if (SampleView::IsSampleView(curr_view(this))) { in onEvent()
1503 ((SampleView*)curr_view(this))->onTileSizeChanged(this->tileSize()); in onEvent()
1542 return curr_view(this)->doQuery(&evt); in onQuery()
1555 SkView* view = curr_view(this); in onHandleChar()
1608 post_event_to_sink(SkNEW_ARGS(SkEvent, ("PictFileView::toggleBBox")), curr_view(this)); in onHandleChar()
1632 curr_view(this)); in onHandleChar()
[all …]
/external/skia/tools/
DiOSShell.cpp20 static SkView* curr_view(SkWindow* wind) { in curr_view() function