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

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 21 * A selection handle is a small rectangle on the border of a selected view which lets you
42 /** The position of the handle in the selection rectangle */
89 /** The position of the handle in the selection rectangle */
98 * @param position the position of the handle in the selection rectangle
125 * Returns the position of the handle in the selection rectangle
127 * @return the position of the handle in the selection rectangle
136 * @return the position of the handle in the selection rectangle
  /external/chromium_org/ppapi/c/
ppb_view.h 55 * GetRect() retrieves the rectangle of the module instance associated
59 * The returned rectangle may not be inside the visible portion of the
71 * @param rect A <code>PP_Rect</code> receiving the rectangle on success.
74 * viewport rectangle was filled in, <code>PP_FALSE</code> if not.
98 * module instance is scrolled into view and the clip rectangle is nonempty)
128 * GetClipRect() returns the clip rectangle relative to the upper-left corner
129 * of the module instance. This rectangle indicates the portions of the module
133 * (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page
135 * the page itself is on a tab that is not visible, the return rectangle will
136 * contain the visible rectangle as though the page were visible. Refer t
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 51 // Sets the rectangle of the scrollbar.
56 // for the vertical scrollbar would have passed in a rectangle like:
67 // Paint the given rectangle.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_LimitMVToRect.c 29 * bounding rectangle as shown in Figure 6-1.
35 * pRectVOPRef - pointer to the bounding rectangle
52 * - the width or height of the bounding rectangle is less than
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 73 // Expect to see a recipient rectangle around the bounds of the
79 // and finally a rectangle for the bounds of the inserted button
84 // Bounds rectangle
301 // Bounds rectangle
312 // Preview of the dropped rectangle
316 // rectangle
333 // Bounds rectangle
343 // Preview of the dropped rectangle
361 // Bounds rectangle
371 // Preview of the dropped rectangle
    [all...]
  /cts/apps/CtsVerifier/res/drawable/
gray_bubble.xml 16 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
  /development/samples/StackWidget/res/drawable-nodpi/
widget_item_background.xml 16 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
  /external/chromium/chrome/browser/resources/gpu_internals/
fast_rect_renderer.js 38 * can be merged together before issuing a rectangle.
73 * Fills rectangle at the specified location, if visible. If the
74 * rectangle is subpixel, it will be merged with adjacent rectangles.
76 * @param {number} colorId The color of this rectangle, as an index
  /external/chromium-trace/trace-viewer/src/tracing/
fast_rect_renderer.js 38 * can be merged together before issuing a rectangle.
69 * Fills rectangle at the specified location, if visible. If the
70 * rectangle is subpixel, it will be merged with adjacent rectangles.
72 * @param {number} colorId The color of this rectangle, as an index
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
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/chromium_org/ppapi/c/dev/
ppp_widget_dev.h 37 * Informs the instance that the given rectangle needs to be repainted.
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
missing-iframe-contents.html 31 You should see a blue rectangle inside the iframe when the page loads.</p>
  /external/chromium_org/third_party/WebKit/ManualTests/
drag_with_opacity.html 10 -apple-dashboard-region:dashboard-region(control rectangle);
  /external/chromium_org/third_party/skia/src/core/
SkCubicClipper.h 16 /** This class is initialized with a clip rectangle, and then can be fed cubics,
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 18 * Uses GrGpu::stencilPath followed by a cover rectangle. This subclass doesn't apply AA; it relies
  /external/chromium_org/third_party/skia/src/svg/
SkSVGClipPath.cpp 36 parser._addAttribute("rectangle", refStr);
  /external/chromium_org/tools/perf/metrics/
speedindex.py 253 events cover the same rectangle, and whether it's a full-window paint event.
255 each rectangle has a certain number of points and these points are
256 distributed amongst the paint events that paint that rectangle.
269 def ClippedArea(rectangle):
270 """Returns rectangle area clipped to viewport size."""
271 _, x0, y0, x1, y1 = rectangle
279 for rectangle, events in grouped.items():
280 # The area points for each rectangle are divided up among the paint
281 # events in that rectangle.
282 area = ClippedArea(rectangle)
    [all...]
  /external/chromium_org/ui/gfx/
canvas_paint.h 27 // Returns the rectangle that is invalid.
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.h 12 // The scrollbar of kennedy style. Transparent track and grey rectangle
  /external/chromium_org/ui/views/
views_switches.cc 15 // target of a gesture, where the touch region is represented by a rectangle.
  /external/chromium_org/ui/views/widget/
monitor_win.h 19 // intersection with the specified rectangle.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 17 import org.eclipse.swt.graphics.Rectangle;
44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}.
66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
77 public void setBounds(Rectangle bounds) {
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_UpdateRect.3 11 Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
  /external/skia/src/core/
SkCubicClipper.h 16 /** This class is initialized with a clip rectangle, and then can be fed cubics,
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 18 * Uses GrGpu::stencilPath followed by a cover rectangle. This subclass doesn't apply AA; it relies

Completed in 670 milliseconds

1 2 3 4 56 7 8 91011>>