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

1 2 3

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 93 final Vector3f topLeft = pool.create();
108 camera.convertToCameraSpace(0, 0, 0, topLeft);
110 float leftExtent = topLeft.x - imgTopLeft.x;
122 float topExtent = topLeft.y - imgTopLeft.y;
134 pool.delete(topLeft);
249 final Vector3f topLeft = pool.create();
253 camera.convertToCameraSpace(0, 0, 0, topLeft);
255 float xExtent = Math.abs(topLeft.x - bottomRight.x) / currentFocusItemWidth;
256 float yExtent = Math.abs(topLeft.y - bottomRight.y) / currentFocusItemHeight;
259 pool.delete(topLeft);
    [all...]
  /external/webkit/WebCore/rendering/style/
BorderData.h 43 IntSize topLeft;
56 if (topLeft.width() > 0)
98 topLeft == o.topLeft && topRight == o.topRight && bottomLeft == o.bottomLeft && bottomRight == o.bottomRight;
RenderStyle.cpp 730 void RenderStyle::getBorderRadiiForRect(const IntRect& r, IntSize& topLeft, IntSize& topRight, IntSize& bottomLeft, IntSize& bottomRight) const
732 topLeft = surround->border.topLeft;
745 radiiSum = static_cast<unsigned>(topLeft.width()) + static_cast<unsigned>(topRight.width()); // Casts to avoid integer overflow.
755 radiiSum = static_cast<unsigned>(topLeft.height()) + static_cast<unsigned>(bottomLeft.height());
767 topLeft.scale(factor);
768 if (!topLeft.width() || !topLeft.height())
769 topLeft = IntSize();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 110 U032 TopLeft;
124 U032 TopLeft;
149 U032 TopLeft;
168 U032 TopLeft;
174 U032 TopLeft;
180 U032 TopLeft;
186 U032 TopLeft;
196 U032 TopLeft;
207 U032 TopLeft;
  /external/webkit/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);">
28 <input id="bottomright" type="button" value="STEP 4: click to scroll STEP 1 to TOP of view (then you're done)" style="position: absolute; top: 1200px; left: 1200px;" onclick="document.getElementById('topleft').scrollIntoView();">
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
buildbot.css 68 -moz-border-radius-topleft: 10px;
76 -moz-border-radius-topleft: 0px;
82 -moz-border-radius-topleft: 5px;
95 -moz-border-radius-topleft: 5px;
129 -moz-border-radius-topleft: 5px;
256 -moz-border-radius-topleft: 4px;
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 465 IntSize topLeft, topRight, bottomLeft, bottomRight;
466 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
468 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(),
    [all...]
RenderReplaced.cpp 137 IntSize topLeft, topRight, bottomLeft, bottomRight;
138 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
140 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderWidget.cpp 248 IntSize topLeft, topRight, bottomLeft, bottomRight;
249 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
251 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
SVGRenderTreeAsText.cpp 420 FloatPoint topLeft = topLeftPositionOfCharacterRange(cur.start + totalOffset - offset, cur.start + totalOffset);
422 ts << "text run " << j << " at (" << topLeft.x() << "," << topLeft.y() << ") ";
  /external/webkit/WebCore/platform/graphics/qt/
FloatRectQt.cpp 36 : m_location(r.topLeft())
IntRectQt.cpp 36 : m_location(r.topLeft())
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 155 const QPoint topLeft = opt->rect.topLeft();
156 p.painter->translate(topLeft);
163 opt->rect.moveTo(topLeft);
PopupMenuQt.cpp 63 geometry.moveTopLeft(view->contentsToWindow(rect.topLeft()));
RenderThemeQt.cpp 584 const QPoint topLeft = r.topLeft();
585 p.painter->translate(topLeft);
590 p.painter->translate(-topLeft);
671 const QPoint topLeft = r.topLeft();
672 p.painter->translate(topLeft);
677 p.painter->translate(-topLeft);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 247 public void drawString(String string, Point topLeft) {
248 drawString(string, topLeft.x, topLeft.y);
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.h 89 void drawRoundedRect(const FloatRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
GraphicsContextOpenVG.cpp 178 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
185 m_data->drawRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, VG_FILL_PATH);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 154 * @param topLeft the top left corner of the text.
156 void drawString(String string, Point topLeft);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 445 void GraphicsContext::addRoundedRectClip(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
451 clip(Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight));
454 void GraphicsContext::clipOutRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
460 clipOut(Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight));
GraphicsContext.h 249 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&, ColorSpace);
272 void addRoundedRectClip(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
276 void clipOutRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
  /packages/wallpapers/Basic/res/raw/
grass.rs 137 float topLeft = topX - spi;
141 bladeBuffer[1] = topLeft; // V1.X
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 134 SkPoint topleft = {rc.fLeft, rc.fTop}; local
136 return isPointSkiaSafe(transform, topleft) && isPointSkiaSafe(transform, bottomright);
771 const IntSize& topLeft,
786 if (topLeft.width() + topRight.width() > rect.width()
788 || topLeft.height() + bottomLeft.height() > rect.height()
801 addCornerArc(&path, r, topLeft, 180);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 123 - (void)_placePopupWindow:(NSPoint)topLeft
130 NSPoint wordStart = topLeft;
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 281 final int topLeft = 0;
299 canvas.clipRect(topLeft, topTop, topRight, topBottom);

Completed in 638 milliseconds

1 2 3