Searched refs:fTree (Results 1 – 3 of 3) sorted by relevance
28 fTree(*rootNode) { in RBBITableBuilder()70 if (fTree==NULL) { in build()78 fTree = fTree->flattenVariables(); in build()82 fTree->printTree(TRUE); in build()103 bofTop->fRightChild = fTree; in build()106 fTree = bofTop; in build()120 cn->fLeftChild = fTree; in build()121 fTree->fParent = cn; in build()130 fTree = cn; in build()136 fTree->flattenSets(); in build()[all …]
84 RBBINode *&fTree; // The root node of the parse tree to build a variable
76 fTree.insert(rects.get(), NUM_QUERY_RECTS); in onDelayedSetup()88 fTree.search(query, &hits); in onDraw()92 SkRTree fTree; member in RTreeQueryBench