HomeSort by relevance Sort by last modified time
    Searched defs:childRect (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.cpp 77 IntRect childRect;
79 childRect.unite(child->calculateBoundaries());
80 return childRect;
SVGRootInlineBox.cpp 172 IntRect childRect;
177 childRect.unite(child->calculateBoundaries());
180 int xBlock = childRect.x();
181 int yBlock = childRect.y();
182 int widthBlock = childRect.width();
183 int heightBlock = childRect.height();
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 108 final Rect childRect = new Rect();
119 Gravity.apply(params.gravity, width, height, parentRect, childRect);
120 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
123 layoutSweep((ChartSweepView) child, parentRect, childRect);
124 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 748 Rect childRect = new Rect();
749 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
756 mLeftHoverDrawable.setBounds(0, childRect.top,
757 mLeftHoverDrawable.getIntrinsicWidth(), childRect.bottom);
761 childRect.top, width, childRect.bottom);

Completed in 137 milliseconds