Searched refs:fFlatsThatMustBeKept (Results 1 – 1 of 1) sorted by relevance
102 *fFlatsThatMustBeKept.append() = index; in markFlatForKeeping()106 fFlatsThatMustBeKept.reset(); in markAllFlatsSafeToDelete()112 SkTDArray<int> fFlatsThatMustBeKept; member in FlattenableHeap142 for (int j = 0; j < fFlatsThatMustBeKept.count(); j++) { in flatToReplace()143 if (potential->index() == fFlatsThatMustBeKept[j]) { in flatToReplace()