Searched refs:setBounds (Results 51 - 75 of 119) sorted by relevance

12345

/external/skia/src/pathops/
H A DSkOpContour.h184 setBounds();
332 void setBounds();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp349 bounds.setBounds(devPts, 3);
376 bounds.setBounds(devPts, 2);
396 bounds.setBounds(devPts, 3);
425 bounds.setBounds(devPts, 4);
448 bounds.setBounds(devPts, 3);
451 bounds.setBounds(&q[i], 3);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp349 bounds.setBounds(devPts, 3);
376 bounds.setBounds(devPts, 2);
396 bounds.setBounds(devPts, 3);
425 bounds.setBounds(devPts, 4);
448 bounds.setBounds(devPts, 3);
451 bounds.setBounds(&q[i], 3);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection.cpp337 lineBounds.setBounds(line);
412 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ?
413 c2Bounds.setBounds(c2);
H A DCubicIntersection_Test.cpp488 rect1.setBounds(cubic1);
489 rect2.setBounds(cubic2);
587 rect1.setBounds(cubic1);
588 rect2.setBounds(cubic2);
/external/skia/experimental/Intersection/
H A DCubicIntersection.cpp337 lineBounds.setBounds(line);
412 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ?
413 c2Bounds.setBounds(c2);
H A DCubicIntersection_Test.cpp488 rect1.setBounds(cubic1);
489 rect2.setBounds(cubic2);
587 rect1.setBounds(cubic1);
588 rect2.setBounds(cubic2);
/external/chromium_org/extensions/renderer/resources/
H A Dapp_window_custom_bindings.js18 var kSetBoundsFunction = 'setBounds';
233 AppWindow.prototype.setBounds = function(bounds) {
384 currentWindowInternal.setBounds(boundsType, bounds);
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h1038 void setBounds(const SkRect& rect) { function in class:SkPath
1041 ed.setBounds(rect);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java345 m_table.setBounds(tableBounds);
357 m_popup.setBounds(popupBounds);
H A DCTableCombo.java530 m_popup.setBounds(point.x, point.y + comboSize.y, width, height);
568 m_text.setBounds(rect.x, rect.y, width - arrowSize.x, height);
569 m_arrow.setBounds(rect.x + width - arrowSize.x, rect.y, arrowSize.x, arrowSize.y);
/external/skia/include/core/
H A DSkPath.h1036 void setBounds(const SkRect& rect) { function in class:SkPath
1039 ed.setBounds(rect);
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h67 virtual void setBounds(const blink::WebSize& bounds);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DNavigationPopup.java145 faviconDrawable.setBounds(0, 0, mFaviconSize, mFaviconSize);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPopupTouchHandleDrawable.java285 mDrawable.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop());
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp165 scrollingWebLayer->setBounds(IntSize());
167 scrollingWebLayer->setBounds(frameView->contentsSize());
175 scrollLayer->setBounds(toLocalFrame(child)->view()->contentsSize());
366 webLayer->setBounds(scrollableArea->contentsSize());
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h148 void setBounds(int width, int height) { function in class:SkDebugCanvas
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dmost_visited_page.js226 setBounds: function(size, x, y) {
H A Dsuggestions_page.js205 setBounds: function(size, x, y) {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp418 rect1.setBounds(cubic1);
419 rect2.setBounds(cubic2);
/external/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp418 rect1.setBounds(cubic1);
419 rect2.setBounds(cubic2);
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp239 m_contentLayer->layer()->setBounds(enclosingIntRect(boundingRect).size());
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h42 void setBounds(Index start, Index end) { m_start = start; m_end = end; } function in class:Eigen::internal::AmbiVector
/external/skia/gm/
H A Doptimizations.cpp21 debugCanvas.setBounds(input.width(), input.height());
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicIntersection.cpp358 lineBounds.setBounds(line);
523 c2Bounds.setBounds(c2);
543 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ?

Completed in 5265 milliseconds

12345