HomeSort by relevance Sort by last modified time
    Searched refs:subtreeBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 184 const SkIRect& subtreeBounds = root->child(i)->fBounds;
185 int32_t areaIncrease = get_area_increase(subtreeBounds, branch->fBounds);
188 static_cast<int32_t>(get_area(subtreeBounds)) < minArea)) {
190 minArea = get_area(subtreeBounds);
202 const SkIRect& subtreeBounds = root->child(i)->fBounds;
203 SkIRect expandedBounds = subtreeBounds;
215 static_cast<int32_t>(get_area_increase(branch->fBounds, subtreeBounds)) <
218 minAreaIncrease = get_area_increase(branch->fBounds, subtreeBounds);
  /external/skia/src/core/
SkRTree.cpp 184 const SkIRect& subtreeBounds = root->child(i)->fBounds;
185 int32_t areaIncrease = get_area_increase(subtreeBounds, branch->fBounds);
188 static_cast<int32_t>(get_area(subtreeBounds)) < minArea)) {
190 minArea = get_area(subtreeBounds);
202 const SkIRect& subtreeBounds = root->child(i)->fBounds;
203 SkIRect expandedBounds = subtreeBounds;
215 static_cast<int32_t>(get_area_increase(branch->fBounds, subtreeBounds)) <
218 minAreaIncrease = get_area_increase(branch->fBounds, subtreeBounds);

Completed in 23 milliseconds