Searched refs:removeCount (Results 1 – 5 of 5) sorted by relevance
261 unsigned removeCount = tilesToRemove.size(); in invalidate() local262 for (unsigned n = 0; n < removeCount; ++n) in invalidate()375 unsigned removeCount = tilesToRemove.size(); in removeAllTiles() local376 for (unsigned n = 0; n < removeCount; ++n) in removeAllTiles()499 unsigned removeCount = tilesToRemove.size(); in resizeEdgeTiles() local500 for (unsigned n = 0; n < removeCount; ++n) in resizeEdgeTiles()517 unsigned removeCount = toRemove.size(); in dropTilesOutsideRect() local518 for (unsigned n = 0; n < removeCount; ++n) in dropTilesOutsideRect()
117 final int removeCount = mComponentsToRemove.getCount(); in activate() local118 for (int x = 0; x < removeCount; x++) { in activate()
282 unsigned removeCount = tilesToRemove.size(); in dropOverhangingTiles() local283 for (unsigned n = 0; n < removeCount; ++n) in dropOverhangingTiles()299 unsigned removeCount = toRemove.size(); in dropTilesOutsideRect() local300 for (unsigned n = 0; n < removeCount; ++n) in dropTilesOutsideRect()
646 int removeCount = occurrencesToRemove.count(entry.getElement());647 if (removeCount >= entry.getCount()) {650 } else if (removeCount > 0) {651 multisetToModify.remove(entry.getElement(), removeCount);
3860 size_t removeCount = nodesToRemoveFromChain.size(); in scrollTo() local3861 for (size_t i = 0; i < removeCount; ++i) { in scrollTo()