HomeSort by relevance Sort by last modified time
    Searched refs:Rect (Results 76 - 100 of 1229) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/opencv/cvaux/src/
cvface.cpp 93 //class RFace(rect based face)
120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect)
122 if ( (p.x >= rect.x) && (p.y >= rect.y) && (p.x <= rect.x + rect.width) && (p.y <= rect.y + rect.height) )
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
138 CvRect Rect = *(CvRect*)lpCandidat
305 CvRect rect = *(CvRect*)m_lppFoundedFaceFeatures[i][j].GetContour(); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 21 import android.graphics.Rect;
41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3,
50 Rect arg3, InputChannel outInputchannel)
58 Rect arg3)
66 int displayId, Rect arg3)
90 int arg4_5, Rect arg5Z, Rect arg5, Rect arg6, Rect arg7, Configuration arg7b,
107 public void getDisplayFrame(IWindow window, Rect outDisplayFrame)
    [all...]
BridgeWindow.java 20 import android.graphics.Rect;
50 public void resized(Rect arg1, Rect arg1p5, Rect arg2, Rect arg3,
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 20 #include "ui/gfx/rect.h"
70 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
99 void GetContentsMask(const gfx::Rect& contents_rect, gfx::Path* path) const;
102 void GetFrameMask(const gfx::Rect&, gfx::Path* path) const;
120 gfx::Rect GetCloseButtonBounds() const;
121 gfx::Rect GetOptionsButtonBounds() const;
122 gfx::Rect GetLabelBounds() const;
129 gfx::Rect GetContentsRectangle() const;
159 gfx::Rect anim_frame_start_;
160 gfx::Rect anim_frame_end_
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 26 virtual gfx::Rect GetPrimaryMonitorWorkArea() const {
27 gfx::Rect rect; local
28 if (GetScreenWorkArea(&rect))
29 return rect.Intersect(GetPrimaryMonitorBounds());
35 virtual gfx::Rect GetPrimaryMonitorBounds() const {
37 GdkRectangle rect; local
38 gdk_screen_get_monitor_geometry(screen, 0, &rect);
39 return gfx::Rect(rect);
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 17 class Rect;
37 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
38 virtual gfx::Rect GetWindowBoundsForClientBounds(
39 const gfx::Rect& client_bounds) const OVERRIDE;
71 gfx::Rect client_view_bounds_;
panel_browser_view.h 31 virtual void SetBounds(const gfx::Rect& bounds);
35 virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const;
53 void LimitBounds(gfx::Rect* bounds) const;
  /frameworks/base/core/java/android/view/
ViewParent.java 19 import android.graphics.Rect;
61 public void invalidateChild(View child, Rect r);
83 public ViewParent invalidateChildInParent(int[] location, Rect r);
138 public boolean getChildVisibleRect(View child, Rect r, android.graphics.Point offset);
248 public boolean requestChildRectangleOnScreen(View child, Rect rectangle,
280 * Ask that a new dispatch of {@link View#fitSystemWindows(Rect)
281 * View.fitSystemWindows(Rect)} be performed.
SurfaceHolder.java 20 import android.graphics.Rect;
238 public Canvas lockCanvas(Rect dirty);
254 * returned Rect. This is only safe to call from the thread of
258 * @return Rect The surface's dimensions. The left and top are always 0.
260 public Rect getSurfaceFrame();
  /frameworks/native/include/ui/
Region.h 25 #include <ui/Rect.h>
40 explicit Region(const Rect& rhs);
50 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; }
51 inline Rect bounds() const { return getBounds(); }
57 void set(const Rect& r);
60 Region& orSelf(const Rect& rhs);
61 Region& xorSelf(const Rect& rhs);
62 Region& andSelf(const Rect& rhs);
63 Region& subtractSelf(const Rect& rhs);
72 const Region merge(const Rect& rhs) const
    [all...]
GraphicBufferMapper.h 34 class Rect;
46 int usage, const Rect& bounds, void** vaddr);
49 int usage, const Rect& bounds, android_ycbcr *ycbcr);
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 30 const gfx::Rect& position_relative_to,
34 gfx::Rect* contents_bounds,
35 gfx::Rect* window_bounds) {
51 gfx::Rect monitor_bounds = GetMonitorBounds(position_relative_to);
68 *contents_bounds = gfx::Rect(gfx::Point(), window_bounds->size());
75 gfx::Rect BorderContents::GetMonitorBounds(const gfx::Rect& rect) {
78 return monitor_provider->GetMonitorWorkAreaMatching(rect);
83 const gfx::Rect& position_relative_to
    [all...]
border_widget_win.h 27 // Given the size of the contained contents (without margins), and the rect
33 virtual gfx::Rect SizeAndGetBounds(const gfx::Rect& position_relative_to,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 3 import android.graphics.Rect;
10 @Implements(Rect.class)
12 @RealObject Rect realRect;
21 public void __constructor__(Rect otherRect) {
29 public void set(Rect rect) {
30 set(rect.left, rect.top, rect.right, rect.bottom)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 20 import android.graphics.Rect;
36 private final Rect mTempRect = new Rect();
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.h 13 #include "ui/gfx/rect.h"
66 virtual gfx::Rect GetDialogPosition(gfx::Rect avoid_overlapping_rect) = 0;
71 virtual void SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) = 0;
128 virtual void GetWidgetBounds(gfx::Rect* bounds);
134 // the window from being a rectangle in shape, to being a rect with
137 void UpdateWindowEdges(const gfx::Rect& new_pos);
143 void SetWidgetPositionNative(const gfx::Rect& new_pos, bool no_redraw);
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h 10 #include "ui/gfx/rect.h"
41 virtual gfx::Rect GetFindBarBoundingBox() const;
76 // Updates |source|'s reserved contents rect by mapping BrowserView's
80 void UpdateReservedContentsRect(const gfx::Rect& browser_reserved_rect,
82 const gfx::Rect& future_source_bounds,
102 void set_vertical_layout_rect(const gfx::Rect& bounds) {
105 const gfx::Rect& vertical_layout_rect() const {
124 gfx::Rect vertical_layout_rect_;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 22 import android.graphics.Rect;
83 Rect destRect = new Rect(0, 0, iconWidth, iconHeight);
86 Rect srcRect = null;
89 srcRect = new Rect(0, 0, sourceWidth, sourceHeight);
102 srcRect = new Rect();
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieEffect.java 21 import android.graphics.Rect;
35 private Rect mStartRect, mEndRect;
121 void setRectangles(Rect startRect, Rect endRect) {
129 public Rect getStartRect() {
136 public Rect getEndRect() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 19 import com.android.ide.common.api.Rect;
53 private final List<Rect> mSpace = new ArrayList<Rect>();
59 * initial available space rectangles with {@link #addSpace(Rect)}, and then
61 * {@link Rect} from {@link #occupy(int, int)} gives the coordinates of the
72 mAllocated = new ArrayList<Rect>();
79 void addSpace(Rect rect) {
80 if (rect.w >= mMinWidth && rect.h >= mMinHeight)
110 Rect rect = mSpace.get(i); local
137 Rect rect = mSpace.get(i); local
196 Rect rect = mSpace.get(index); local
    [all...]
  /cts/tests/src/android/widget/cts/
MockLinearLayout.java 20 import android.graphics.Rect;
38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display_host.h 12 #include "ui/gfx/rect.h"
15 class Rect;
24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
username_view.h 16 class Rect;
54 void PaintUsername(const gfx::Rect& bounds);
  /external/chromium/chrome/browser/extensions/
browser_action_test_util.h 16 class Rect;
53 gfx::Rect GetPopupBounds();
  /external/chromium/chrome/browser/ui/cocoa/
base_view.h 12 #include "ui/gfx/rect.h"
32 // Useful rect conversions (doing coordinate flipping)
33 - (gfx::Rect)flipNSRectToRect:(NSRect)rect;
34 - (NSRect)flipRectToNSRect:(gfx::Rect)rect;

Completed in 2163 milliseconds

1 2 34 5 6 7 8 91011>>