Searched refs:newRect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DRemoteFrameView.cpp42 void RemoteFrameView::setFrameRect(const IntRect& newRect) argument
46 if (newRect == oldRect)
49 Widget::setFrameRect(newRect);
H A DFrameView.cpp321 void FrameView::setFrameRect(const IntRect& newRect) argument
324 if (newRect == oldRect)
329 if (newRect.width() != oldRect.width() && m_frame->isMainFrame() && m_frame->settings()->textAutosizingEnabled())
332 ScrollView::setFrameRect(newRect);
347 viewportConstrainedVisibleContentSizeChanged(newRect.width() != oldRect.width(), newRect.height() != oldRect.height());
349 if (oldRect.size() != newRect.size()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInfo.h53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior, argument
57 , rect(newRect)
H A DRenderBox.cpp446 LayoutRect newRect = rect; local
457 newRect = layer()->scrollableArea()->exposeRect(rect, alignX, alignY);
479 newRect.setX(rect.x() - frameView->scrollX() + frameView->x());
480 newRect.setY(rect.y() - frameView->scrollY() + frameView->y());
503 parentBox->scrollRectToVisible(newRect, alignX, alignY);
H A DRenderObject.cpp1294 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutPoint& oldLocation, const LayoutRect& newRect, const LayoutPoint& newLocation) argument
1299 addJsonObjectForRect(value.get(), "newRect", newRect);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DTransformationUtils.java266 final RectF newRect = new RectF(0, 0, toOrient.getWidth(), toOrient.getHeight());
267 matrix.mapRect(newRect);
269 final int newWidth = Math.round(newRect.width());
270 final int newHeight = Math.round(newRect.height());
277 matrix.postTranslate(-newRect.left, -newRect.top);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp706 void ScrollView::setFrameRect(const IntRect& newRect) argument
710 if (newRect == oldRect)
713 Widget::setFrameRect(newRect);
1020 IntRect newRect = localRect; local
1021 newRect.moveBy(scrollbar->location());
1022 return newRect;
1027 IntRect newRect = parentRect; local
1029 newRect.moveBy(-scrollbar->location());
1030 return newRect;
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp337 SkRect newRect; local
338 if (!matrix.mapRect(&newRect, fRect)) {
343 dst->fRect = newRect;
351 dst->fRadii[i].fX = SkScalarHalf(newRect.width());
352 dst->fRadii[i].fY = SkScalarHalf(newRect.height());
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1247 IntRect newRect = innerBorder.rect(); local
1254 overshoot = newRadii.topLeft().width() + newRadii.topRight().width() - newRect.width();
1257 newRect.setWidth(newRect.width() + overshoot);
1259 newRect.move(-overshoot, 0);
1264 if (maxRadii > newRect.height())
1265 newRect.setHeight(maxRadii);
1269 overshoot = newRadii.bottomLeft().width() + newRadii.bottomRight().width() - newRect.width();
1272 newRect.setWidth(newRect
[all...]
/external/skia/src/core/
H A DSkRRect.cpp337 SkRect newRect; local
338 if (!matrix.mapRect(&newRect, fRect)) {
343 dst->fRect = newRect;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp931 void PopupListBox::setFrameRect(const IntRect& newRect) argument
934 if (newRect == oldRect)
937 Widget::setFrameRect(newRect);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1260 LayoutRect newRect = localCaretRect(m_selection, PositionWithAffinity(m_selection.start(), m_selection.affinity()), renderer); local
1263 if (!m_caretBlinkTimer.isActive() && newNode == m_previousCaretNode && newRect == m_previousCaretRect)
1270 invalidateLocalCaretRect(newNode, newRect);
1273 m_previousCaretRect = newRect;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 9587 milliseconds