HomeSort by relevance Sort by last modified time
    Searched defs:childRect (Results 1 - 4 of 4) 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...]

Completed in 1366 milliseconds