Home
last modified time | relevance | path

Searched refs:numRects (Results 1 – 25 of 772) sorted by path

12345678910>>...31

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOCPNRegion.cpp107 long numRects; member
799 int numRects = 0; in GetNew_wxRegion() local
802 if (numRects) in GetNew_wxRegion()
915 int numRects = 0; in CreateRects() local
919 if (numRects) in CreateRects()
1537 if ((!(source1->numRects)) || (!(source2->numRects)) || in gdk_region_intersect()
1568 dstrgn->numRects = rgn->numRects; in miRegionCopy()
3207 int numRects; in PtsToRegion() local
3217 numRects = 0; in PtsToRegion()
3247 if (numRects) { in PtsToRegion()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_RectangleList.h206 if (auto numRects = rects.size()) in subtract() local
213 for (int i = numRects; --i >= 0;) in subtract()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_mac_CoreGraphicsContext.mm290 auto numRects = (size_t) clipRegion.getNumRectangles();
291 HeapBlock<CGRect> rects (numRects);
297 CGContextClipToRects (context.get(), rects, numRects);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_mac_NSViewComponentPeer.mm861 NSInteger numRects = 0;
862 [view getRectsBeingDrawn: &rects count: &numRects];
864 if (numRects > 1)
866 for (int i = 0; i < numRects; ++i)
1454 NSInteger numRects = 0;
1455 [view getRectsBeingDrawn: &rects count: &numRects];
1460 clip.ensureStorageAllocated ((int) numRects);
1462 for (int i = 0; i < numRects; ++i)
/dports/audio/fasttracker2/ft2-clone-1.49/vs2019_project/ft2-clone/sdl/include/SDL2/
H A DSDL_egl.h1521 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1523 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1529 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1531 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{}; member
968 numRects = nRects; in init()
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth) in makeRects() argument
1411 std::vector<Rect> rects(numRects); in makeRects()
1412 for (size_t i = 0; i < numRects; ++i) { in makeRects()
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects) in run() argument
1713 PuglVulkanDemo app{programPath, opts, numRects}; in run()
1813 int64_t numRects = 1000; in main() local
[all …]
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{}; member
968 numRects = nRects; in init()
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth) in makeRects() argument
1411 std::vector<Rect> rects(numRects); in makeRects()
1412 for (size_t i = 0; i < numRects; ++i) { in makeRects()
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects) in run() argument
1713 PuglVulkanDemo app{programPath, opts, numRects}; in run()
1813 int64_t numRects = 1000; in main() local
[all …]
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{}; member
968 numRects = nRects; in init()
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth) in makeRects() argument
1411 std::vector<Rect> rects(numRects); in makeRects()
1412 for (size_t i = 0; i < numRects; ++i) { in makeRects()
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects) in run() argument
1713 PuglVulkanDemo app{programPath, opts, numRects}; in run()
1813 int64_t numRects = 1000; in main() local
[all …]
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/protracker/pt2-clone-1.37/vs2019_project/pt2-clone/sdl/include/SDL2/
H A DSDL_egl.h1521 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1523 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1529 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1531 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{};
968 numRects = nRects;
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth)
1411 std::vector<Rect> rects(numRects);
1412 for (size_t i = 0; i < numRects; ++i) {
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects)
1713 PuglVulkanDemo app{programPath, opts, numRects};
1814 int64_t numRects = 1000;
[all …]
H A Drects.h63 const size_t numRects,
68 const float normal = (float)index / (float)numRects;
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{}; member
968 numRects = nRects; in init()
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth) in makeRects() argument
1411 std::vector<Rect> rects(numRects); in makeRects()
1412 for (size_t i = 0; i < numRects; ++i) { in makeRects()
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects) in run() argument
1713 PuglVulkanDemo app{programPath, opts, numRects}; in run()
1814 int64_t numRects = 1000; in main() local
[all …]
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dpugl_shader_demo.c68 size_t numRects; member
120 for (size_t i = 0; i < app->numRects; ++i) { in onExpose()
121 moveRect(&app->rects[i], i, app->numRects, width, height, time); in onExpose()
130 GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, NULL, (GLsizei)(app->numRects * 4)); in onExpose()
190 makeRects(const size_t numRects) in makeRects() argument
192 Rect* rects = (Rect*)calloc(numRects, sizeof(Rect)); in makeRects()
193 for (size_t i = 0; i < numRects; ++i) { in makeRects()
231 app->numRects = 1024; in parseOptions()
239 app->numRects = (size_t)strtol(argv[0], &endptr, 10); in parseOptions()
271 app->rects = makeRects(app->numRects); in setupPugl()
[all …]
H A Dpugl_vulkan_cxx_demo.cpp149 size_t numRects{}; member
968 numRects = nRects; in init()
1389 size_t numRects);
1409 makeRects(const size_t numRects, const uint32_t windowWidth) in makeRects() argument
1411 std::vector<Rect> rects(numRects); in makeRects()
1412 for (size_t i = 0; i < numRects; ++i) { in makeRects()
1427 , rects{makeRects(numRects, extent.width)}
1711 const size_t numRects) in run() argument
1713 PuglVulkanDemo app{programPath, opts, numRects}; in run()
1814 int64_t numRects = 1000; in main() local
[all …]
H A Drects.h63 const size_t numRects, in moveRect() argument
68 const float normal = (float)index / (float)numRects; in moveRect()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/glew/include/GL/
H A Deglew.h2112 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
2125 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…

12345678910>>...31