HomeSort by relevance Sort by last modified time
    Searched defs:bottomRight (Results 1 - 17 of 17) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 56 u32 *bottomRight;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ExternalVideoSurfaceContainer.java 222 RenderCoordinates.NormalizedPoint bottomRight = renderCoordinates.createNormalizedPoint();
224 bottomRight.setAbsoluteCss(mRight, mBottom);
227 float bottom = bottomRight.getYPix();
228 float right = bottomRight.getXPix();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 125 const LengthSize& bottomRight() const { return m_bottomRight; }
  /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)
48 , m_bottomRight(bottomRight)
56 , m_bottomRight(intRadii.bottomRight())
67 const FloatSize& bottomRight() const { return m_bottomRight; }
86 FloatRoundedRect(const FloatRect&, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight);
115 return FloatRect(m_rect.maxX() - m_radii.bottomRight().width(), m_rect.maxY() - m_radii.bottomRight().height(), m_radii.bottomRight().width(), m_radii.bottomRight().height());
127 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight()
    [all...]
RoundedRect.h 43 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
47 , m_bottomRight(bottomRight)
58 const IntSize& bottomRight() const { return m_bottomRight; }
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();
  /external/eigen/test/
geo_alignedbox.cpp 123 Vector2f bottomRight; bottomRight << M[0], m[1];
125 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 80 ControlPoint bottomRight = LayoutPoint.create(mCanvas, mask.x + mask.width,
84 int x2 = bottomRight.x;
85 int y2 = bottomRight.y;
MarqueeGesture.java 81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 171 public PointF bottomRight() {
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) {
323 mBottomRight = bottomRight;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 78 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
79 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
80 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
91 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
92 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
116 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
117 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
118 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
132 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset))
    [all...]
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 196 Float3 bottomRight = new Float3(1.0f, -1.0f, 0.0f);
207 fullQuad.set_position(3, bottomRight, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 165 FormData bottomRight = new FormData();
166 bottomRight.bottom = new FormAttachment(100, 0);
167 bottomRight.right = new FormAttachment(100, 0);
168 mYPosLabel.setLayoutData(bottomRight);
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 326 final int bottomRight = selectorRight;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 379 milliseconds