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

12

/external/skia/src/sksl/ir/
H A DSkSLSymbolTable.h31 : fParent(parent)
44 const std::shared_ptr<SymbolTable> fParent; member in class:SkSL::SymbolTable
H A DSkSLSymbolTable.cpp27 if (fParent) {
28 return (*fParent)[name];
32 if (fParent) {
36 const Symbol* previous = (*fParent)[name];
/external/skia/src/views/
H A DSkView.cpp22 fParent = fFirstChild = fNextSibling = fPrevSibling = nullptr;
113 if (fParent) {
114 fParent->beforeChild(this, canvas);
121 if (fParent) {
122 fParent->afterChild(this, canvas);
158 SkView* parent = view->fParent;
179 } while ((view = view->fParent) != nullptr);
190 } while ((view = view->fParent) != nullptr);
237 while (focus->fParent) {
238 focus = focus->fParent;
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java70 RBBINode fParent; field in class:RBBINode
169 n.fLeftChild.fParent = n;
173 n.fRightChild.fParent = n;
209 fLeftChild.fParent = this;
213 fRightChild.fParent = this;
235 fLeftChild.fParent = this;
247 fRightChild.fParent = this;
288 RBBINode.printInt(n.fParent==null? 0 : n.fParent.fSerialNum, 11);
H A DRBBISetBuilder.java107 RBBINode setRef = usetNode.fParent;
109 RBBINode varRef = setRef.fParent;
381 leafNode.fParent = usetNode;
389 orNode.fLeftChild.fParent = orNode;
390 orNode.fRightChild.fParent = orNode;
392 orNode.fParent = usetNode;
455 RBBINode setRef = usetNode.fParent;
457 RBBINode varRef = setRef.fParent;
496 RBBINode setRef = usetNode.fParent;
498 RBBINode varRef = setRef.fParent;
[all...]
H A DRBBIRuleScanner.java157 operandNode.fParent = orNode;
172 operandNode.fParent = catNode;
236 RHSExprNode.fParent = varRefNode;
307 prevRules.fParent = orNode;
309 thisRule.fParent = orNode;
342 operandNode.fParent = plusNode;
350 operandNode.fParent = qNode;
358 operandNode.fParent = starNode;
566 fNodeStack[fNodeStackPtr].fParent = n;
658 usetNode.fParent
[all...]
H A DRBBITableBuilder.java125 bofLeaf.fParent = bofTop;
137 fRB.fTreeRoots[fRootIx].fParent = cn;
139 cn.fRightChild.fParent = cn;
/external/icu/icu4c/source/common/
H A Drbbinode.cpp55 fParent = NULL;
85 fParent = NULL;
164 n->fLeftChild->fParent = n;
168 n->fRightChild->fParent = n;
208 fLeftChild->fParent = this;
212 fRightChild->fParent = this;
235 fLeftChild->fParent = this;
248 fRightChild->fParent = this;
319 serial(node->fLeftChild), serial(node->fRightChild), serial(node->fParent),
H A Drbbisetb.cpp370 leafNode->fParent = usetNode;
382 orNode->fLeftChild->fParent = orNode;
383 orNode->fRightChild->fParent = orNode;
385 orNode->fParent = usetNode;
448 RBBINode *setRef = usetNode->fParent;
450 RBBINode *varRef = setRef->fParent;
488 RBBINode *setRef = usetNode->fParent;
490 RBBINode *varRef = setRef->fParent;
539 setRef = usetNode->fParent;
541 varRef = setRef->fParent;
[all...]
H A Drbbinode.h58 RBBINode *fParent; member in class:RBBINode
H A Duresbund.cpp97 while(entry->fParent != NULL) {
98 entry = entry->fParent;
119 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
120 resB = resB->fParent;
248 (void*)resB->fParent);
516 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback &&
543 t1->fParent = u2;
544 u2->fParent = t2;
546 t1->fParent = t2;
567 t1->fParent
[all...]
H A Drbbiscan.cpp228 operandNode->fParent = orNode;
245 operandNode->fParent = catNode;
304 RHSExprNode->fParent = varRefNode;
389 prevRules->fParent = orNode;
391 thisRule->fParent = orNode;
433 operandNode->fParent = plusNode;
445 operandNode->fParent = qNode;
457 operandNode->fParent = starNode;
685 fNodeStack[fNodeStackPtr]->fParent = n;
765 usetNode->fParent
[all...]
H A Duresimp.h49 UResourceDataEntry *fParent; /*next resource in fallback chain*/ member in struct:UResourceDataEntry
H A Drbbitblb.cpp106 bofLeaf->fParent = bofTop;
123 fTree->fParent = cn;
131 cn->fRightChild->fParent = cn;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java69 RBBINode fParent; field in class:RBBINode
168 n.fLeftChild.fParent = n;
172 n.fRightChild.fParent = n;
208 fLeftChild.fParent = this;
212 fRightChild.fParent = this;
234 fLeftChild.fParent = this;
246 fRightChild.fParent = this;
287 RBBINode.printInt(n.fParent==null? 0 : n.fParent.fSerialNum, 11);
H A DRBBISetBuilder.java106 RBBINode setRef = usetNode.fParent;
108 RBBINode varRef = setRef.fParent;
380 leafNode.fParent = usetNode;
388 orNode.fLeftChild.fParent = orNode;
389 orNode.fRightChild.fParent = orNode;
391 orNode.fParent = usetNode;
454 RBBINode setRef = usetNode.fParent;
456 RBBINode varRef = setRef.fParent;
495 RBBINode setRef = usetNode.fParent;
497 RBBINode varRef = setRef.fParent;
[all...]
H A DRBBIRuleScanner.java156 operandNode.fParent = orNode;
171 operandNode.fParent = catNode;
235 RHSExprNode.fParent = varRefNode;
306 prevRules.fParent = orNode;
308 thisRule.fParent = orNode;
341 operandNode.fParent = plusNode;
349 operandNode.fParent = qNode;
357 operandNode.fParent = starNode;
565 fNodeStack[fNodeStackPtr].fParent = n;
657 usetNode.fParent
[all...]
H A DRBBITableBuilder.java124 bofLeaf.fParent = bofTop;
136 fRB.fTreeRoots[fRootIx].fParent = cn;
138 cn.fRightChild.fParent = cn;
/external/skia/src/core/
H A DSkMaskGamma.h179 : fParent(std::move(parent)), fR(r), fG(g), fB(b) { }
181 sk_sp<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(that.fParent), fR(that.fR), fG(that.fG), fB(that.fB) { }
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h154 UXMLElement *fParent; // A pointer to the parent element of this element. member in class:UXMLElement
H A Dxmlparser.cpp395 t->fParent = el;
687 fParent(NULL)
/external/skia/include/views/
H A DSkView.h191 SkView* getParent() const { return fParent; }
377 SkView* fParent; member in class:SkView
/external/skia/experimental/svg/model/
H A DSkSVGDOM.cpp333 ConstructionContext(SkSVGIDMapper* mapper) : fParent(nullptr), fIDMapper(mapper) {}
335 : fParent(newParent.get()), fIDMapper(other.fIDMapper) {}
337 const SkSVGNode* fParent; member in struct:__anon17985::ConstructionContext
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/skia/samplecode/
H A DSampleAAGeometry.cpp756 Stroke* fParent;

Completed in 785 milliseconds

12