Searched refs:resultBound (Results 1 – 2 of 2) sorted by relevance
128 BoundingVolume resultBound = null; in updateWorldBound() local132 if (resultBound != null) { in updateWorldBound()134 resultBound.mergeLocal(child.getWorldBound()); in updateWorldBound()138 resultBound = child.getWorldBound().clone(this.worldBound); in updateWorldBound()142 this.worldBound = resultBound; in updateWorldBound()
2269 const SkRect resultBound; in test_zero_length_paths() member2325 REPORTER_ASSERT(reporter, gZeroLengthTests[i].resultBound == p.getBounds()); in test_zero_length_paths()