HomeSort by relevance Sort by last modified time
    Searched full:rectangle (Results 451 - 475 of 1579) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 19 import org.eclipse.swt.graphics.Rectangle;
69 Rectangle bounds= im.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 28 import org.eclipse.swt.graphics.Rectangle;
121 public void setBounds(Rectangle bounds) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 16 import org.eclipse.swt.graphics.Rectangle;
176 Rectangle parentArea = control.getParent().getClientArea();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 76 * The rectangle is clipped against the window size, so you can
114 /* Get size of rectangle that would be returned by BeginPresent */
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 51 /** rectangle data structure */
118 /** extracts facial rectangle */
  /external/opencv/cvaux/include/
cvaux.hpp 67 CvRect get_window() const // bounding rectangle for the object
83 // set initial object rectangle (must be called before initial calculation of the histogram)
  /external/qemu/android/skin/
scaler.c 62 SDL_Rect rd; /* destination rectangle */
130 /* compute the destination rectangle */
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlblitsurface.html 131 size of the copied rectangle. Only the position is used in the
160 >The final blit rectangle is saved in
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 64 // find position for new rectangle
82 // add rectangle to skyline
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 25 * with the option to crop to a rectangle within the full data. This can be used to exclude
46 throw new IllegalArgumentException("Crop rectangle does not fit within image data.");
ViewfinderView.java 35 * This view is overlaid on top of the camera preview. It adds the viewfinder rectangle and partial
98 // Draw the opaque result bitmap over the scanning rectangle
  /frameworks/base/libs/hwui/
PixelBuffer.h 115 * Upload the specified rectangle of this pixel buffer as a
122 * Upload the specified rectangle of this pixel buffer as a
  /frameworks/base/services/java/com/android/server/wm/
FocusedStackFrame.java 119 // Erase the previous rectangle.
122 // Draw the latest rectangle.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 152 final RectF rectangle = mGesturePreviewRectangle; local
167 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 33 import org.eclipse.swt.graphics.Rectangle;
134 Rectangle bounds = combo.getBounds();
DeviceMenuListener.java 38 import org.eclipse.swt.graphics.Rectangle;
192 Rectangle bounds = combo.getBounds();
OrientationMenuAction.java 32 import org.eclipse.swt.graphics.Rectangle;
88 Rectangle bounds = combo.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 27 import org.eclipse.swt.graphics.Rectangle;
90 Rectangle bounds = vi.getAbsRect();
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 125 // Empty Rectangle
133 // Not Empty Rectangle
157 // New rectangle will be set to the new arguments
209 // New rectangle will be set to the new arguments
266 // rect1 is not empty(point is inside of the rectangle).
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 179 // restore rectangle, we set the restore rectangle to the rectangle we want
200 // Set the restore rectangle to the previously set restore rectangle.
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 30 // rectangle filled to rect_color. This function ignores the alpha channel,
70 // rectangle. Basically, we're just checking to make sure that the pixels in the
136 // Clips the contents of the canvas to the given rectangle. This will be
184 // Size used by some tests to draw a rectangle inside the layer.
218 // with a black rectangle.
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 13 private static final Rectangle UNBOUNDED = new Rectangle(0, 0, Float.MAX_VALUE, Float.MAX_VALUE);
89 private Rectangle getBound(StringBlock block) {
134 Rectangle bound = block.getTextBox();
253 final Rectangle bound = getBound(block);
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 454 public Rectangle getClipBounds()
459 public Rectangle getClipBounds(Rectangle r)
464 public Rectangle getClipRect()
514 public boolean hit(Rectangle rect, Shape s, boolean onStroke)
  /frameworks/base/docs/html/training/gestures/
viewgroup.jd 240 <li>Gets the parent view and posts a {@link java.lang.Runnable} on the UI thread. This ensures that the parent lays out its children before calling the {@link android.view.View#getHitRect getHitRect()} method. The {@link android.view.View#getHitRect getHitRect()} method gets the child's hit rectangle (touchable area) in the parent's coordinates.</li>
242 <li>Extends the bounds of the {@link android.widget.ImageButton}'s hit rectangle.</li>
243 <li>Instantiates a {@link android.view.TouchDelegate}, passing in the expanded hit rectangle and the {@link android.widget.ImageButton} child view as parameters.</li>
250 rectangle, the parent will pass the touch
284 // The hit rectangle for the ImageButton
  /frameworks/base/docs/image_sources/training/basics/basic-simple-screen-mock.graffle/
data.plist 95 <string>Rectangle</string>
212 <string>Rectangle</string>
329 <string>Rectangle</string>
420 <string>Rectangle</string>
457 <string>Rectangle</string>

Completed in 1074 milliseconds

<<11121314151617181920>>