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

123

/external/skia/src/animator/
H A DSkPostParts.cpp23 SkDataInput::SkDataInput() : fParent(nullptr) {}
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(nullptr) {
44 if (fParent)
45 fParent->dirty();
64 return fParent;
91 fParent = parent;
H A DSkDrawPath.cpp37 fParent = nullptr;
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(nullptr), 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/src/utils/
H A DSkLayer.cpp21 fParent = nullptr;
38 fParent = nullptr;
93 SkASSERT(m_children[index]->fParent == this);
103 SkASSERT(child->fParent == nullptr);
104 child->fParent = this;
111 if (fParent) {
112 int index = fParent->m_children.find(this);
114 fParent->m_children.remove(index);
115 fParent = nullptr;
124 SkASSERT(child->fParent
[all...]
/external/skia/src/views/
H A DSkView.cpp21 fParent = fFirstChild = fNextSibling = fPrevSibling = nullptr;
112 if (fParent) {
113 fParent->beforeChild(this, canvas);
120 if (fParent) {
121 fParent->afterChild(this, canvas);
157 SkView* parent = view->fParent;
178 } while ((view = view->fParent) != nullptr);
189 } while ((view = view->fParent) != nullptr);
236 while (focus->fParent) {
237 focus = focus->fParent;
[all...]
/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/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java68 RBBINode fParent; field in class:RBBINode
160 n.fLeftChild.fParent = n;
164 n.fRightChild.fParent = n;
199 fLeftChild.fParent = this;
203 fRightChild.fParent = this;
225 fLeftChild.fParent = this;
237 fRightChild.fParent = this;
278 RBBINode.printInt(n.fParent==null? 0 : n.fParent.fSerialNum, 11);
H A DRBBISetBuilder.java105 RBBINode setRef = usetNode.fParent;
107 RBBINode varRef = setRef.fParent;
379 leafNode.fParent = usetNode;
387 orNode.fLeftChild.fParent = orNode;
388 orNode.fRightChild.fParent = orNode;
390 orNode.fParent = usetNode;
453 RBBINode setRef = usetNode.fParent;
455 RBBINode varRef = setRef.fParent;
494 RBBINode setRef = usetNode.fParent;
496 RBBINode varRef = setRef.fParent;
[all...]
H A DRBBIRuleScanner.java148 operandNode.fParent = orNode;
163 operandNode.fParent = catNode;
227 RHSExprNode.fParent = varRefNode;
282 prevRules.fParent = orNode;
284 thisRule.fParent = orNode;
316 operandNode.fParent = plusNode;
324 operandNode.fParent = qNode;
332 operandNode.fParent = starNode;
540 fNodeStack[fNodeStackPtr].fParent = n;
632 usetNode.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 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);
514 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback &&
541 t1->fParent = u2;
542 u2->fParent = t2;
544 t1->fParent = t2;
565 t1->fParent
[all...]
H A Drbbiscan.cpp217 operandNode->fParent = orNode;
234 operandNode->fParent = catNode;
293 RHSExprNode->fParent = varRefNode;
362 prevRules->fParent = orNode;
364 thisRule->fParent = orNode;
405 operandNode->fParent = plusNode;
417 operandNode->fParent = qNode;
429 operandNode->fParent = starNode;
657 fNodeStack[fNodeStackPtr]->fParent = n;
737 usetNode->fParent
[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(nullptr), fG(nullptr), fB(nullptr) { }
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }

Completed in 889 milliseconds

123