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

  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 224 FloatRect boundingRect = newPath.boundingRect();
225 newPath.translate(-toFloatSize(boundingRect.location()));
230 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
233 m_contentLayer->layer()->setPosition(boundingRect.location());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 85 FloatRect Path::boundingRect() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 173 LayoutRect boundingRect = enclosingLayoutRect(childRect);
174 parentBlock->setLocation(boundingRect.location());
175 parentBlock->setSize(boundingRect.size());
190 setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 904 didDraw(m_path.boundingRect());
925 FloatRect dirtyRect = m_path.boundingRect();
1088 FloatRect boundingRect = rect;
1089 boundingRect.inflate(state().m_lineWidth / 2);
1092 didDraw(boundingRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 192 milliseconds