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

1 2 3

  /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
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 89 * @param topLeft the top-left of the quad
94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) {
95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y);
98 PointF p2 = new PointF(topLeft.x - np.x, topLeft.y + np.y);
100 return new Quad(topLeft, topRight, p2, p3);
147 public PointF topLeft() {
188 PointF topLeft = rotatePoint(topLeft(), center, cosa, sina)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 55 u32 *topLeft;
h264bsd_slice_group_map.c 73 u32 *topLeft,
212 topLeft top_left[] values
228 u32 *topLeft,
243 ASSERT(topLeft);
255 ASSERT( topLeft[group] <= bottomRight[group] &&
257 yTopLeft = topLeft[group] / picWidth;
258 xTopLeft = topLeft[group] % picWidth;
559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
h264bsd_pic_param_set.c 179 ALLOCATE(pPicParamSet->topLeft,
183 if (pPicParamSet->topLeft == NULL ||
191 pPicParamSet->topLeft[i] = value;
h264bsd_storage.c 244 FREE(pStorage->pps[id]->topLeft);
253 FREE(pStorage->pps[id]->topLeft);
816 ASSERT(pps->topLeft);
820 if (pps->topLeft[i] > pps->bottomRight[i] ||
824 if ( (pps->topLeft[i] % sps->picWidthInMbs) >
h264bsd_decoder.c 291 FREE(picParamSet.topLeft);
559 FREE(pStorage->pps[i]->topLeft);
  /external/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());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 79 ControlPoint topLeft = LayoutPoint.create(mCanvas, mask.x, mask.y).toControl();
82 int x1 = topLeft.x;
83 int y1 = topLeft.y;
MarqueeGesture.java 80 LayoutPoint topLeft = ControlPoint.create(mCanvas, x, y).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
ViewHierarchy.java 386 * @param topLeft The top left corner of the selection rectangle.
392 LayoutPoint topLeft,
394 Rectangle selectionRectangle = new Rectangle(topLeft.x, topLeft.y, bottomRight.x
395 - topLeft.x, bottomRight.y - topLeft.y);
GCWrapper.java 418 public void drawString(@NonNull String string, @NonNull Point topLeft) {
419 drawString(string, topLeft.x, topLeft.y);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 84 regionscore(pixelBuffer, width, height, quad.topLeft().x, quad.topLeft().y,
ImageShader.java 420 setSourceCoords(new float[] { quad.topLeft().x, quad.topLeft().y,
468 setTargetCoords(new float[] { quad.topLeft().x, quad.topLeft().y,
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 87 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
89 public void set(ViewBounds viewBounds, PointF topLeft) {
90 viewBounds.setTopLeft(topLeft);
130 new Property<View, PointF>(PointF.class, "topLeft") {
132 public void set(View view, PointF topLeft) {
133 int left = Math.round(topLeft.x);
134 int top = Math.round(topLeft.y);
149 public void set(View view, PointF topLeft) {
150 int left = Math.round(topLeft.x);
151 int top = Math.round(topLeft.y)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 90 public void drawString(@NonNull String string, @NonNull Point topLeft) {
91 mDrawn.add("drawString(" + string + "," + topLeft + ")");
  /external/eigen/test/
geo_alignedbox.cpp 124 Vector2f topLeft; topLeft << m[0], M[1];
126 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 359 TerrainPatch topLeft)
449 if (topLeft != null) {
450 // setInBuffer(topLeft.getMesh(), (s+1)*(s+1)-1, normal, tangent, binormal);
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) {
481 boolean changed = mTopLeftCornerStyle != topLeft
486 mTopLeftCornerStyle = topLeft;
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 193 Float3 topLeft = new Float3(-1.0f, 1.0f, 0.0f);
198 fullQuad.set_position(0, topLeft, false);
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 771 int topLeft[] = {0, 0};
772 mContainerView.getLocationInWindow(topLeft);
773 startingY -= topLeft[1];
832 int topLeft[] = {0, 0};
833 mContainerView.getLocationInWindow(topLeft);
834 endingY -= topLeft[1];
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
WindowDecorActionBar.java 764 int topLeft[] = {0, 0};
765 mContainerView.getLocationInWindow(topLeft);
766 startingY -= topLeft[1];
814 int topLeft[] = {0, 0};
815 mContainerView.getLocationInWindow(topLeft);
816 endingY -= topLeft[1];
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 228 float topLeft = (float) Math.sqrt(xFloorSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
234 float value = topLeft / sum;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
351 buf.putInt(convertColor(topLeft));
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 281 final int topLeft = 0;
299 canvas.clipRect(topLeft, topTop, topRight, topBottom);

Completed in 1334 milliseconds

1 2 3