HomeSort by relevance Sort by last modified time
    Searched full:topright (Results 1 - 25 of 68) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin_customization.ini 1 org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
  /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 58 IFolderLayout topRight =
60 "topRight", //NON-NLS-1
64 topRight.addView(IPageLayout.ID_PROP_SHEET); //NON-NLS-1
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button_unittest.mm 78 NSPoint topRight = NSMakePoint(NSMaxX(mouseRect), NSMaxY(mouseRect));
82 // Without profile display name. Only topRight should hit.
83 EXPECT_NSEQ([button_ hitTest:topRight], button_);
90 EXPECT_NSEQ([button_ hitTest:topRight], button_);
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.cpp 84 m_topRight = edges.topRight();
90 m_topRight = edges.topRight();
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
145 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
147 && m_radii.topLeft().height() + m_radii.topRight().height() <= m_rect.height()
RoundedIntRect.h 40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
42 , m_topRight(topRight)
53 const IntSize& topRight() const { return m_topRight; }
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
105 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
ShadowBlur.cpp 424 rightSlice = twiceRadius + max(radii.topRight().width(), radii.bottomRight().width());
426 topSlice = twiceRadius + max(radii.topLeft().height(), radii.topRight().height());
516 path.addRoundedRect(shadowedRect, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
557 path.addRoundedRect(holeRect, holeRadii.topLeft(), holeRadii.topRight(), holeRadii.bottomLeft(), holeRadii.bottomRight());
636 path.addRoundedRect(templateHole, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
698 path.addRoundedRect(templateShadow, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
scrollIntoView-horizontal.html 20 <input id="topleft" type="button" value="STEP 1: click to horizontally scroll STEP 2 into view" onclick="document.getElementById('topright').scrollIntoView(false);">
22 <input id="topright" type="button" value="STEP 2: click to scroll STEP 3 to BOTTOM of view" style="position: absolute; left: 1200px;" onclick="document.getElementById('bottomleft').scrollIntoView(false);">
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 92 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
109 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
113 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
114 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
124 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
153 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
154 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
155 normalVector.setY(-(top << 1) - topRight + (center << 1) + right)
    [all...]
FELighting.h 64 inline void topRight(int offset, IntPoint& normalVector);
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 32 NSPoint topRight = NSMakePoint(NSMaxX(rect), NSMaxY(rect));
61 [path curveToPoint:topRight
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 129 const IntSize& topRight, const IntSize& bottomLeft,
132 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
135 const IntSize& topRight, const IntSize& bottomLeft,
PlatformGraphicsContextSkia.h 96 const IntSize& topRight, const IntSize& bottomLeft,
PlatformGraphicsContextRecording.cpp 348 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
353 topRight, bottomLeft, bottomRight, color));
PlatformGraphicsContextSkia.cpp 542 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
552 radii[2] = SkIntToScalar(topRight.width());
553 radii[3] = SkIntToScalar(topRight.height());
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 46 views::MenuItemView::TOPRIGHT : views::MenuItemView::TOPLEFT;
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/
buildbot.css 85 -moz-border-radius-topright: 5px;
135 -moz-border-radius-topright: 5px;
259 -moz-border-radius-topright: 4px;
default.css 114 -moz-border-radius-topright: 5px;
163 -moz-border-radius-topright: 5px;
287 -moz-border-radius-topright: 4px;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 101 void drawRoundedRect(const FloatRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 110 const LengthSize& topRight() const { return m_topRight; }
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
mozilla 15 -moz-border-radius-topright
48 -moz-outline-radius-topright
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 193 Float3 topRight = new Float3(1.0f, 1.0f, 0.0f);
202 fullQuad.set_position(2, topRight, false);
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 358 TerrainPatch topRight,
396 if (topRight != null) {
397 // setInBuffer(topRight.getMesh(), (s+1)*s, normal, tangent, binormal);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.mm 380 NSPoint topRight = NSMakePoint(NSMaxX(rect), NSMaxY(rect));
384 [path moveToPoint:topRight];
398 NSPoint topRight = NSMakePoint(NSMaxX(rect), NSMaxY(rect));
404 toPoint:topRight
406 [path appendBezierPathWithArcFromPoint:topRight
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 650 FloatPoint topRight(size.width(), 0);
651 float topRightDistance = FloatSize(p - topRight).diagonalLength();
663 corner = topRight;
683 FloatPoint topRight(size.width(), 0);
684 float topRightDistance = FloatSize(p - topRight).diagonalLength();
696 corner = topRight;
    [all...]

Completed in 888 milliseconds

1 2 3