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

  /external/chromium_org/ash/system/tray/
tray_details_view.cc 150 gfx::Rect fbounds = footer_->bounds(); local
151 fbounds.set_y(height() - footer_->height());
152 footer_->SetBoundsRect(fbounds);
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 26 void SkTileGrid::insert(void* data, const SkRect& fbounds, bool) {
27 SkASSERT(!fbounds.isEmpty());
29 if (fbounds.isLargest()) {
34 fbounds.roundOut(&dilatedBounds);
SkRTree.cpp 47 void SkRTree::insert(void* data, const SkRect& fbounds, bool defer) {
49 if (fbounds.isLargest()) {
52 fbounds.roundOut(&bounds);
61 newBranch.fBounds = bounds;
76 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
85 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
100 fRoot.fBounds = fDeferredInserts[0].fBounds;
117 if (!this->isEmpty() && SkIRect::IntersectsNoEmptyCheck(fRoot.fBounds, query)) {
143 root->child(childIndex)->fBounds = this->computeBounds
    [all...]

Completed in 822 milliseconds