HomeSort by relevance Sort by last modified time
    Searched defs:rect (Results 51 - 75 of 342) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRect.java 39 private ChimpRect rect; field in class:MonkeyRect
54 public MonkeyRect(ChimpRect rect) {
55 this.rect = rect;
56 this.left = rect.left;
57 this.right = rect.right;
58 this.top = rect.top;
59 this.bottom = rect.bottom;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 65 RectF rect = new RectF(0, HEIGHT / 2 - SQUARE, 0, HEIGHT / 2 + SQUARE); local
67 rect.left = i - SQUARE;
68 rect.right = i + SQUARE;
69 canvas.drawRect(rect, p);
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 128 CGRect rect; local
129 rect.origin.x = rect.origin.y = 0;
130 rect.size.width = bm.width();
131 rect.size.height = bm.height();
133 CGContextDrawImage(cg, rect, image);
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.h 33 int rect[4]; member in struct:PendingCropRect
54 void addPendingCropRect(const int *rect);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.cc 22 GdkRectangle rect = {i, j, 1, 1}; local
23 gdk_region_union_with_rect(region, &rect);
38 void BubbleWindow::InitWindow(GtkWindow* parent, const gfx::Rect& bounds) {
114 const gfx::Rect& bounds,
  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 84 gfx::Rect rect; local
85 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
152 gfx::Rect rect;
153 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
206 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const {
217 void DockInfo::SizeOtherWindowTo(const gfx::Rect& bounds) const
    [all...]
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 73 gfx::Rect rc(0, 0, 0, 0);
112 popup_->SetBounds(gfx::Rect(x, y, size.width(), size.height()));
125 SkRect rect; local
126 rect.set(0, 0,
130 path.addRoundRect(rect, rad, SkPath::kCW_Direction);
134 gfx::Rect body_bounds(kTextHorizPadding / 2, 0, text_width, height());
  /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/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 230 RECT rect; local
234 GetClientRect(SDL_Window, &rect);
237 if (PtInRect(&rect, pt) && (WindowFromPoint(pt) == SDL_Window)){
  /external/skia/gm/
shapes.cpp 9 SkRect rect; local
10 rect.set(SkIntToScalar(l), SkIntToScalar(t),
12 return rect;
  /external/skia/samplecode/
SampleShapes.cpp 14 SkRect rect; local
15 rect.set(SkIntToScalar(l), SkIntToScalar(t),
17 return rect;
  /external/skia/src/utils/mac/
SkBitmap_Mac.cpp 128 CGRect rect; local
129 rect.origin.x = rect.origin.y = 0;
130 rect.size.width = bm.width();
131 rect.size.height = bm.height();
133 CGContextDrawImage(cg, rect, image);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBox.cpp 182 IntRect rect = toRenderListBox(m_renderer)->itemBoundingBoxRect(parentRect.x(), parentRect.y(), i); local
185 if (rect.contains(point)) {
AccessibilityListBoxOption.cpp 88 IntRect rect; local
90 return rect;
94 return rect;
98 return rect;
103 rect = toRenderListBox(listBoxRenderer)->itemBoundingBoxRect(parentRect.x(), parentRect.y(), index);
105 return rect;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 133 IntRect rect; member in struct:WebCore::FocusCandidate
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 53 // Constants used to figure the drag rect outside which we should snap the
78 // Find the rect within which we shouldn't snap, by expanding the track rect
80 IntRect rect = trackRect(scrollbar); local
83 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
84 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
90 // We should snap iff the event is outside our calculated rect.
91 return !rect.contains(mousePosition);
94 void ScrollbarThemeChromiumWin::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
112 rect,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 83 // Invalid rect, reject it
99 const SkIRect& ir = rgnIter.rect();
164 IntRect rect = m_ring->rings().at(i); local
166 region.setRect(rect);
168 region.op(rect, SkRegion::kUnion_Op);
186 SkIRect rect = region.getBounds(); local
187 if (rect.intersect(viewport.fLeft, viewport.fTop,
192 XLOG("Quick rejecting [%dx%d, %d, %d", rect.fLeft, rect.fTop,
193 rect.width(), rect.height())
    [all...]
PlatformGraphicsContext.h 91 WebCore::IntRect rect() { return m_rect; } function in class:Container
156 // nod/rect, and record a new subpicture for this node/button in the current
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 122 IntRect rect = dirtyRects[n]; local
123 updatedRects.append(rect);
124 context.clip(FloatRect(rect));
126 m_backingStore->m_client->tiledBackingStorePaint(&context, m_backingStore->mapToContents(rect));
142 void Tile::paint(GraphicsContext* context, const IntRect& rect)
147 IntRect target = intersection(rect, m_rect);
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.cpp 116 BRect rect = intRect; local
122 be_control_look->DrawCheckBox(view, rect, rect, base);
148 BRect rect = intRect; local
154 be_control_look->DrawRadioButton(view, rect, rect, base);
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 166 IntRect rect = thumbRect(); local
167 thumb->setFrameRect(rect);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 121 RECT rect; local
122 ::GetClientRect(m_inspectorWindow, &rect);
124 ::SetWindowPos(m_inspectorView->window(), 0, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER);
158 RECT emptyRect = { 0 }
    [all...]
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 22 import android.graphics.Rect;
81 Rect rect = d.getBounds(); local
84 fm.ascent = -rect.bottom;
91 return rect.right;
  /packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java 76 final RectF rect = mRect; local
80 rect.set(left + layout.getLineLeft(0) - PADDING_H,
85 canvas.drawRoundRect(rect, CORNER_RADIUS, CORNER_RADIUS, mPaint);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 20 import android.graphics.Rect;
32 private final Rect mInputViewRect = new Rect();
33 private final Rect mEventForwardingRect = new Rect();
34 private final Rect mEventReceivingRect = new Rect();
62 final Rect rect = mInputViewRect; local
63 this.getGlobalVisibleRect(rect);
    [all...]

Completed in 2187 milliseconds

1 23 4 5 6 7 8 91011>>