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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
Atlas.java 110 * Packs a rectangle of the specified dimensions in this atlas.
112 * @param width The width of the rectangle to pack in the atlas
113 * @param height The height of the rectangle to pack in the atlas
115 * @return An {@link Entry} instance if the rectangle was packed in
116 * the atlas, or null if the rectangle could not fit
125 * Packs a rectangle of the specified dimensions in this atlas.
127 * @param width The width of the rectangle to pack in the atlas
128 * @param height The height of the rectangle to pack in the atlas
130 * and attributes of the packed rectangle, can be null
132 * @return An {@link Entry} instance if the rectangle was packed i
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 25 import org.eclipse.swt.graphics.Rectangle;
55 * Current mouse hover border rectangle. Null when there's no mouse hover.
56 * The rectangle coordinates do not take account of the translation, which
57 * must be applied to the rectangle when drawing.
59 private Rectangle mHoverRect;
119 * Sets the hover rectangle. The coordinates of the rectangle are in layout
120 * coordinates. The recipient is will own this rectangle.
133 mHoverRect = new Rectangle(x, y, w, h);
146 // Translate the hover rectangle (in canvas coordinates) to contro
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 26 // When a rectangle is specified in this interface, it means the region
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 // Fills the specified rectangle with the specified color.
92 // Draws a texture to the specified rectangle.
99 // Draws the source rectangle part of the texture to the target rectangle.
106 // Draw two textures to the specified rectangle. The actual texture used is
113 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
115 // rectangle is specified by parameter "target".
209 * @param x The left side of the input rectangle
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 28 // When a rectangle is specified in this interface, it means the region
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
91 // Fills the specified rectangle with the specified color.
94 // Draws a texture to the specified rectangle.
101 // Draws the source rectangle part of the texture to the target rectangle.
108 // Draw two textures to the specified rectangle. The actual texture used is
115 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
117 // rectangle is specified by parameter "target".
211 * @param x The left side of the input rectangle
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 26 // When a rectangle is specified in this interface, it means the region
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 // Fills the specified rectangle with the specified color.
92 // Draws a texture to the specified rectangle.
99 // Draws the source rectangle part of the texture to the target rectangle.
106 // Draw two textures to the specified rectangle. The actual texture used is
113 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
115 // rectangle is specified by parameter "target".
209 * @param x The left side of the input rectangle
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 48 * # White YV12 rectangle, with overlapping turquoise
49 * # RGBA8888 rectangle at 30%% (alpha: 0.7) transparency
68 * of the graphic format and then the display frame rectangle where
69 * the frame will be displayed. The display frame rectangle is
143 class Rectangle {
145 Rectangle() : format(defaultFormat), transform(defaultTransform),
164 list<Rectangle> rectangle; variable
173 static Rectangle parseRect(string rectStr);
250 // Parse rectangle description
    [all...]
  /external/chromium_org/remoting/base/
util.h 26 // Convert and scale YUV to RGB32 on a specific rectangle. The source and
29 // as ratio between |dest_size| and |source_size|. The target rectangle
55 // Align the sides of the rectangle to multiples of 2 (expanding outwards).
58 // Scales the supplied rectangle from |in_size| coordinates to |out_size|.
60 // coordinate rectangle that wholly encloses it is returned.
65 // Copy content of a rectangle in a RGB32 image.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 17 import org.eclipse.swt.graphics.Rectangle;
90 Rectangle clientArea = getClientArea();
108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetcliprect.html 83 >SDL_SetClipRect&nbsp;--&nbsp;Sets the clipping rectangle for a surface.</DIV
123 >Sets the clipping rectangle for a surface. When this surface is the
124 destination of a blit, only the area within the clip rectangle will be
127 >The rectangle pointed to by <TT
133 clipped to the edges of the surface so that the clip rectangle for a
145 rectangle will be set to the full size of the surface.</P
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 224 * Draws a drop shadow for the given rectangle into the given context. It will not draw anything
225 * if the rectangle is smaller than a minimum determined by the assets used to draw the shadow
229 * @param x the left coordinate of the left hand side of the rectangle
230 * @param y the top coordinate of the top of the rectangle
231 * @param width the width of the rectangle
232 * @param height the height of the rectangle
245 * Draws a small drop shadow for the given rectangle into the given context. It will not draw
246 * anything if the rectangle is smaller than a minimum determined by the assets used to draw the
250 * @param x the left coordinate of the left hand side of the rectangle
251 * @param y the top coordinate of the top of the rectangle
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkTextBox.h 18 within a rectangle. The textbox is positioned and clipped by its Frame.
19 The Margin rectangle controls where the text is drawn relative to
20 the Frame. Line-breaks occur inside the Margin rectangle.
  /external/skia/include/views/
SkTextBox.h 18 within a rectangle. The textbox is positioned and clipped by its Frame.
19 The Margin rectangle controls where the text is drawn relative to
20 the Frame. Line-breaks occur inside the Margin rectangle.
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java 25 * Defines a rectangle shape.
26 * The rectangle can be drawn to a Canvas with its own draw() method,
53 * Returns the RectF that defines this rectangle's bounds.
  /external/chromium_org/mojo/public/interfaces/bindings/tests/
sample_import2.mojom 24 imported.Shape shape = RECTANGLE;
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p___rect.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___rect.html" title="The PP_Rect struct contains the size and location of a 2D rectangle.">PP_Rect</a></code> struct contains the size and location of a 2D rectangle. </p>
31 <p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
44 <p>This value represents the width and height of the rectangle. </p>
struct_p_p___size.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___size.html" title="The PP_Size struct contains the size of a 2D rectangle.">PP_Size</a></code> struct contains the size of a 2D rectangle. </p>
31 <p>This value represents the height of the rectangle. </p>
44 <p>This value represents the width of the rectangle. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p___float_rect.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___float_rect.html" title="The PP_FloatRect struct contains the size and location of a 2D rectangle.">PP_FloatRect</a></code> struct contains the size and location of a 2D rectangle. </p>
31 <p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
44 <p>This value represents the width and height of the rectangle. </p>
struct_p_p___float_size.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___float_size.html" title="The PP_FloatSize struct contains the size of a 2D rectangle.">PP_FloatSize</a></code> struct contains the size of a 2D rectangle. </p>
31 <p>This value represents the height of the rectangle. </p>
44 <p>This value represents the width of the rectangle. </p>
struct_p_p___rect.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___rect.html" title="The PP_Rect struct contains the size and location of a 2D rectangle.">PP_Rect</a></code> struct contains the size and location of a 2D rectangle. </p>
31 <p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
44 <p>This value represents the width and height of the rectangle. </p>
struct_p_p___size.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___size.html" title="The PP_Size struct contains the size of a 2D rectangle.">PP_Size</a></code> struct contains the size of a 2D rectangle. </p>
31 <p>This value represents the height of the rectangle. </p>
44 <p>This value represents the width of the rectangle. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p___rect.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___rect.html" title="The PP_Rect struct contains the size and location of a 2D rectangle.">PP_Rect</a></code> struct contains the size and location of a 2D rectangle. </p>
31 <p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
44 <p>This value represents the width and height of the rectangle. </p>
struct_p_p___size.html 19 <div class="textblock"><p>The <code><a class="el" href="struct_p_p___size.html" title="The PP_Size struct contains the size of a 2D rectangle.">PP_Size</a></code> struct contains the size of a 2D rectangle. </p>
31 <p>This value represents the height of the rectangle. </p>
44 <p>This value represents the width of the rectangle. </p>
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.h 74 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled);
75 virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
123 virtual bool copyImage2D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
125 virtual bool copyImageCube(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
127 virtual bool copyImage3D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
129 virtual bool copyImage2DArray(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
132 virtual bool blitRect(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const gl::Rectangle &drawRect,
133 const gl::Rectangle *scissor, bool blitRenderTarget, bool blitDepth, bool blitStencil, GLenum filter);
212 gl::Error readTextureData(ID3D11Texture2D *texture, unsigned int subResource, const gl::Rectangle &area, GLenum format
    [all...]
  /external/chromium_org/tools/perf/metrics/
speedindex.py 235 events cover the same rectangle, and whether it's a full-window paint event.
237 each rectangle has a certain number of points and these points are
238 distributed amongst the paint events that paint that rectangle.
251 def ClippedArea(rectangle):
252 """Returns rectangle area clipped to viewport size."""
253 _, x0, y0, x1, y1 = rectangle
261 for rectangle, events in grouped.items():
262 # The area points for each rectangle are divided up among the paint
263 # events in that rectangle.
264 area = ClippedArea(rectangle)
    [all...]
  /external/chromium_org/ui/android/java/res/drawable/
color_picker_border.xml 8 android:shape="rectangle">

Completed in 1676 milliseconds

1 2 34 5 6 7 8 91011>>