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

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/
rect_f.h 45 // Scales the rectangle by |scale|.
99 // Constructs a rectangle with |p1| and |p2| as opposite corners.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboPropertyEditor.java 25 import org.eclipse.swt.graphics.Rectangle;
102 public final void setBounds(Rectangle bounds) {
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
package.html 37 <li>{@link com.jme3.math.Rectangle} - 3D rectangle</li>
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlrect.html 129 >Position of the upper-left corner of the rectangle</TD
144 >The width and height of the rectangle</TD
  /external/skia/include/core/
SkBlitRow.h 76 /** Function pointer that blends a single color onto a 32-bit rectangle. */
80 /** Blend a single color into a rectangle of D32 pixels. */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 42 * pRefRect - pointer to the valid reference plane rectangle; coordinates
43 * are specified relative to the image origin. Rectangle
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 70 public Rectangle boundingBox() {
77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 38 * Get the sample mean and variance of a 2-D buffer of bytes over a given rectangle.
40 * TODO: Check if crop rectangle is necessary to be included in this filter.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 30 import org.eclipse.swt.graphics.Rectangle;
118 Rectangle bounds = combo.getBounds();
TargetMenuListener.java 29 import org.eclipse.swt.graphics.Rectangle;
120 Rectangle bounds = combo.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 22 import org.eclipse.swt.graphics.Rectangle;
83 Rectangle r = info.getAbsRect();
OutlineOverlay.java 22 import org.eclipse.swt.graphics.Rectangle;
88 Rectangle r = info.getAbsRect();
CanvasViewInfo.java 40 import org.eclipse.swt.graphics.Rectangle;
77 private final Rectangle mAbsRect;
78 private final Rectangle mSelectionRect;
108 Object viewObject, UiViewElementNode node, Rectangle absRect,
109 Rectangle selectionRect, ViewInfo viewInfo) {
126 public Rectangle getAbsRect() {
131 * Returns the absolute selection bounds of the view info as a rectangle.
140 public Rectangle getSelectionRect() {
647 public static Pair<CanvasViewInfo,List<Rectangle>> create(ViewInfo root, boolean layoutlib5) {
674 private Pair<CanvasViewInfo,List<Rectangle>> create(ViewInfo root)
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.h 38 // * The rectangle of a browser frame.
39 // This rectangle is used for pasting the above bitmap to the right position
155 // Returns a rectangle that fits into the destination rectangle and keeps
  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.h 35 // Track only in the frame rectangle? Default: NO.
info_bubble_view.mm 28 // Start with a rounded rectangle.
  /external/chromium_org/ash/first_run/
first_run_helper.h 48 // Returns bounding rectangle of launcher elements.
  /external/chromium_org/cc/resources/
picture_pile.cc 53 // current record rectangle. Only add it if the amount of empty
66 // current recording rectangle.
72 // Adding this invalid tile to the current recording rectangle
73 // would exceed our badness threshold, so put the current rectangle
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_algorithm.h 28 // |clipping_rect| (cropping rectangle for the source canvas) and
  /external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_exit_bubble_view.mm 38 // Start with a rounded rectangle.
  /external/chromium_org/ppapi/c/dev/
ppb_widget_dev.h 43 * Paint the given rectangle of the widget into the given image.
  /external/chromium_org/ppapi/cpp/
text_input_controller.h 44 /// @param[in] caret A rectangle indicating the caret area.
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 28 // Fills the rectangle |rect| with the given ARGB color |color| in |buffer|.
187 // work out which source rectangle that corresponds to.
229 // Determine the scaled area affected by this rectangle changing.
259 // Determine the scaled area affected by this rectangle changing.
  /external/chromium_org/third_party/libva/va/
va_x11.h 47 * rectangle
  /external/chromium_org/third_party/skia/src/core/
SkQuadClipper.h 15 /** This class is initialized with a clip rectangle, and then can be fed quads,

Completed in 709 milliseconds

<<11121314151617181920>>