HomeSort by relevance Sort by last modified time
    Searched refs:fParent (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/animator/
SkPostParts.cpp 23 SkDataInput::SkDataInput() : fParent(NULL) {}
29 fParent->fEvent.setS32(dataName, fInt);
31 fParent->fEvent.setScalar(dataName, fFloat);
33 fParent->fEvent.setString(dataName, string);
40 fParent->dirty();
44 return fParent;
50 fParent = (SkPost*) displayable;
SkPostParts.h 26 SkPost* fParent;
SkDrawRectangle.cpp 39 SkDrawRect::SkDrawRect() : fParent(NULL) {
44 if (fParent)
45 fParent->dirty();
64 return fParent;
91 fParent = parent;
SkDrawRectangle.h 33 SkDisplayable* fParent;
SkDrawPath.cpp 37 fParent = NULL;
65 if (fParent)
66 fParent->dirty();
77 return fParent;
161 fParent = parent;
  /external/skia/src/animator/
SkPostParts.cpp 23 SkDataInput::SkDataInput() : fParent(NULL) {}
29 fParent->fEvent.setS32(dataName, fInt);
31 fParent->fEvent.setScalar(dataName, fFloat);
33 fParent->fEvent.setString(dataName, string);
40 fParent->dirty();
44 return fParent;
50 fParent = (SkPost*) displayable;
SkPostParts.h 26 SkPost* fParent;
SkDrawRectangle.cpp 39 SkDrawRect::SkDrawRect() : fParent(NULL) {
44 if (fParent)
45 fParent->dirty();
64 return fParent;
91 fParent = parent;
SkDrawRectangle.h 33 SkDisplayable* fParent;
SkDrawPath.cpp 37 fParent = NULL;
65 if (fParent)
66 fParent->dirty();
77 return fParent;
161 fParent = parent;
  /external/chromium_org/third_party/skia/src/svg/
SkSVGGroup.cpp 27 return fParent ? fParent->isDef() : false;
39 return fParent ? fParent->isNotDef() : false;
SkSVGElements.cpp 24 SkSVGElement::SkSVGElement() : fParent(NULL), fIsDef(false), fIsNotDef(true) {
35 SkSVGElement* parent = fParent;
39 parent = parent->fParent;
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
57 return isGroupParent() == false ? fParent->isNotDef() : fIsNotDef;
  /external/skia/src/svg/
SkSVGGroup.cpp 27 return fParent ? fParent->isDef() : false;
39 return fParent ? fParent->isNotDef() : false;
SkSVGElements.cpp 24 SkSVGElement::SkSVGElement() : fParent(NULL), fIsDef(false), fIsNotDef(true) {
35 SkSVGElement* parent = fParent;
39 parent = parent->fParent;
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
57 return isGroupParent() == false ? fParent->isNotDef() : fIsNotDef;
  /external/chromium_org/third_party/skia/src/utils/
SkLayer.cpp 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)
    [all...]
  /external/skia/src/utils/
SkLayer.cpp 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)
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 17 fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
122 if (fParent) {
123 fParent->beforeChild(this, canvas);
130 if (fParent) {
131 fParent->afterChild(this, canvas);
167 SkView* parent = view->fParent;
188 } while ((view = view->fParent) != NULL);
199 } while ((view = view->fParent) != NULL);
251 while (focus->fParent)
252 focus = focus->fParent;
    [all...]
  /external/skia/src/views/
SkView.cpp 17 fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
122 if (fParent) {
123 fParent->beforeChild(this, canvas);
130 if (fParent) {
131 fParent->afterChild(this, canvas);
167 SkView* parent = view->fParent;
188 } while ((view = view->fParent) != NULL);
199 } while ((view = view->fParent) != NULL);
251 while (focus->fParent)
252 focus = focus->fParent;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbinode.cpp 51 fParent = NULL;
79 fParent = NULL;
156 n->fLeftChild->fParent = n;
160 n->fRightChild->fParent = n;
196 fLeftChild->fParent = this;
200 fRightChild->fParent = this;
223 fLeftChild->fParent = this;
236 fRightChild->fParent = this;
299 (void *)this, nodeTypeNames[fType], (void *)fParent, (void *)fLeftChild, (void *)fRightChild,
rbbisetb.cpp 368 leafNode->fParent = usetNode;
380 orNode->fLeftChild->fParent = orNode;
381 orNode->fRightChild->fParent = orNode;
383 orNode->fParent = usetNode;
446 RBBINode *setRef = usetNode->fParent;
448 RBBINode *varRef = setRef->fParent;
486 RBBINode *setRef = usetNode->fParent;
488 RBBINode *varRef = setRef->fParent;
537 setRef = usetNode->fParent;
539 varRef = setRef->fParent;
    [all...]
  /external/icu4c/common/
rbbinode.cpp 51 fParent = NULL;
79 fParent = NULL;
156 n->fLeftChild->fParent = n;
160 n->fRightChild->fParent = n;
196 fLeftChild->fParent = this;
200 fRightChild->fParent = this;
223 fLeftChild->fParent = this;
236 fRightChild->fParent = this;
299 (void *)this, nodeTypeNames[fType], (void *)fParent, (void *)fLeftChild, (void *)fRightChild,
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 144 Node* fParent;
378 x->fParent = NULL;
384 x->fParent = p;
417 p = x->fParent;
425 gp = p->fParent;
490 Node* d = n->fParent;
503 s->fParent = d;
505 n->fParent = s;
508 b->fParent = n;
522 Node* d = n->fParent;
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 144 Node* fParent;
378 x->fParent = NULL;
384 x->fParent = p;
417 p = x->fParent;
425 gp = p->fParent;
490 Node* d = n->fParent;
503 s->fParent = d;
505 n->fParent = s;
508 b->fParent = n;
522 Node* d = n->fParent;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.cpp 17 fRoot.fParent = NULL;
52 SkASSERT(fLastRestoredNode->fParent == fCurrentState.fNode);
85 n->fParent = fCurrentState.fNode;
107 fCurrentNode = fCurrentNode->fParent;
111 fCurrentNode = fCurrentNode->fParent;
142 tmp = tmp->fParent;
146 ancestor = ancestor->fParent;
  /external/skia/src/core/
SkPictureStateTree.cpp 17 fRoot.fParent = NULL;
52 SkASSERT(fLastRestoredNode->fParent == fCurrentState.fNode);
85 n->fParent = fCurrentState.fNode;
107 fCurrentNode = fCurrentNode->fParent;
111 fCurrentNode = fCurrentNode->fParent;
142 tmp = tmp->fParent;
146 ancestor = ancestor->fParent;

Completed in 2252 milliseconds

1 2 3