HomeSort by relevance Sort by last modified time
    Searched refs:topLeft (Results 1 - 25 of 46) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 48 IFolderLayout topLeft =
50 "topLeft", //NON-NLS-1
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 44 Radii(const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight)
45 : m_topLeft(topLeft)
53 : m_topLeft(intRadii.topLeft())
64 const FloatSize& topLeft() const { return m_topLeft; }
86 FloatRoundedRect(const FloatRect&, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight);
103 return FloatRect(m_rect.x(), m_rect.y(), m_radii.topLeft().width(), m_radii.topLeft().height());
127 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
RoundedRect.cpp 104 m_topLeft = edges.topLeft();
146 RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
148 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
155 int minX = m_rect.x() + std::max(m_radii.topLeft().width(), m_radii.bottomLeft().width());
156 int minY = m_rect.y() + std::max(m_radii.topLeft().height(), m_radii.topRight().height());
174 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
176 && m_radii.topLeft().height() + m_radii.bottomLeft().height() <= m_rect.height()
182 int maxRadiusWidth = std::max(m_radii.topLeft().width() + m_radii.topRight().width(), m_radii.bottomLeft().width() + m_radii.bottomRight().width());
183 int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft().height(), m_radii.topRight().height() + m_radii.bottomRight().height());
200 const IntSize& topLeft = m_radii.topLeft()
    [all...]
RoundedRect.h 43 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
44 : m_topLeft(topLeft)
55 const IntSize& topLeft() const { return m_topLeft; }
80 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
116 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
FloatRoundedRect.cpp 48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight)
50 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
FloatRoundedRectTest.cpp 59 << ::testing::PrintToString(radii.topLeft()) << ", "
90 EXPECT_EQ(FloatSize(), r.radii().topLeft());
126 EXPECT_EQ(cornerRadii, r.radii().topLeft());
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.h 20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
SkPathOpsSimplify.cpp 18 SkPoint topLeft = {SK_ScalarMin, SK_ScalarMin};
23 lastTopLeft = topLeft;
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
28 SkASSERT(topLeft.fX != SK_ScalarMin && topLeft.fY != SK_ScalarMin);
29 topLeft.fX = topLeft.fY = SK_ScalarMin;
36 firstPass = !topUnsortable || lastTopLeft != topLeft;
SkPathOpsOp.cpp 128 SkPoint topLeft = {SK_ScalarMin, SK_ScalarMin};
133 lastTopLeft = topLeft;
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
138 SkASSERT(topLeft.fX != SK_ScalarMin && topLeft.fY != SK_ScalarMin);
146 topLeft.fX = topLeft.fY = SK_ScalarMin;
153 firstPass = !topUnsortable || lastTopLeft != topLeft;
SkPathOpsCommon.cpp 231 int* endIndex, SkPoint* topLeft, bool* unsortable, bool* done, bool firstPass) {
246 if (bounds.fBottom < topLeft->fY) {
250 if (bounds.fBottom == topLeft->fY && bounds.fRight < topLeft->fX) {
254 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
262 *topLeft = bestXY;
320 int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool* onlyVertical,
322 SkOpSegment* current = findTopSegment(contourList, indexPtr, endIndexPtr, topLeft, unsortable,
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 159 POINT topLeft;
160 topLeft.x = winRect.left;
161 topLeft.y = winRect.top;
162 ClientToScreen(hWnd, &topLeft);
166 event.Move.X = topLeft.x;
167 event.Move.Y = topLeft.y;
178 POINT topLeft;
179 topLeft.x = winRect.left;
180 topLeft.y = winRect.top;
181 ClientToScreen(hWnd, &topLeft);
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkListWidget.cpp 35 painter->drawLine(r.topLeft(),r.topRight());
38 painter->drawLine(r.topLeft(),r.bottomLeft());
48 painter->drawLine(r.topLeft(),r.topRight());
51 painter->drawLine(r.topLeft(),r.bottomLeft());
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 68 SkIPoint* topLeft;
75 topLeft = &pointStorage;
79 topLeft = NULL;
89 context->copyTexture(texture, dst->asRenderTarget(), topLeft);
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 137 SkPoint topLeft = {SK_ScalarMin, SK_ScalarMin};
141 Segment* current = findSortableTop(contourList, firstContour, index, endIndex, topLeft,
146 SkASSERT(topLeft.fX != SK_ScalarMin && topLeft.fY != SK_ScalarMin);
147 topLeft.fX = topLeft.fY = SK_ScalarMin;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.cpp 101 paths.shape.addRoundedRect(m_bounds.rect(), m_bounds.radii().topLeft(), m_bounds.radii().topRight(), m_bounds.radii().bottomLeft(), m_bounds.radii().bottomRight());
103 paths.marginShape.addRoundedRect(shapeMarginBounds().rect(), shapeMarginBounds().radii().topLeft(), shapeMarginBounds().radii().topRight(), shapeMarginBounds().radii().bottomLeft(), shapeMarginBounds().radii().bottomRight());
  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 77 SkPoint topLeft = {0, 0};
78 bounds.setPointBounds(topLeft);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ExternalVideoSurfaceContainer.java 220 RenderCoordinates.NormalizedPoint topLeft = renderCoordinates.createNormalizedPoint();
222 topLeft.setAbsoluteCss(mLeft, mTop);
224 float top = topLeft.getYPix();
225 float left = topLeft.getXPix();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 72 inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector)
126 int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
133 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
134 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
142 int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
147 normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom);
148 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
168 int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
171 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1));
172 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right)
    [all...]
FELighting.h 64 inline void topLeft(int offset, IntPoint& normalVector);
  /external/eigen/test/
geo_alignedbox.cpp 124 Vector2f topLeft; topLeft << m[0], M[1];
126 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 283 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
568 yield(FloatRect(curr->topLeft(), curr->size()));
706 LayoutPoint topLeft;
708 topLeft = flooredLayoutPoint(firstBox->topLeft());
709 return adjustedPositionRelativeToOffsetParent(topLeft).x();
714 LayoutPoint topLeft;
716 topLeft = flooredLayoutPoint(firstBox->topLeft());
717 return adjustedPositionRelativeToOffsetParent(topLeft).y()
    [all...]
InlineBox.h 53 InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
59 , m_topLeft(topLeft)
202 const FloatPoint& topLeft() const { return m_topLeft; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 122 const LengthSize& topLeft() const { return m_topLeft; }
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 248 if (!clipRect.radii().topLeft().isEmpty() || !clipRect.radii().bottomRight().isEmpty()) {
251 topCornerRadii.setTopLeft(clipRect.radii().topLeft());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp     [all...]

Completed in 1671 milliseconds

1 2