Home | History | Annotate | Download | only in utils

Lines Matching refs:fParent

23     fParent = NULL;
40 fParent = NULL;
95 SkASSERT(m_children[index]->fParent == this);
105 SkASSERT(child->fParent == NULL);
106 child->fParent = this;
113 if (fParent) {
114 int index = fParent->m_children.find(this);
116 fParent->m_children.remove(index);
117 fParent = NULL;
126 SkASSERT(child->fParent == this);
127 child->fParent = NULL; // in case it has more than one owner
135 while (root->fParent != NULL) {
136 root = root->fParent;
162 while (layer->fParent != NULL) {
163 layer = layer->fParent;