Searched refs:fParent (Results 1 - 25 of 44) sorted by relevance

12

/external/skia/src/animator/
H A DSkPostParts.cpp23 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;
H A DSkPostParts.h26 SkPost* fParent; member in class:SkDataInput
H A DSkDrawRectangle.cpp39 SkDrawRect::SkDrawRect() : fParent(NULL) {
44 if (fParent)
45 fParent->dirty();
64 return fParent;
91 fParent = parent;
H A DSkDrawPath.cpp37 fParent = NULL;
65 if (fParent)
66 fParent->dirty();
77 return fParent;
161 fParent = parent;
H A DSkDrawRectangle.h33 SkDisplayable* fParent; member in class:SkDrawRect
H A DSkDrawPath.h45 SkDisplayable* fParent; // SkPolyToPoly or SkFromPath, for instance member in class:SkDrawPath
/external/skia/src/svg/parser/
H A DSkSVGGroup.cpp27 return fParent ? fParent->isDef() : false;
39 return fParent ? fParent->isNotDef() : false;
H A DSkSVGElements.cpp24 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;
H A DSkSVGElements.h66 SkSVGElement* fParent; member in class:SkSVGElement
/external/skia/experimental/PdfViewer/inc/
H A DSkPdfTokenLooper.h33 : fParent(NULL)
43 : fParent(parent)
62 SkPdfTokenLooper* fParent; member in class:SkPdfTokenLooper
/external/skia/src/utils/
H A DSkLayer.cpp21 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
[all...]
/external/skia/src/views/
H A DSkView.cpp17 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/gpu/
H A DGrRedBlackTree.h148 Node* fParent; member in struct:GrRedBlackTree::Node
382 x->fParent = NULL;
388 x->fParent = p;
421 p = x->fParent;
429 gp = p->fParent;
494 Node* d = n->fParent;
507 s->fParent = d;
509 n->fParent = s;
512 b->fParent = n;
526 Node* d = n->fParent;
[all...]
/external/icu/icu4c/source/common/
H A Drbbinode.cpp51 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,
H A Drbbisetb.cpp368 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...]
H A Drbbinode.h55 RBBINode *fParent; member in class:RBBINode
H A Drbbiscan.cpp215 operandNode->fParent = orNode;
229 operandNode->fParent = catNode;
288 RHSExprNode->fParent = varRefNode;
351 prevRules->fParent = orNode;
353 thisRule->fParent = orNode;
391 operandNode->fParent = plusNode;
400 operandNode->fParent = qNode;
409 operandNode->fParent = starNode;
625 fNodeStack[fNodeStackPtr]->fParent = n;
705 usetNode->fParent
[all...]
H A Duresbund.cpp95 while(entry->fParent != NULL) {
96 entry = entry->fParent;
117 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
118 resB = resB->fParent;
246 (void*)resB->fParent);
513 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback &&
540 t1->fParent = u2;
541 u2->fParent = t2;
543 t1->fParent = t2;
564 t1->fParent
[all...]
H A Duresimp.h47 UResourceDataEntry *fParent; /*next resource in fallback chain*/ member in struct:UResourceDataEntry
/external/icu/icu4c/source/layout/
H A DLETableReference.h56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) {
61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) {
69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) {
73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) {
89 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent),
95 } else if(offset >= fParent->fLength) {
101 fParent->fLength != LE_UINTPTR_MAX) {
102 fLength = (fParent->fLength) - offset; // decrement length as base address is incremented
105 if(offset+fLength > fParent->fLength) {
127 const LETableReference* getParent() const { return fParent; }
200 const LETableReference *fParent; member in class:LETableReference
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java67 RBBINode fParent; field in class:RBBINode
159 n.fLeftChild.fParent = n;
163 n.fRightChild.fParent = n;
198 fLeftChild.fParent = this;
202 fRightChild.fParent = this;
224 fLeftChild.fParent = this;
236 fRightChild.fParent = this;
277 RBBINode.printInt(n.fParent==null? 0 : n.fParent.fSerialNum, 11);
H A DRBBISetBuilder.java104 RBBINode setRef = usetNode.fParent;
106 RBBINode varRef = setRef.fParent;
378 leafNode.fParent = usetNode;
386 orNode.fLeftChild.fParent = orNode;
387 orNode.fRightChild.fParent = orNode;
389 orNode.fParent = usetNode;
452 RBBINode setRef = usetNode.fParent;
454 RBBINode varRef = setRef.fParent;
493 RBBINode setRef = usetNode.fParent;
495 RBBINode varRef = setRef.fParent;
[all...]
H A DRBBIRuleScanner.java147 operandNode.fParent = orNode;
162 operandNode.fParent = catNode;
226 RHSExprNode.fParent = varRefNode;
281 prevRules.fParent = orNode;
283 thisRule.fParent = orNode;
315 operandNode.fParent = plusNode;
323 operandNode.fParent = qNode;
331 operandNode.fParent = starNode;
539 fNodeStack[fNodeStackPtr].fParent = n;
631 usetNode.fParent
[all...]
/external/skia/include/utils/
H A DSkLayer.h79 SkLayer* getParent() const { return fParent; }
116 SkLayer* fParent; member in class:SkLayer
/external/skia/src/core/
H A DSkMaskGamma.h179 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
181 SkAutoTUnref<const SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS> > fParent; member in class:SkTMaskPreBlend
185 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }

Completed in 610 milliseconds

12