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

<<11121314

  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 986 ARect rect; local
987 rect.left = x;
988 rect.top = y;
989 rect.right = x+w;
990 rect.bottom = y+h;
991 code->callbacks.onContentRectChanged(code, &rect);
    [all...]
android_view_Surface.cpp 29 #include <ui/Rect.h>
336 Rect dirty;
345 dirtyRegion.set(Rect(0x3FFF,0x3FFF));
379 const Rect b(dirtyRegion.getBounds());
383 Rect const* r = dirtyRegion.getArray(&count);
396 const Rect& bounds(dirtyRegion.getBounds());
676 Region reg(Rect(b.fLeft, b.fTop, b.fRight, b.fBottom));
680 const SkIRect& r(it.rect());
824 {"lockCanvasNative", "(Landroid/graphics/Rect;)Landroid/graphics/Canvas;", (void*)Surface_lockCanvas },
871 jclass rect = env->FindClass("android/graphics/Rect") local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 27 import android.graphics.Rect;
58 private final Rect mTmpRect = new Rect();
285 Rect bounds = layers[i].mDrawable.getBounds();
357 public boolean getPadding(Rect padding) {
487 protected void onBoundsChange(Rect bounds) {
542 final Rect rect = mTmpRect; local
543 r.mDrawable.getPadding(rect);
544 if (rect.left != mPaddingL[i] || rect.top != mPaddingT[i] |
    [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 1151 OMX_CONFIG_RECTTYPE rect; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 1084 Rectangle2D rect = mainInfo.mFont.getStringBounds(text, index, index + count, local
    [all...]
Path_Delegate.java 175 /*package*/ static boolean native_isRect(int nPath, RectF rect) {
181 // create an Area that can test if the path is a rect
184 if (rect != null) {
185 pathDelegate.fillBounds(rect);
314 /*package*/ static void native_addRect(int nPath, RectF rect, int dir) {
320 pathDelegate.addRect(rect.left, rect.top, rect.right, rect.bottom, dir);
373 int nPath, RectF rect, float rx, float ry, int dir)
558 Rectangle2D rect = mPath.getBounds2D(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 22 import android.graphics.Rect;
53 protected final Rect mBounds = new Rect();
54 protected final Rect mPaddings = new Rect();
178 public Rect bounds() {
255 Rect rect = component.mBounds; local
256 int left = rect.left;
257 int top = rect.top
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 21 import android.graphics.Rect;
466 final Rect frame = holder.getSurfaceFrame();
493 final RectF rect = mRect; local
494 rect.set(-size, -size, size, size);
509 c.drawArc(rect, 0.0f, angle * 360.0f, false, paint);
514 rect.set(-size, -size, size, size);
523 c.drawArc(rect, 0.0f, angle * 360.0f, false, paint);
527 rect.set(-size, -size, size, size);
536 c.drawArc(rect, 0.0f, angle * 360.0f, false, paint);
540 rect.set(-size, -size, size, size)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 24 import com.android.ide.common.api.Rect;
491 Rect bounds = SwtUtils.toRect(getAbsRect());
492 Rect parentBounds = null;
694 Rectangle rect = child.getAbsRect(); local
696 absRect = rect;
698 absRect = absRect.union(rect);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 1691 CRect rect; local
2609 RECT rect; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 338 gfx::Rect frame_bounds = gtk_util::GetWidgetScreenBounds(GTK_WIDGET(parent));
352 GdkRectangle rect; local
353 gdk_screen_get_monitor_geometry(screen, monitor, &rect);
356 if (origin.x() > rect.x + rect.width - size.width())
357 origin.set_x(rect.x + rect.width - size.width());
358 if (origin.y() > rect.y + rect.height - size.height())
359 origin.set_y(rect.y + rect.height - size.height())
    [all...]
  /external/opencv/cv/include/
cvtypes.h 72 CvRect rect; /* ROI of the component */ member in struct:CvConnectedComp
334 } rect[CV_HAAR_FEATURE_MAX]; member in struct:CvHaarFeature
377 CvRect rect; member in struct:CvAvgComp
  /external/opencv/cv/src/
cvcalibinit.cpp 1633 CvRect rect = ((CvContour*)src_contour)->rect; local
1824 CvRect rect = ((CvContour*)src_contour)->rect; local
    [all...]
mycvHaarDetectObjects.cpp 61 rect[CV_HAAR_FEATURE_MAX]; member in struct:MyCvHidHaarFeature
218 if( classifier->haar_feature[l].rect[k].r.width )
220 CvRect r = classifier->haar_feature[l].rect[k].r;
304 if( fabs(feature->rect[2].weight) < DBL_EPSILON ||
305 feature->rect[2].r.width == 0 ||
306 feature->rect[2].r.height == 0 )
307 memset( &(node->feature.rect[2]), 0, sizeof(node->feature.rect[2]) );
349 int rect_count = 2 + (classifier->haar_feature->rect[2].r.width != 0);
358 ipp_features[k] = classifier->haar_feature->rect[l].r
1254 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height); local
1269 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height); local
1449 CvRect* rect = (CvRect*)cvGetSeqElem( seq, i ); local
    [all...]
  /external/qemu/android/skin/
window.c 37 SkinRect rect; member in struct:Background
53 skin_rect_rotate( &r, &sback->rect, loc->rotation );
58 skin_rect_intersect( &back->rect, &r, frame );
62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
66 if (skin_rect_intersect( &r, rect, &back->rect ) )
87 SkinRect rect; member in struct:ADisplay
94 SkinRect onion_rect; /* onion rect, if any */
109 skin_rect_rotate( &disp->rect, &sdisp->rect, loc->rotation )
173 SkinRect* rect = &disp->rect; local
623 SkinRect rect; member in struct:Button
722 SkinRect rect; member in struct:__anon9291
795 SkinRect rect; member in struct:Layout
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 87 RECT WindowRect;
157 RECT window_rect;
193 RECT rect; local
210 RECT rect; local
226 rect = WindowRect;
227 AdjustWindowRectEx(&rect, WindowStyle, FALSE, 0);
229 width = rect.right - rect.left;
288 RECT rect; local
    [all...]
vid_win.c 42 RECT WindowRect;
46 RECT window_rect;
160 RECT rect; local
162 if (GetWindowRect (mainwindow, &rect))
164 if ((rect.left < GetSystemMetrics (SM_CXSCREEN)) &&
165 (rect.top < GetSystemMetrics (SM_CYSCREEN)) &&
166 (rect.right > 0) &&
167 (rect.bottom > 0))
169 Cvar_SetValue ("vid_window_x", (float)rect.left);
2346 vrect_t rect; local
2457 vrect_t rect; local
2552 vrect_t rect; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 87 RECT WindowRect;
157 RECT window_rect;
193 RECT rect; local
210 RECT rect; local
226 rect = WindowRect;
227 AdjustWindowRectEx(&rect, WindowStyle, FALSE, 0);
229 width = rect.right - rect.left;
288 RECT rect; local
    [all...]
vid_win.cpp 40 RECT WindowRect;
44 RECT window_rect;
156 RECT rect; local
158 if (GetWindowRect (mainwindow, &rect))
160 if ((rect.left < GetSystemMetrics (SM_CXSCREEN)) &&
161 (rect.top < GetSystemMetrics (SM_CYSCREEN)) &&
162 (rect.right > 0) &&
163 (rect.bottom > 0))
165 Cvar_SetValue ("vid_window_x", (float)rect.left);
2307 vrect_t rect; local
2417 vrect_t rect; local
2512 vrect_t rect; local
    [all...]
  /external/skia/gpu/src/
GrContext.cpp 426 void GrContext::setClip(const GrIRect& rect) {
428 clip.setFromIRect(rect);
434 void GrContext::clear(const GrIRect* rect, const GrColor color) {
436 fGpu->clear(rect, color);
440 // set rect to be big enough to fill the space, but not super-huge, so we
607 GrRect rect = SkRect::MakeWH(scale * boundRect.width(), local
609 target->drawSimpleRect(rect, NULL, 1 << kOffscreenStage);
614 GrIRect rect = SkIRect::MakeWH(boundRect.width(), boundRect.height()); local
615 src->asRenderTarget()->overrideResolveRect(rect);
664 static void setStrokeRectStrip(GrPoint verts[10], GrRect rect,
    [all...]
GrGpuGL.cpp 1801 GrIRect* rect = NULL; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1615 SkIRect rect[N]; local
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 564 const SkRect* rect = fReader.skipRect(); local
567 if (!canvas.clipRect(*rect, op)) {
763 SkDebugf("--- Clip skips %d%% rect:%d path:%d rgn:%d\n",
1118 const SkRect* rect = fReader.skipRect(); local
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 636 // with the clip rect every time to keep it smooth.
726 IntRect ScrollView::contentsToScreen(const IntRect& rect) const
729 return platformContentsToScreen(rect);
732 return hostWindow()->windowToScreen(contentsToWindow(rect));
917 void ScrollView::repaintContentRectangle(const IntRect& rect, bool now)
919 IntRect paintRect = rect;
923 if (rect != paintRect)
924 platformOffscreenContentRectangle(visibleContentRect(), rect); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 127 template<class Transform, class Rect, class Value> static inline Rect mapRect(const Rect& rect, const Transform& transform)
131 r = rect.maxX() - 1;
132 b = rect.maxY() - 1;
133 transform.map(rect.x(), rect.y(), x, y);
134 transform.map(rect.x(), b, x + 1, y + 1);
136 transform.map(r, rect.y(), x + 3, y + 3)
452 const RECT& rect() const { return m_bmpRect; } function in class:WebCore::TransparentLayerDC
870 RECT rect = { winPoints[0].x, winPoints[0].y, winPoints[0].x, winPoints[0].y }; local
1020 RECT rect = trRect; local
1421 IntRect rect = m_data->mapRect(intRect); local
    [all...]

Completed in 1438 milliseconds

<<11121314