Searched refs:sortedBounds (Results 1 – 1 of 1) sorted by relevance
904 Vector<SkIRect*> sortedBounds; in finish() local910 sortedBounds.append(&mSelectBounds[index]); in finish()911 std::sort(sortedBounds.begin(), sortedBounds.end(), compareBounds); in finish()914 int order = sortedBounds[index] - &mSelectBounds[0]; in finish()