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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 56 u32 *bottomRight;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 41 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
45 , m_bottomRight(bottomRight)
56 const IntSize& bottomRight() const { return m_bottomRight; }
78 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
114 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 112 const LengthSize& bottomRight() const { return m_bottomRight; }
  /external/eigen/test/
geo_alignedbox.cpp 116 Vector2f bottomRight; bottomRight << M[0], m[1];
118 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);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 75 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
76 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
77 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
88 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
89 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
90 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
113 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
114 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
115 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
129 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset))
    [all...]
  /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;
  /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);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 356 TerrainPatch bottomRight,
414 if (bottomRight != null) {
415 // setInBuffer(bottomRight.getMesh(), 0, normal, tangent, binormal);
    [all...]
  /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 572 milliseconds