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

1 2 3 4 5 6 78 91011>>

  /packages/apps/LegacyCamera/res/drawable/
bg_text_on_preview.xml 18 android:shape="rectangle">
bg_text_on_preview_transparent.xml 18 android:shape="rectangle">
  /packages/apps/Settings/res/drawable/
empty_icon.xml 18 android:shape="rectangle">
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieEffect.java 118 * @param startRect The start rectangle
119 * @param endRect The end rectangle
127 * @return The start rectangle
134 * @return The end rectangle
  /packages/inputmethods/LatinIME/java/res/drawable/
transparent.xml 23 android:shape="rectangle"
  /packages/screensavers/PhotoTable/res/drawable/
table.xml 18 android:shape="rectangle">
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 21 import org.eclipse.swt.graphics.Rectangle;
195 assertEquals(null, ImageUtils.getBoundingRectangle(Collections.<Rectangle> emptyList()));
197 assertEquals(new Rectangle(1, 2, 3, 4), ImageUtils.getBoundingRectangle(Arrays
198 .asList(new Rectangle(1, 2, 3, 4))));
199 assertEquals(new Rectangle(1, 2, 3, 4), ImageUtils.getBoundingRectangle(Arrays
200 .asList(new Rectangle(1, 2, 3, 4), new Rectangle(1, 2, 1, 1))));
201 assertEquals(new Rectangle(5, 5, 25, 25), ImageUtils.getBoundingRectangle(Arrays.asList(
202 new Rectangle(10, 10, 20, 20), new Rectangle(5, 5, 1, 1))))
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
animate-none.html 173 This rectangle starts with an animation. After 2 seconds a timer
179 This rectangle starts with an animation. After 2 seconds a timer
185 This rectangle starts with an animation. After 2 seconds a timer
191 This rectangle starts with an animation, but animation-name is
196 This rectangle starts with an animation, but animation-name is
201 This rectangle starts with two animations. After 2 seconds a timer
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 40 * Defines a String that is to be drawn in one block that can be constrained by a {@link Rectangle}. Also holds
48 private Rectangle textBox;
63 * @param textBox the rectangle that constrains the text
69 StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA color,
109 Rectangle getTextBox() {
113 void setTextBox(Rectangle textBox) {
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlfillrect.html 83 >SDL_FillRect&nbsp;--&nbsp;This function performs a fast fill of the given rectangle with some color</DIV
123 >This function performs a fast fill of the given rectangle with
159 >If there is a clip rectangle set on the destination (set via
164 function will clip based on the intersection of the clip rectangle and
170 > rectangle and the dstrect rectangle
  /frameworks/native/include/ui/
Rect.h 65 // a valid rectangle has a non negative width and height
75 // rectangle's width
80 // rectangle's height
156 // transform. This rectangle is defined in a coordinate space starting at
158 // a ROT90 then the output rectangle is defined in a space extending to
159 // (height, width). Otherwise the output rectangle is in the same space as
  /frameworks/base/core/java/android/view/
ViewParent.java 70 * rectangle must be invalidated in the parent. If the specified rectangle
122 * <p>Returns the clipped visible part of the rectangle <code>r</code>, defined in the
126 * <p>The resulting rectangle is always axis aligned. If a rotation is applied to a node in the
127 * View hierarchy, the result is the axis-aligned bounding box of the visible rectangle.</p>
130 * @param r The input rectangle, defined in the child coordinate system. Will be overwritten to
131 * contain the resulting visible rectangle, expressed in global (root) coordinates
136 * @return true if the resulting rectangle is not empty, false otherwise
228 * Called when a child of this group wants a particular rectangle to be
233 * <li>rectangle will be in the child's coordinates</li
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 25 * The Quad class specifies a (possibly affine transformed) rectangle.
27 * A Quad instance holds 4 points that define its shape. The points may represent any rectangle that
55 * Return a Quad from the specified rectangle.
58 * @return Quad that represents the passed rectangle.
68 * Return a Quad from the specified rectangle coordinates.
72 * @param width the width of the rectangle
73 * @param height the height of the rectangle
74 * @return Quad that represents the passed rectangle.
104 * Return a Quad that represents the specified rotated rectangle.
108 * @param rect the source rectangle
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 79 * Rectangle class.
83 * Rectangle constructor takes 0, 1, 2 or 4 arguments.
90 * new Rect() // empty rectangle.
144 * @return {Rect} A rectangle with every dimension scaled.
157 * @return {Rect} A rectangle shifted by (dx,dy), same size.
166 * @return {Rect} A rectangle with left==x and top==y, same size.
175 * @return {Rect} A rectangle inflated by (dx, dy), same center.
185 * @return {boolean} True if the point lies inside the rectangle.
193 * @param {Rect} rect Rectangle to check.
194 * @return {boolean} True if this rectangle intersects with the |rect|
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
BoundedRect.java 25 * Maintains invariant that inner rectangle is constrained to be within the
26 * outer, rotated rectangle.
107 * Tries to move the inner rectangle by (dx, dy). If this would cause it to leave
108 * the bounding rectangle, snaps the inner rectangle to the edge of the bounding
109 * rectangle.
171 * Attempts to resize the inner rectangle. If this would cause it to leave
172 * the bounding rect, clips the inner rectangle to fit.
239 * Attempts to resize the inner rectangle. If this would cause it to leave
240 * the bounding rect, clips the inner rectangle to fit while maintainin
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 27 * Maintains invariant that inner rectangle is constrained to be within the
28 * outer, rotated rectangle.
109 * Tries to move the inner rectangle by (dx, dy). If this would cause it to leave
110 * the bounding rectangle, snaps the inner rectangle to the edge of the bounding
111 * rectangle.
173 * Attempts to resize the inner rectangle. If this would cause it to leave
174 * the bounding rect, clips the inner rectangle to fit.
241 * Attempts to resize the inner rectangle. If this would cause it to leave
242 * the bounding rect, clips the inner rectangle to fit while maintainin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 37 import org.eclipse.swt.graphics.Rectangle;
133 * @param initialCrop If not null, specifies a rectangle which contains an initial
152 * @param initialCrop If not null, specifies a rectangle which contains an initial
179 * @param initialCrop If not null, specifies a rectangle which contains an initial
200 * @param initialCrop If not null, specifies a rectangle which contains an initial
476 * Draws a drop shadow for the given rectangle into the given context. It
477 * will not draw anything if the rectangle is smaller than a minimum
482 * @param x the left coordinate of the left hand side of the rectangle
483 * @param y the top coordinate of the top of the rectangle
484 * @param width the width of the rectangle
    [all...]
SwtUtils.java 31 import org.eclipse.swt.graphics.Rectangle;
248 * @param boundingBox the bounding rectangle of the rectangle list, which can be
259 List<Rectangle> rectangles, Rectangle boundingBox, double scale, byte alpha) {
273 for (Rectangle bounds : rectangles) {
331 * Converts the given SWT {@link Rectangle} into an ADT {@link Rect}
333 * @param swtRect the SWT {@link Rectangle}
336 public static Rect toRect(Rectangle swtRect) {
342 * {@link Rectangle}
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 223 /** Defines the geometric position and size of a rectangle,
225 * of the rectangle, with dimensions width in the x-direction
228 OMX_INT x; /** x-coordinate of top left corner of rectangle */
229 OMX_INT y; /** y-coordinate of top left corner of rectangle */
244 /** Defines the dimensions of a rectangle, or region of interest in an image */
247 OMX_INT width; /** Width of the rectangle, in the x-direction */
248 OMX_INT height; /** Height of the rectangle, in the y-direction */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 223 /** Defines the geometric position and size of a rectangle,
225 * of the rectangle, with dimensions width in the x-direction
228 OMX_INT x; /** x-coordinate of top left corner of rectangle */
229 OMX_INT y; /** y-coordinate of top left corner of rectangle */
244 /** Defines the dimensions of a rectangle, or region of interest in an image */
247 OMX_INT width; /** Width of the rectangle, in the x-direction */
248 OMX_INT height; /** Height of the rectangle, in the y-direction */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 223 /** Defines the geometric position and size of a rectangle,
225 * of the rectangle, with dimensions width in the x-direction
228 OMX_INT x; /** x-coordinate of top left corner of rectangle */
229 OMX_INT y; /** y-coordinate of top left corner of rectangle */
244 /** Defines the dimensions of a rectangle, or region of interest in an image */
247 OMX_INT width; /** Width of the rectangle, in the x-direction */
248 OMX_INT height; /** Height of the rectangle, in the y-direction */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 33 import org.eclipse.swt.graphics.Rectangle;
116 Rectangle client = getClientArea();
153 private void setScrollBarPageIncrements(Rectangle clientArea) {
171 Rectangle imageBounds = mImage.getBounds();
183 Rectangle imageBounds = mImage.getBounds();
194 Rectangle rect = mImage.getBounds();
195 Rectangle client = getClientArea();
  /frameworks/base/graphics/java/android/graphics/
Path.java 266 * Returns true if the path specifies a rectangle. If so, and if rect is
268 * specify a rectangle, return false and ignore rect.
271 * a rectangle
272 * @return true if the path specifies a rectangle
492 * Add a closed rectangle contour to the path
494 * @param rect The rectangle to add as a closed contour to the path
495 * @param dir The direction to wind the rectangle's contour
506 * Add a closed rectangle contour to the path
508 * @param left The left side of a rectangle to add to the path
509 * @param top The top of a rectangle to add to the pat
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 193 * This should return true if reading a NxM rectangle of pixels from a
195 * rectangle has its top-left at 0,0.
200 * Reads a rectangle of pixels from a render target.
204 * @param left left edge of the rectangle to read (inclusive)
205 * @param top top edge of the rectangle to read (inclusive)
206 * @param width width of rectangle to read in pixels.
207 * @param height height of rectangle to read in pixels.
209 * @param buffer memory to read the rectangle into.
224 * Updates the pixels in a rectangle of a texture.
226 * @param left left edge of the rectangle to write (inclusive
    [all...]
  /external/skia/src/gpu/
GrGpu.h 193 * This should return true if reading a NxM rectangle of pixels from a
195 * rectangle has its top-left at 0,0.
200 * Reads a rectangle of pixels from a render target.
204 * @param left left edge of the rectangle to read (inclusive)
205 * @param top top edge of the rectangle to read (inclusive)
206 * @param width width of rectangle to read in pixels.
207 * @param height height of rectangle to read in pixels.
209 * @param buffer memory to read the rectangle into.
224 * Updates the pixels in a rectangle of a texture.
226 * @param left left edge of the rectangle to write (inclusive
    [all...]

Completed in 1624 milliseconds

1 2 3 4 5 6 78 91011>>