Home
last modified time | relevance | path

Searched refs:numRects (Results 226 – 250 of 772) sorted by relevance

12345678910>>...31

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiVia.hpp59 int numRects();
146 int numRects(int layerNum) const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/powervr/QWSWSEGL/
H A Dpvrqwsdrawable.c528 (PvrQwsDrawable *drawable, const PvrQwsRect *rects, int numRects) in pvrQwsSetVisibleRegion() argument
539 if (numRects > PVRQWS_MAX_VISIBLE_RECTS) in pvrQwsSetVisibleRegion()
540 numRects = PVRQWS_MAX_VISIBLE_RECTS; in pvrQwsSetVisibleRegion()
541 if (numRects > 0) in pvrQwsSetVisibleRegion()
542 memcpy(drawable->visibleRects, rects, numRects * sizeof(PvrQwsRect)); in pvrQwsSetVisibleRegion()
549 for (index = 0, rect = drawable->visibleRects; index < numRects; ++index, ++rect) { in pvrQwsSetVisibleRegion()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c112 frame->numRects = 0; in SplashInitFrameShape()
130 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
131 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
133 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
289 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
292 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_sys.c113 frame->numRects = 0; in SplashInitFrameShape()
131 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
132 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
134 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
290 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
293 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c112 frame->numRects = 0; in SplashInitFrameShape()
130 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects); in SplashInitFrameShape()
131 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle)); in SplashInitFrameShape()
133 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle)); in SplashInitFrameShape()
289 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
292 splash->frames[splash->currentFrame].numRects, ShapeSet, YXBanded); in SplashUpdateShape()
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DEGL_NOK_swap_region5 …EGLBoolean eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGL…
H A DEGL_NOK_swap_region25 …EGLBoolean eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EG…
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DEGL_NOK_swap_region5 …EGLBoolean eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGL…
H A DEGL_NOK_swap_region25 …EGLBoolean eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EG…
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DEGL_NOK_swap_region5 …EGLBoolean eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const…
H A DEGL_NOK_swap_region25 …EGLBoolean eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, cons…
/dports/lang/clover/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/libosmesa/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/mesa-libs/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
/dports/graphics/mesa-dri-classic/mesa-20.2.3/include/EGL/
H A Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…

12345678910>>...31