Home | History | Annotate | Download | only in samplecode

Lines Matching defs:fPrev

34         fPrev = prev;
35 fPrev->setClipToBounds(false);
36 fPrev->setVisibleP(true);
37 (void)SampleView::SetUsePipe(fPrev, SkOSMenu::kOffState);
38 //Not calling unref because fPrev is assumed to have been created, so
40 this->attachChildToBack(fPrev);
80 SkView* prev = fPrev;
83 fPrev->detachFromParent();
84 fPrev = (SkView*)SkEventSink::FindSink(evt.getFast32());
85 (void)SampleView::SetUsePipe(fPrev, SkOSMenu::kOffState);
86 //attach the new fPrev and call unref to balance the ref in onDraw
87 this->attachChildToBack(fPrev)->unref();
113 if (is_overview(fNext) || is_overview(fPrev)) {
122 fPrev->setLocX(values[kPrevX]);
123 fPrev->setLocY(values[kPrevY]);
138 fPrev->setSize(this->width(), this->height());
156 if (is_transition(fPrev))
174 SkView* fPrev;