Home | History | Annotate | Download | only in nav

Lines Matching full:bounds

37     const IntRect& bounds) const
46 return bounds;
48 FloatRect temp = bounds;
55 " bounds=(%d,%d,w=%d,h=%d) pos=(%g,%g) trans=(%g,%g)"
58 bounds.x(), bounds.y(), bounds.width(), bounds.height(),
73 // return bounds relative to enclosing layer as recorded when walking the dom
74 IntRect CachedLayer::localBounds(const IntRect& bounds) const
76 IntRect temp = bounds;
115 SkRect bounds;
116 layer->bounds(&bounds);
119 bounds.fLeft, bounds.fTop, bounds.width(), bounds.height(),