HomeSort by relevance Sort by last modified time
    Searched full:rectangle (Results 251 - 275 of 1869) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 33 * This class computes the page width, page height, and content rectangle
38 * precomputed values for width, height, and content rectangle.
109 * rectangle computed from the print attributes passed in the constructor
156 * Gets the content rectangle. This is the area of the page that
159 * @return The content rectangle.
  /frameworks/base/core/java/android/view/
WindowManagerInternal.java 63 * Called when an application requests a rectangle on the screen to allow
66 * @param left The rectangle left.
67 * @param top The rectangle top.
68 * @param right The rectangle right.
69 * @param bottom The rectangle bottom.
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 26 * Creates a rounded-corner rectangle. Optionally, an inset (rounded) rectangle
28 * The rounded rectangle can be drawn to a Canvas with its own draw() method,
47 * For no rounded corners on the outer rectangle,
55 * For no rounded corners on the inner rectangle,
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
BitmapUtils.java 24 * Calculate a center-crop rectangle for the given input and output
25 * parameters. The output rectangle to use is written in the given outRect.
43 * of the resulting output rectangle will be exactly
45 * within the source rectangle. If this parameter is false, the
48 * of the source rectangle.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 58 }RECTANGLE, RectangleRec, *RectanglePtr;
125 /* this routine checks to see if the previous rectangle is the same
126 * or subsumes the new rectangle to add.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 58 }RECTANGLE, RectangleRec, *RectanglePtr;
125 /* this routine checks to see if the previous rectangle is the same
126 * or subsumes the new rectangle to add.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 32 import org.eclipse.swt.graphics.Rectangle;
95 Rectangle imageRect = mImage.getBounds();
152 Rectangle r = mImage.getBounds();
176 Rectangle rect = getClientArea();
182 Rectangle imageRect = mImage.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 23 import org.eclipse.swt.graphics.Rectangle;
48 Rectangle oldClipping = gc.getClipping();
50 gc.setClipping(new Rectangle(x, y, width, height));
78 Rectangle imageBounds = image.getBounds();
88 Rectangle imageBounds = image.getBounds();
96 * Draws {@link Image} on {@link GC} centered in given {@link Rectangle}. If {@link Image} is
97 * bigger that {@link Rectangle}, {@link Image} will be scaled down as needed with keeping
100 public static void drawScaledImage(GC gc, Image image, Rectangle targetRectangle) {
121 // draw image centered in target rectangle
154 * Draws {@link String} in rectangle, wraps at any character (not by words)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Insets.java 21 * edges of a Rectangle. By convention, positive values move edges towards the
22 * centre of the rectangle.
65 * @param r the rectangle from which to take the values
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 31 // This class is used by CropImage to display a highlighted cropping rectangle
232 // Not near any edge but inside the rectangle: move.
273 // Put the cropping rectangle inside image rectangle.
298 // Don't let the cropping rectangle grow too fast.
299 // Grow at most half of the difference between the image rectangle and
300 // the cropping rectangle.
319 // Don't let the cropping rectangle shrink too fast.
331 // Put the cropping rectangle inside the image rectangle
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 33 import org.eclipse.swt.graphics.Rectangle;
127 Rectangle rect = mNinePatchedImage.getContentArea();
165 private final Rectangle mPadding = new Rectangle(0, 0, 0, 0);
214 Rectangle dest = new Rectangle(0, 0, 0, 0);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 30 * Definition of rectangle in a mosaic.
51 * Bounds of the rectangle
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 28 * to scroll to keep the internally interesting rectangle on the screen.
37 * expect to keep their internal interesting rectangle visible.
  /external/chromium_org/cc/resources/
texture_uploader.h 41 // Let content_rect be a rectangle, and let content_rect be a sub-rectangle of
  /external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js 13 "-webkit-widget-region: region(control rectangle); }\n" +
18 "button { -webkit-widget-region: region(control rectangle); }\n" +
  /external/chromium_org/native_client_sdk/src/doc/
glossary.rst 23 A rectangle on a web page that is managed by a Native Client module (the
24 rectangle can have ``width=0`` and ``height=0``, which means that nothing is
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Buffer11.h 33 PackPixelsParams(const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch,
36 gl::Rectangle area;
  /external/chromium_org/third_party/skia/include/core/
SkAnnotation.h 89 * specified rectangle (in local coordinates, just like drawRect). If the
112 * Annotate the canvas by making the specified rectangle link to a named
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 49 // rectangle in the capture list, when it only needs to be done once at the
53 // Capture the specified rectangle and stores it in the |frame|. In the case
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Surface.3 45 \fBSDL_Surface\fR\&'s represent areas of "graphical" memory, memory that can be drawn to\&. The video framebuffer is returned as a \fBSDL_Surface\fR by \fI\fBSDL_SetVideoMode\fP\fR and \fI\fBSDL_GetVideoSurface\fP\fR\&. Most of the fields should be pretty obvious\&. \fBw\fR and \fBh\fR are the width and height of the surface in pixels\&. \fBpixels\fR is a pointer to the actual pixel data, the surface should be \fIlocked\fR before accessing this field\&. The \fBclip_rect\fR field is the clipping rectangle as set by \fI\fBSDL_SetClipRect\fP\fR\&.
  /external/skia/include/core/
SkAnnotation.h 89 * specified rectangle (in local coordinates, just like drawRect). If the
112 * Annotate the canvas by making the specified rectangle link to a named
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalQueryable.java 26 * 1:1). Others, such as the rectangle queryable will only support integer to rectangle mappings.
  /frameworks/base/core/java/android/view/inputmethod/
SparseRectFArray.java 84 // For performance reasons, only the first rectangle is used for the hash code now.
191 * Puts the rectangle with an integer key.
192 * @param key the key to be associated with the rectangle. It must be greater than all
194 * @param left left of the rectangle.
195 * @param top top of the rectangle.
196 * @param right right of the rectangle.
197 * @param bottom bottom of the rectangle.
198 * @param flags an arbitrary integer value to be associated with this rectangle.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 30 * Definition of rectangle in a mosaic.
51 * Bounds of the rectangle
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 30 * Definition of rectangle in a mosaic.
51 * Bounds of the rectangle

Completed in 534 milliseconds

<<11121314151617181920>>