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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollBehavior.cpp 66 // If the rectangle is fully visible, use the specified visible behavior.
67 // If the rectangle is partially visible, but over a certain threshold,
76 // If the rectangle is partially visible, but not above the minimum threshold, use the specified partial behavior
108 // If the rectangle is fully visible, use the specified visible behavior.
116 // If the rectangle is partially visible, use the specified partial behavior
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 22 import org.eclipse.swt.graphics.Rectangle;
70 Rectangle ca = getClientArea();
85 Rectangle ca1 = getClientArea();
99 Rectangle imageBounds = image.getBounds();
137 private void cropClientArea(Rectangle ca) {
  /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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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 */
  /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();
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 569 * Modify the current clip with the specified rectangle.
581 * Modify the current clip with the specified rectangle, which is
584 * @param rect The rectangle to intersect with the current clip.
594 * Intersect the current clip with the specified rectangle, which is
597 * @param rect The rectangle to intersect with the current clip.
603 * Intersect the current clip with the specified rectangle, which is
606 * @param rect The rectangle to intersect with the current clip.
612 * Modify the current clip with the specified rectangle, which is
615 * @param left The left side of the rectangle to intersect with the
617 * @param top The top of the rectangle to intersect with the curren
    [all...]
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
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 520 * Reads a rectangle of pixels from a render target.
522 * @param left left edge of the rectangle to read (inclusive)
523 * @param top top edge of the rectangle to read (inclusive)
524 * @param width width of rectangle to read in pixels.
525 * @param height height of rectangle to read in pixels.
527 * @param buffer memory to read the rectangle into.
544 * rectangle.
546 * @param left left edge of the rectangle to write (inclusive)
547 * @param top top edge of the rectangle to write (inclusive)
548 * @param width width of rectangle to write in pixels
    [all...]
  /external/skia/include/gpu/
GrContext.h 520 * Reads a rectangle of pixels from a render target.
522 * @param left left edge of the rectangle to read (inclusive)
523 * @param top top edge of the rectangle to read (inclusive)
524 * @param width width of rectangle to read in pixels.
525 * @param height height of rectangle to read in pixels.
527 * @param buffer memory to read the rectangle into.
544 * rectangle.
546 * @param left left edge of the rectangle to write (inclusive)
547 * @param top top edge of the rectangle to write (inclusive)
548 * @param width width of rectangle to write in pixels
    [all...]
  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 14 // with a rectangle of size kBoxWidth x kBoxHeight. The rectangle moves kSpeed
104 // Draw rectangle with the following colors in its corners:
  /external/chromium_org/ui/events/gestures/
gesture_point.h 97 // The enclosing rectangle represents a rectangular touch region generated
99 // events forming a GESTURE_TAP event. The enclosing rectangle is updated
127 // Represents the rectangle that encloses the circles/ellipses
  /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...]
  /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...]
  /art/test/044-proxy/src/
BasicTest.java 44 shapes.rectangle(10, 20);
47 quads.rectangle(15, 25);
130 public int rectangle(int x, int y); method in interface:Shapes
140 public int rectangle(int x, int y); method in interface:Quads
180 public int rectangle(int x, int y) { method in class:Mix
181 System.out.println("--- rectangle " + x + "," + y);
  /dalvik/tests/044-proxy/src/
BasicTest.java 43 shapes.rectangle(10, 20);
46 quads.rectangle(15, 25);
118 public int rectangle(int x, int y); method in interface:Shapes
128 public int rectangle(int x, int y); method in interface:Quads
164 public int rectangle(int x, int y) { method in class:Mix
165 System.out.println("--- rectangle " + x + "," + y);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 127 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled) = 0;
128 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
200 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
202 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
205 virtual bool blitRect(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const gl::Rectangle &drawRect,
  /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/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/chrome/browser/ui/cocoa/
tabpose_window.h 73 // The rectangle of the window that contains all layers. This is the
74 // rectangle occupied by |bgLayer_|.
  /external/chromium_org/cc/scheduler/
texture_uploader.h 41 // Let content_rect be a rectangle, and let content_rect be a sub-rectangle of
  /external/chromium_org/chrome/browser/ui/cocoa/
tabpose_window.h 72 // The rectangle of the window that contains all layers. This is the
73 // rectangle occupied by |bgLayer_|.
  /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

Completed in 1549 milliseconds

1 2 3 4 5 6 7 891011>>