Home | History | Annotate | Download | only in utils

Lines Matching refs:fParent

21     fParent = NULL;
38 fParent = NULL;
93 SkASSERT(m_children[index]->fParent == this);
103 SkASSERT(child->fParent == NULL);
104 child->fParent = this;
111 if (fParent) {
112 int index = fParent->m_children.find(this);
114 fParent->m_children.remove(index);
115 fParent = NULL;
124 SkASSERT(child->fParent == this);
125 child->fParent = NULL; // in case it has more than one owner
133 while (root->fParent != NULL) {
134 root = root->fParent;
160 while (layer->fParent != NULL) {
161 layer = layer->fParent;