/external/chromium_org/ppapi/api/ |
D | pp_size.idl | 7 * This file defines the width and height of a 2D rectangle. 11 * The <code>PP_Size</code> struct contains the size of a 2D rectangle. 15 /** This value represents the width of the rectangle. */ 17 /** This value represents the height of the rectangle. */ 22 * The <code>PP_FloatSize</code> struct contains the size of a 2D rectangle. 25 /** This value represents the width of the rectangle. */ 27 /** This value represents the height of the rectangle. */
|
D | pp_rect.idl | 7 * This file defines the APIs for creating a 2 dimensional rectangle. 12 * rectangle. 18 * the rectangle. 22 /** This value represents the width and height of the rectangle. */ 28 * rectangle. 33 * the rectangle. 37 /** This value represents the width and height of the rectangle. */
|
D | ppb_view.idl | 42 * GetRect() retrieves the rectangle of the module instance associated 46 * The returned rectangle may not be inside the visible portion of the 58 * @param rect A <code>PP_Rect</code> receiving the rectangle on success. 61 * viewport rectangle was filled in, <code>PP_FALSE</code> if not. 88 * module instance is scrolled into view and the clip rectangle is nonempty) 120 * GetClipRect() returns the clip rectangle relative to the upper-left corner 121 * of the module instance. This rectangle indicates the portions of the module 125 * (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page 127 * the page itself is on a tab that is not visible, the return rectangle will 128 * contain the visible rectangle as though the page were visible. Refer to [all …]
|
D | ppb_graphics_2d.idl | 91 * means that the rectangle being painted will be at <code>src_rect</code> 130 * provided clipping rectangle will be shifted by (dx, dy) pixels. 136 * The scroll can be larger than the area of the clipping rectangle, which 137 * means the current image will be scrolled out of the rectangle. This 141 * @param[in] clip The clipping rectangle. 142 * @param[in] amount The amount the area in the clipping rectangle will 256 * to DidChangeView has a rectangle of (w=200, h=100) and a device scale of
|
D | ppb_compositor_layer.idl | 164 * Sets a clip rectangle for a compositor layer. The Chromium compositor 166 * with the rectangle. 170 * param[in] rect The clip rectangle. The origin is top-left corner of 223 * Sets a source rectangle for a texture layer or an image layer.
|
/external/chromium_org/chrome/browser/extensions/ |
D | display_info_provider_chromeos.cc | 103 const gfx::Rect& rectangle) { in GetLayoutForRectangles() argument 108 gfx::Point center(2 * (rectangle.x() - reference.x()) + rectangle.width(), in GetLayoutForRectangles() 109 2 * (rectangle.y() - reference.y()) + rectangle.height()); in GetLayoutForRectangles() 137 if (rectangle.y() > reference.y() + reference.height()) { in GetLayoutForRectangles() 140 } else if (rectangle.y() + rectangle.height() < reference.y()) { in GetLayoutForRectangles() 145 if (rectangle.x() > reference.x() + reference.width()) { in GetLayoutForRectangles() 148 } else if (rectangle.x() + rectangle.width() < reference.x()) { in GetLayoutForRectangles() 156 return ash::DisplayLayout::FromInts(position, rectangle.y()); in GetLayoutForRectangles() 158 return ash::DisplayLayout::FromInts(position, rectangle.x()); in GetLayoutForRectangles()
|
/external/chromium_org/ppapi/generators/test_namespace/ |
D | foo.idl | 14 /* This value represents the width of the rectangle. */ 16 /* This value represents the height of the rectangle. */
|
/external/chromium_org/tools/perf/metrics/ |
D | speedindex.py | 251 def ClippedArea(rectangle): argument 253 _, x0, y0, x1, y1 = rectangle 261 for rectangle, events in grouped.items(): 264 area = ClippedArea(rectangle)
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_flipy.txt | 74 "There is a mechanism for selecting a sub-rectangle of groups 75 from a larger containing rectangle. This mechanism relies on 88 "There is a mechanism for selecting a sub-rectangle of groups 89 from a larger containing rectangle. This mechanism relies on
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.instanced.txt | 37 For each instance a rectangle-shaped grid of triangles is drawn. Instanced 38 variables are rectangle offset and color components R, G and B. Offsets are
|
/external/clang/test/FixIt/ |
D | typo.c | 38 rectangle *r2 = &r1; // expected-error{{unknown type name 'rectangle'; did you mean 'Rectangle'?}} in test()
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 121 "BlitFramebufferANGLE transfers a rectangle of pixel values from one 132 copied from the source rectangle, bound by the locations (srcX0, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by 135 of the rectangle are inclusive, while the upper bounds are 149 and destination rectangle dimensions do not match, no copy is 155 destination rectangle specifies a negative dimension, the error 187 complete buffers can be copied. If the source rectangle does not 188 specify the complete source buffer or the destination rectangle 336 - the source and destination rectangle dimensions do not match
|
/external/chromium_org/ui/gfx/ |
D | canvas_paint_mac.h | 39 const NSRect& rectangle() const { in rectangle() function
|
/external/chromium_org/ppapi/api/dev/ |
D | ppp_widget_dev.idl | 19 * Informs the instance that the given rectangle needs to be repainted.
|
D | ppb_widget_dev.idl | 28 * Paint the given rectangle of the widget into the given image.
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | 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/components/feedback/proto/ |
D | math.proto | 19 // Axis-aligned rectangle in 2D space.
|
D | annotations.proto | 22 required Rectangle rectangle = 1; field
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateSchema.xsd | 584 The ID of a rectangle element. 652 A shader describes how to draw within a rectangle. 653 Outside of the rectangle, the shader may be ignored, clamped on the edges, or repeated. 885 AddRect adds a closed rectangle to the parent path element. 891 <!-- @attribute bottom The bottom edge of the rectangle. --> 893 <!-- @attribute left The left edge of the rectangle. --> 895 <!-- @attribute right The right edge of the rectangle. --> 897 <!-- @attribute top" The top" edge of the rectangle. --> 904 AddRoundRect adds a closed rounded rectangle to the parent path element. 910 <!-- @attribute bottom The bottom edge of the rounded rectangle's bounding box. --> [all …]
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 584 The ID of a rectangle element. 652 A shader describes how to draw within a rectangle. 653 Outside of the rectangle, the shader may be ignored, clamped on the edges, or repeated. 885 AddRect adds a closed rectangle to the parent path element. 891 <!-- @attribute bottom The bottom edge of the rectangle. --> 893 <!-- @attribute left The left edge of the rectangle. --> 895 <!-- @attribute right The right edge of the rectangle. --> 897 <!-- @attribute top" The top" edge of the rectangle. --> 904 AddRoundRect adds a closed rounded rectangle to the parent path element. 910 <!-- @attribute bottom The bottom edge of the rounded rectangle's bounding box. --> [all …]
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 42 …* - Given a set of disks, determine if any is completely contained in a query rectangle (represe… 43 …* in 3D and represent the rectangle as a pyramid based on the original rectangle and shrinking…
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | view-focus-input-events.rst | 37 inside the rectangle managed by a module) also generates input events, which 49 | clip rectangle of the module's |rectangle has changed and reallocate the| 107 of instance's rectangle versus the new size. It also compares
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
D | platform_x11.c | 336 xcb_rectangle_t rectangle; in dri2_process_buffers() local 363 rectangle.x = 0; in dri2_process_buffers() 364 rectangle.y = 0; in dri2_process_buffers() 365 rectangle.width = dri2_surf->base.Width; in dri2_process_buffers() 366 rectangle.height = dri2_surf->base.Height; in dri2_process_buffers() 368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle); in dri2_process_buffers()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 336 xcb_rectangle_t rectangle; in dri2_process_buffers() local 363 rectangle.x = 0; in dri2_process_buffers() 364 rectangle.y = 0; in dri2_process_buffers() 365 rectangle.width = dri2_surf->base.Width; in dri2_process_buffers() 366 rectangle.height = dri2_surf->base.Height; in dri2_process_buffers() 368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle); in dri2_process_buffers()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | fullscreen_exit_bubble_view.mm | 38 // Start with a rounded rectangle.
|