Lines Matching refs:view
29 SkView* view = this->createView(dom, child);
30 if (view)
32 this->rInflate(dom, child, view);
33 parent->attachChildToFront(view)->unref();
53 void SkViewInflate::inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node)
55 // called after all of view's children have been instantiated.
58 view->inflate(dom, node);
112 SkView* view;
113 return fIDs.find(id, &view) ? view : NULL;
118 if (!strcmp(dom.getName(node), "view"))
123 void SkViewInflate::addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str)
127 pair->fView = view;