HomeSort by relevance Sort by last modified time
    Searched full:rect (Results 476 - 500 of 5422) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
quadpaths.cpp 95 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); local
101 canvas->translate((rect.width() + 40 * SK_Scalar1) * SK_ARRAY_COUNT(gStyles), 0);
106 canvas->translate(0, rect.height() + 40 * SK_Scalar1);
111 canvas->translate(rect.width() + 40 * SK_Scalar1, 0);
115 this->drawPath(path.fPath, canvas, color, rect,
124 canvas->drawRect(rect, rectPaint);
133 0, rect.height() + 12 * SK_Scalar1,
137 0, rect.height() + 24 * SK_Scalar1,
141 0, rect.height() + 36 * SK_Scalar1,
238 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1) local
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.view.Gravity.html 86 <A NAME="android.view.Gravity.apply_added(int, int, int, android.graphics.Rect, android.graphics.Rect, int)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/Gravity.html#apply(int, int, int, android.graphics.Rect, android.graphics.Rect, int)" target="_top"><code>apply</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Rect<nobr>,</nobr> Rect<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
93 <A NAME="android.view.Gravity.apply_added(int, int, int, android.graphics.Rect, int, int, android.graphics.Rect, int)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/Gravity.html#apply(int, int, int, android.graphics.Rect, int, int, android.graphics.Rect, int)" target="_top"><code>apply</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> (…)
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 19 import android.graphics.Rect;
46 final Rect mFocusedRect = new Rect();
47 final Rect mOtherRect = new Rect();
48 final Rect mBestCandidateRect = new Rect();
76 public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction) {
81 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) {
113 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 170 SVGA3dRect rect; local
284 rect.x = fx;
285 rect.y = fy;
286 rect.w = fw;
287 rect.h = fh;
291 fabs((float)rect.x - fx),
292 fabs((float)rect.y - fy),
293 fabs((float)rect.w - fw),
294 fabs((float)rect.h - fh));
298 rect.x
465 SVGA3dRect rect; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 170 SVGA3dRect rect; local
284 rect.x = fx;
285 rect.y = fy;
286 rect.w = fw;
287 rect.h = fh;
291 fabs((float)rect.x - fx),
292 fabs((float)rect.y - fy),
293 fabs((float)rect.w - fw),
294 fabs((float)rect.h - fh));
298 rect.x
465 SVGA3dRect rect; local
    [all...]
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.h 13 #include "ui/gfx/rect.h"
38 const gfx::Rect& bounds() const { return bounds_; }
44 void Show(const gfx::Rect& bounds);
67 void CreatePhantomWidget(const gfx::Rect& bounds);
79 gfx::Rect start_bounds_;
80 gfx::Rect bounds_;
  /external/chromium_org/cc/layers/
tiled_layer.h 59 void InvalidateContentRect(gfx::Rect content_rect);
66 gfx::Rect IdlePaintRect();
105 gfx::Rect MarkTilesForUpdate(int left,
110 void UpdateTileTextures(gfx::Rect paint_rect,
130 gfx::Rect predicted_visible_rect_;
131 gfx::Rect previous_visible_rect_;
  /external/chromium_org/cc/quads/
render_pass_unittest.cc 29 gfx::Rect output_rect;
38 gfx::Rect output_rect(45, 22, 120, 13);
41 gfx::Rect damage_rect(56, 123, 19, 43);
57 gfx::Transform(), gfx::Size(), gfx::Rect(), gfx::Rect(), false, 1);
63 pass->shared_quad_state_list.back(), gfx::Rect(), SkColor());
  /external/chromium_org/chrome/browser/ui/gtk/
first_run_bubble.cc 31 const gfx::Rect& rect) {
34 new FirstRunBubble(browser, anchor, rect);
43 const gfx::Rect& rect)
75 &rect,
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 48 RECT rect = {0}; local
49 GetClientRect(hwnd_, &rect);
51 // offset to be applied to the left or right edge of the client rect
58 cached_minimize_button_x_delta_ = rect.right - minimize_offset;
72 RECT client_rect = {0};
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 72 gfx::Rect viewport,
73 gfx::Rect clip,
86 gfx::Rect viewport,
87 gfx::Rect clip,
98 gfx::Rect cached_hw_viewport_;
99 gfx::Rect cached_hw_clip_;
  /external/chromium_org/content/browser/renderer_host/
backing_store.h 20 class Rect;
59 const gfx::Rect& bitmap_rect,
60 const std::vector<gfx::Rect>& copy_rects,
69 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
75 const gfx::Rect& clip_rect,
  /external/chromium_org/content/renderer/
text_input_client_observer.cc 16 #include "ui/gfx/rect.h"
53 gfx::Rect rect; local
55 if (!render_view_impl_->GetPepperCaretBounds(&rect))
63 rect = web_rect;
66 Send(new TextInputClientReplyMsg_GotFirstRectForRange(routing_id(), rect));
  /external/chromium_org/ui/aura/
root_window_host_ozone.h 14 #include "ui/gfx/rect.h"
21 explicit RootWindowHostOzone(const gfx::Rect& bounds);
35 virtual gfx::Rect GetBounds() const OVERRIDE;
36 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
49 virtual bool CopyAreaToSkCanvas(const gfx::Rect& source_bounds,
58 gfx::Rect bounds_;
  /external/chromium_org/ui/aura/test/
test_windows.cc 11 #include "ui/gfx/rect.h"
17 return CreateTestWindowWithDelegate(NULL, id, gfx::Rect(), parent);
20 Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent) {
26 const gfx::Rect& bounds,
34 const gfx::Rect& bounds,
47 const gfx::Rect& bounds,
  /external/chromium_org/ui/views/win/
fullscreen_handler.cc 8 #include "ui/gfx/rect.h"
40 gfx::Rect FullscreenHandler::GetRestoreBounds() const {
41 return gfx::Rect(saved_window_info_.window_rect);
80 gfx::Rect window_rect(monitor_info.rcMonitor);
93 // On restore, resize to the previous saved rect size.
94 gfx::Rect new_rect(saved_window_info_.window_rect);
  /external/skia/src/images/
SkFlipPixelRef.cpp 65 static void copyRect(const SkBitmap& dst, const SkIRect& rect,
67 const size_t offset = rect.fTop * dst.rowBytes() + (rect.fLeft << shift);
71 const size_t bytes = rect.width() << shift;
73 int height = rect.height();
107 copyRect(dst, iter.rect(), srcAddr, shift);
  /external/skia/tests/
InfRectTest.cpp 53 SkRect rect; local
54 rect.set(l, t, r, b);
55 REPORTER_ASSERT(reporter, !rect.isFinite());
58 // Tests that isFinite() will reject any rect with +/-inf values
74 SkRect rect = SkRect::MakeXYWH(small, small, big, big); local
75 REPORTER_ASSERT(reporter, rect.isFinite());
  /frameworks/base/graphics/java/android/graphics/
Region.java 69 public Region(Rect r) {
96 public boolean set(Rect r) {
132 * Return a new Rect set to the bounds of the region. If the region is
133 * empty, the Rect will be set to [0, 0, 0, 0]
135 public Rect getBounds() {
136 Rect r = new Rect();
142 * Set the Rect to the bounds of the region. If the region is empty, the
143 * Rect will be set to [0, 0, 0, 0]
145 public boolean getBounds(Rect r)
    [all...]
  /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...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 158 const Rect lockBounds(width, height);
163 status_t GraphicBuffer::lock(uint32_t usage, const Rect& rect, void** vaddr)
165 if (rect.left < 0 || rect.right > this->width ||
166 rect.top < 0 || rect.bottom > this->height) {
168 rect.left, rect.top, rect.right, rect.bottom,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
ZoomControlsRuleTest.java 22 import com.android.ide.common.api.Rect;
33 .bounds(new Rect(0, 0, 240, 480)).add(
35 new Rect(0, 0, 100, 80)),
37 new Rect(0, 100, 100, 80)),
39 new Rect(0, 200, 100, 80)),
41 new Rect(0, 300, 100, 80)));
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_browsertest.cc 32 gfx::Rect primary_display_area = PanelManager::GetInstance()->
61 static gfx::Rect GetStackedAtBottomPanelBounds(
62 const gfx::Rect& initial_bounds,
63 const gfx::Rect& above_bounds) {
64 return gfx::Rect(above_bounds.x(),
72 static gfx::Rect GetStackedAtTopPanelBounds(
73 const gfx::Rect& initial_bounds,
74 const gfx::Rect& below_bounds) {
75 return gfx::Rect(below_bounds.x(),
117 gfx::Rect bounds1 = panel1->GetBounds()
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 20 import android.graphics.Rect;
122 // Test Region(Rect)
123 Rect rect = new Rect(); local
124 new Region(rect);
133 Rect rect = new Rect(1, 2, 3, 4); local
134 Region oriRegion = new Region(rect);
145 Rect rect = new Rect(1, 2, 3, 4); local
192 Rect rect = new Rect(1, 2, 3, 4); local
    [all...]
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 175 gfx::Rect contents_rect = GetContentsRectangle();
195 gfx::Rect(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
197 gfx::Rect contents_rect = GetContentsRectangle();
206 anim_frame_end_ = gfx::Rect(
228 gfx::Rect frame_position(
240 gfx::Rect contents_rect = GetContentsRectangle();
251 gfx::Rect BalloonViewImpl::GetCloseButtonBounds() const {
252 return gfx::Rect(
260 gfx::Rect BalloonViewImpl::GetOptionsButtonBounds() const {
261 gfx::Rect close_rect = GetCloseButtonBounds()
470 gfx::Rect rect = GetContentsBounds(); local
    [all...]

Completed in 565 milliseconds

<<11121314151617181920>>