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

1 2 3

  /external/skia/legacy/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;
SkDrawPath.h 45 SkDisplayable* fParent; // SkPolyToPoly or SkFromPath, for instance
  /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/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/legacy/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 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/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 20 fParent = NULL;
40 fParent = NULL;
77 SkASSERT(m_children[index]->fParent == this);
87 SkASSERT(child->fParent == NULL);
88 child->fParent = this;
95 if (fParent) {
96 int index = fParent->m_children.find(this);
98 fParent->m_children.remove(index);
99 fParent = NULL;
108 SkASSERT(child->fParent == this)
    [all...]
  /external/skia/legacy/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 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/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,
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/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/include/utils/
SkLayer.h 79 SkLayer* getParent() const { return fParent; }
116 SkLayer* fParent;
  /external/skia/legacy/include/utils/
SkLayer.h 77 SkLayer* getParent() const { return fParent; }
114 SkLayer* fParent;
  /external/skia/src/core/
SkPictureStateTree.cpp 21 fRoot->fParent = NULL;
76 n->fParent = fCurrentState.fNode;
98 fCurrentNode = fCurrentNode->fParent;
102 fCurrentNode = fCurrentNode->fParent;
133 tmp = tmp->fParent;
137 ancestor = ancestor->fParent;
SkMaskGamma.h 168 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
170 SkAutoTUnref<const SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> > fParent;
174 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
181 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }

Completed in 533 milliseconds

1 2 3