Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCode.h117 static bool SetRepeatDraw(SkView*, int count);
DSampleApp.cpp1343 if (SampleView::SetRepeatDraw(child, FPS_REPEAT_COUNT)) { in beforeChild()
1347 (void)SampleView::SetRepeatDraw(child, 1); in beforeChild()
2021 bool SampleView::SetRepeatDraw(SkView* view, int count) { in SetRepeatDraw() function in SampleView