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

1 2 34 5 6 7 8 91011

  /external/chromium_org/remoting/webapp/js_proto/
chrome_proto.js 305 * @param {{rects: Array.<ClientRect>}} rects
307 AppWindow.prototype.setShape = function(rects) {};
310 * @param {{rects: Array.<ClientRect>}} rects
312 AppWindow.prototype.setInputRegion = function(rects) {};
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 114 Vector<IntRect> rects = region.rects(); local
115 WebVector<WebRect> webRects(rects.size());
116 for (size_t i = 0; i < rects.size(); ++i)
117 webRects[i] = rects[i];
449 // Project any rects for the current layer
468 // offset and paints into this layer), so when projecting rects to
473 // rects apply to.
533 // We have a set of rects per RenderLayer, we need to map them to their bounding boxes in their
553 // Now walk the layer projecting rects while maintaining a RenderGeometryMa
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 140 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect* rects);
1037 void SDL_UpdateRects (SDL_Surface *screen, int numrects, SDL_Rect *rects)
1066 SDL_LowerBlit(SDL_ShadowSurface, &rects[i],
1067 SDL_VideoSurface, &rects[i]);
1073 SDL_LowerBlit(SDL_ShadowSurface, &rects[i],
1074 SDL_VideoSurface, &rects[i]);
1088 rects[i].x += video->offset_x;
1089 rects[i].y += video->offset_y;
1091 video->UpdateRects(this, numrects, rects);
1093 rects[i].x -= video->offset_x
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 76 static void DirectFB_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
77 static void DirectFB_WindowedUpdate(_THIS, int numrects, SDL_Rect *rects);
983 static void DirectFB_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
996 static void DirectFB_WindowedUpdate(_THIS, int numrects, SDL_Rect *rects)
1007 if ( ! rects[i].w ) /* Clipped? */
1010 x2 = rects[i].x + rects[i].w - 1;
1011 y2 = rects[i].y + rects[i].h - 1;
1015 if (rects[i].x < region.x1
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 336 static void SVGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
337 static void SVGA_BankedUpdate(_THIS, int numrects, SDL_Rect *rects);
485 static void SVGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
490 static void SVGA_BankedUpdate(_THIS, int numrects, SDL_Rect *rects)
503 rect = &rects[i];
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 193 Vector<IntRect> rects; local
195 rects = scrollingCoordinator->computeShouldHandleScrollGestureOnMainThreadRegion(frame, IntPoint()).rects();
197 Vector<FloatQuad> quads(rects.size());
198 for (size_t i = 0; i < rects.size(); ++i)
199 quads[i] = FloatRect(rects[i]);
  /external/opencv/
cvjni.cpp 407 jobjectArray seqRectsToAndroidRects(JNIEnv* env, CvSeq *rects) {
408 if (rects == 0 || rects->total <= 0) {
425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0);
431 for (int i = 0; i < rects->total; i++) {
433 CvRect *rect = (CvRect*)cvGetSeqElem(rects, i);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 342 static void BE_NormalUpdate(_THIS, int numrects, SDL_Rect *rects);
620 static void BE_NormalUpdate(_THIS, int numrects, SDL_Rect *rects)
628 rect.top = rects[i].y;
629 rect.left = rects[i].x;
630 rect.bottom = rect.top+rects[i].h-1;
631 rect.right = rect.left+rects[i].w-1;
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 358 // Build a region from the supplied list of rects.
359 // If |rects| is missing, then the input region is removed. This clears the
362 // |rects| should be an empty list.
364 if (shape.rects) {
366 shape.rects->begin();
367 i != shape.rects->end();
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.cpp 158 FloatRect unionRect(const Vector<FloatRect>& rects)
162 size_t count = rects.size();
164 result.unite(rects[i]);
RegionTest.cpp 122 Vector<IntRect> rects = r.rects(); local
123 for (size_t i = 0; i < rects.size(); ++i)
124 EXPECT_FALSE(rects[i].isEmpty());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 227 RefPtrWillBePersistent<WebCore::ClientRectList> rects = element->getClientRects(); local
228 ASSERT_GE(rects->length(), 0u) << failureContext;
229 RefPtrWillBePersistent<WebCore::ClientRect> r = rects->item(0);
  /external/chromium_org/third_party/skia/tests/
RegionTest.cpp 232 const SkIRect rects[] = { local
238 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 243 static void AA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
328 static void AA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
338 printf("Update rects : ");
340 rect = &rects[i];
  /external/skia/tests/
RegionTest.cpp 232 const SkIRect rects[] = { local
238 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer.h 66 hwc_rect_t const* rects; member in struct:hwc_region
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 450 OUT RectF* rects,
454 rects,
459 // If rects is NULL, return the count of rects in the region.
460 // Otherwise, assume rects is big enough to hold all the region rects
461 // and fill them in and return the number of rects filled in.
462 // The rects are returned in the units specified by the matrix
464 // Note that the number of rects returned can vary, depending on the
469 OUT Rect* rects, // NULL to just get the count
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 441 int getFocusAreas(ExynosRect *rects);
479 int getMeteringAreas(ExynosRect *rects);
606 bool setFocusAreas(int num, ExynosRect* rects, int *weights);
639 bool setMeteringAreas(int num, ExynosRect *rects, int *weights);
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 217 WebRect* rects = NULL; local
218 tick_marks->assign(rects, 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 288 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*)
291 rects.append(pixelSnappedIntRect(additionalOffset, size()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 231 void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*)
236 rects.append(contentRect);
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglmesaext.h 139 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 65 Rects top_icon_bounds =
119 Rects rects = AppListFolderItem::GetTopIconsBounds(folder_icon_bounds); local
120 return rects[i];
138 Rects AppListFolderItem::GetTopIconsBounds(
142 Rects top_icon_bounds;
  /external/mesa3d/include/EGL/
eglmesaext.h 139 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
  /external/pdfium/core/src/fpdftext/
text_int.h 148 virtual void GetRectArray(CFX_RectArray& rects) const;
199 virtual void GetRects(int index, CFX_RectArray& rects)const;

Completed in 1244 milliseconds

1 2 34 5 6 7 8 91011