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 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)
    [all...]
  /external/skia/src/utils/
SkLayer.cpp 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)
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 20 fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
125 if (fParent) {
126 fParent->beforeChild(this, canvas);
133 if (fParent) {
134 fParent->afterChild(this, canvas);
170 SkView* parent = view->fParent;
191 } while ((view = view->fParent) != NULL);
202 } while ((view = view->fParent) != NULL);
254 while (focus->fParent)
255 focus = focus->fParent;
    [all...]
  /external/skia/src/views/
SkView.cpp 20 fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
125 if (fParent) {
126 fParent->beforeChild(this, canvas);
133 if (fParent) {
134 fParent->afterChild(this, canvas);
170 SkView* parent = view->fParent;
191 } while ((view = view->fParent) != NULL);
202 } while ((view = view->fParent) != NULL);
254 while (focus->fParent)
255 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 146 Node* fParent;
380 x->fParent = NULL;
386 x->fParent = p;
419 p = x->fParent;
427 gp = p->fParent;
492 Node* d = n->fParent;
505 s->fParent = d;
507 n->fParent = s;
510 b->fParent = n;
524 Node* d = n->fParent;
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 146 Node* fParent;
380 x->fParent = NULL;
386 x->fParent = p;
419 p = x->fParent;
427 gp = p->fParent;
492 Node* d = n->fParent;
505 s->fParent = d;
507 n->fParent = s;
510 b->fParent = n;
524 Node* d = n->fParent;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.cpp 22 fRoot->fParent = NULL;
57 SkASSERT(fLastRestoredNode->fParent == fCurrentState.fNode);
90 n->fParent = fCurrentState.fNode;
112 fCurrentNode = fCurrentNode->fParent;
116 fCurrentNode = fCurrentNode->fParent;
147 tmp = tmp->fParent;
151 ancestor = ancestor->fParent;
  /external/skia/src/core/
SkPictureStateTree.cpp 22 fRoot->fParent = NULL;
57 SkASSERT(fLastRestoredNode->fParent == fCurrentState.fNode);
90 n->fParent = fCurrentState.fNode;
112 fCurrentNode = fCurrentNode->fParent;
116 fCurrentNode = fCurrentNode->fParent;
147 tmp = tmp->fParent;
151 ancestor = ancestor->fParent;

Completed in 1129 milliseconds

1 2 3