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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/common/
text_input_client_messages.h 28 // Tells the renderer to send back the rectangle for a given character range.
48 gfx::Rect /* frame rectangle */)
  /external/chromium_org/third_party/WebKit/ManualTests/
remove-fixed-position-but-keep-compositing.html 8 The black rectangle starts fixed, and due to a -webkit-transform will be composited. Toggle to unfix it and scroll: the black rectangle should scroll with the page and not overlap the numbers.
  /external/qemu/android/protocol/
fb-updates-proxy.h 30 * -raw Transfers the updating rectangle buffer over the socket.
31 * -shared Used a shared memory to transfer the updating rectangle buffer.
fb-updates.h 29 /* x, y, w, and h identify the rectangle that is being updated. */
35 /* Contains updating rectangle copied over from the framebuffer's pixels. */
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 33 * Return the next rectangle in the region. If there are no more rectangles
35 * this returns true and r is set to that rectangle.
  /packages/apps/Dialer/res/drawable/
background_all_contacts.xml 20 <shape android:shape="rectangle" >
25 <shape android:shape="rectangle" >
bottom_border_background.xml 19 <shape android:shape="rectangle" >
25 <shape android:shape="rectangle" >
call_history_actionbar_background.xml 18 <shape android:shape="rectangle">
23 <shape android:shape="rectangle">
tab_unselected.xml 20 <shape android:shape="rectangle">
26 <shape android:shape="rectangle" >
tab_unselected_pressed.xml 20 <shape android:shape="rectangle">
26 <shape android:shape="rectangle" >
  /packages/services/Telephony/res/drawable/
actionbar_background.xml 18 <shape android:shape="rectangle">
23 <shape android:shape="rectangle">
  /sdk/apps/NotificationStudio/res/drawable-nodpi/
icon_bg.xml 19 <shape android:shape="rectangle">
25 <shape android:shape="rectangle">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 27 import org.eclipse.swt.graphics.Rectangle;
44 /** Current selection border rectangle. Null when mCanvasViewInfo is null . */
45 private final Rectangle mRect;
71 Rectangle r = canvasViewInfo.getSelectionRect();
72 mRect = new Rectangle(r.x, r.y, r.width, r.height);
118 * Returns the selection border rectangle. Cannot be null.
120 * @return the selection border rectangle, never null
122 public Rectangle getRect() {
BinPacker.java 37 * available areas for placement. For each newly inserted rectangle, we first
39 * current rectangle into all the possible remaining unoccupied sub-rectangles.
41 * they are intersecting the newly placed rectangle.
62 * positioned rectangle.
64 * @param minWidth the smallest width of any rectangle placed into this bin
65 * @param minHeight the smallest height of any rectangle placed into this bin
85 /** Attempts to place a rectangle of the given dimensions, if possible */
97 * Finds the best available space rectangle to position a new rectangle of
130 // Pick a rectangle. This currently tries to find the rectangle whose shortes
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 125 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); local
127 floatValueForLength(rectangle->x(), boxWidth),
128 floatValueForLength(rectangle->y(), boxHeight),
129 floatValueForLength(rectangle->width(), boxWidth),
130 floatValueForLength(rectangle->height(), boxHeight));
132 floatValueForLength(rectangle->cornerRadiusX(), boxWidth),
133 floatValueForLength(rectangle->cornerRadiusY(), boxHeight));
186 const BasicShapeInsetRectangle* rectangle = static_cast<const BasicShapeInsetRectangle*>(basicShape); local
187 float left = floatValueForLength(rectangle->left(), boxWidth);
188 float top = floatValueForLength(rectangle->top(), boxHeight)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.h 66 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled);
67 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
139 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
141 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
144 bool copyTexture(ID3D11ShaderResourceView *source, const gl::Rectangle &sourceArea, unsigned int sourceWidth, unsigned int sourceHeight,
145 ID3D11RenderTargetView *dest, const gl::Rectangle &destArea, unsigned int destWidth, unsigned int destHeight, GLenum destFormat);
147 virtual bool blitRect(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const gl::Rectangle &drawRect,
193 void readTextureData(ID3D11Texture2D *texture, unsigned int subResource, const gl::Rectangle &area,
200 bool blitRenderbufferRect(const gl::Rectangle &readRect, const gl::Rectangle &drawRect, RenderTarget *readRenderTarget,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetcliprect.html 83 >SDL_GetClipRect&nbsp;--&nbsp;Gets the clipping rectangle for a surface.</DIV
123 >Gets the clipping rectangle for a surface. When this surface is the
124 destination of a blit, only the area within the clip rectangle is
127 >The rectangle pointed to by <TT
133 filled with the clipping rectangle of the surface.</P
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 25 * Creates a rounded-corner rectangle. Optionally, an inset (rounded) rectangle
27 * The rounded rectangle can be drawn to a Canvas with its own draw() method,
46 * For no rounded corners on the outer rectangle,
54 * For no rounded corners on the inner rectangle,
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 22 import org.eclipse.swt.graphics.Rectangle;
40 * to the model. We never store a null bounds rectangle in the node, a null rectangle
41 * will be converted to an invalid rectangle.
44 public MockNodeProxy(String fqcn, Rectangle bounds, NodeFactory factory) {
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 164 class Rectangle {
166 Rectangle(uint32_t graphicFormat = defaultFormat,
277 uint32_t numOverlays(list<Rectangle>& rectList);
346 list<Rectangle> rectList;
453 Rectangle rect(format->format, startDim);
633 // each rectangle adjust one pixel to the right and one pixel down.
644 list<Rectangle> rectList;
652 Rectangle rect(format, startDim, startDim);
677 list<Rectangle> rectList;
678 Rectangle rect(format, startDim)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 26 import org.eclipse.swt.graphics.Rectangle;
204 Rectangle r2 = new Rectangle(3, 4, 20, 30);
214 Rectangle r = new Rectangle(3, 4, 20, 30);
225 Image result = SwtUtils.drawRectangles(image, Collections.<Rectangle> emptyList(), null,
236 List<Rectangle> items = new ArrayList<Rectangle>();
237 items.add(new Rectangle(30, 60, 20, 20));
274 List<Rectangle> items = new ArrayList<Rectangle>()
    [all...]
  /art/test/044-proxy/
expected.txt 9 Invoke public abstract int Quads.rectangle(int,int)
12 --- rectangle 10,20
13 Success: method rectangle res=4
18 Invoke public abstract int Quads.rectangle(int,int)
21 --- rectangle 15,25
22 Success: method rectangle res=4
54 Proxy methods: [public final java.lang.String $Proxy1.blob(), public final double $Proxy1.blue(int), public final R0a $Proxy1.checkMe(), public final R0aa $Proxy1.checkMe(), public final R0base $Proxy1.checkMe(), public final void $Proxy1.circle(int), public final boolean $Proxy1.equals(java.lang.Object), public final void $Proxy1.getTrace(), public final int $Proxy1.green(double), public final int $Proxy1.hashCode(), public final int $Proxy1.mauve(java.lang.String), public final int $Proxy1.rectangle(int,int), public final int $Proxy1.red(float), public final int $Proxy1.square(int,int), public final java.lang.String $Proxy1.toString(), public final int $Proxy1.trapezoid(int,double,int), public final void $Proxy1.upCheck() throws java.lang.InterruptedException, public final void $Proxy1.upChuck()]
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 78 // Returns the rectangle representing where to position the find bar. It uses
81 // |avoid_overlapping_rect| is specified, the return value will be a rectangle
98 // within the Chrome frame window. The resulting rectangle will be a
99 // rectangle that overlaps the bottom of the Chrome toolbar by one
106 // window/client area rectangle or the rectangle for the page area
107 // then |bounds| will be an empty rectangle.
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 85 // Returns the rectangle representing where to position the find bar. It uses
88 // |avoid_overlapping_rect| is specified, the return value will be a rectangle
107 // within the Chrome frame window. The resulting rectangle will be a
108 // rectangle that overlaps the bottom of the Chrome toolbar by one
115 // window/client area rectangle or the rectangle for the page area
116 // then |bounds| will be an empty rectangle.

Completed in 1779 milliseconds

1 2 3 45 6 7 8 91011>>