Searched refs:confArray (Results 1 – 1 of 1) sorted by relevance
95 SkTDArray<SkRTConfBase *> *confArray; in printAll() local97 while (iter.next(&confArray)) { in printAll()98 if (confArray->getAt(0)->isDefault()) { in printAll()101 confArray->getAt(0)->print(o); in printAll()117 SkTDArray<SkRTConfBase *> *confArray; in printNonDefault() local119 while (iter.next(&confArray)) { in printNonDefault()120 if (!confArray->getAt(0)->isDefault()) { in printNonDefault()121 confArray->getAt(0)->print(o); in printNonDefault()134 SkTDArray<SkRTConfBase *> *confArray; in registerConf() local135 if (fConfs.find(conf->getName(), &confArray)) { in registerConf()[all …]