Home
last modified time | relevance | path

Searched refs:has_pixels (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpunitstore.c55 gboolean has_pixels; member
347 if (! private->has_pixels) in gimp_unit_store_get_iter()
389 if (! private->has_pixels) in gimp_unit_store_get_path()
533 if (private->has_pixels) in gimp_unit_store_iter_children()
570 if (! private->has_pixels) in gimp_unit_store_iter_n_children()
653 has_pixels = has_pixels ? TRUE : FALSE; in gimp_unit_store_set_has_pixels()
655 if (has_pixels != private->has_pixels) in gimp_unit_store_set_has_pixels()
660 if (! has_pixels) in gimp_unit_store_set_has_pixels()
668 private->has_pixels = has_pixels; in gimp_unit_store_set_has_pixels()
670 if (has_pixels) in gimp_unit_store_set_has_pixels()
[all …]
H A Dgimpunitstore.h81 gboolean has_pixels);
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dshadow_server.py152 has_pixels = False
154 has_pixels = has_pixels or pixels[i*4]!=0 or pixels[i*4+1]!=0 or pixels[i*4+2]!=0
156 if has_pixels and has_alpha:
158 if has_pixels and not has_alpha:
/dports/x11/xpra/xpra-4.3/xpra/codecs/nvfbc/
H A Dcuda_image_wrapper.py58 def has_pixels(self): member in CUDAImageWrapper
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/codecs/
H A Dimage_wrapper_test.py44 assert img.has_pixels()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DBitmapAccess.cpp108 BOOL has_pixels; in FI_STRUCT() local
407 fih->has_pixels = header_only ? FALSE : TRUE; in FreeImage_AllocateBitmap()
820 return (dib != NULL) ? ((FREEIMAGEHEADER *)dib->data)->has_pixels : FALSE; in FreeImage_HasPixels()
1529 BOOL header_only = !header->has_pixels || header->external_bits != NULL; in FreeImage_GetMemorySize()
/dports/x11/xpra/xpra-4.3/xpra/codecs/
H A Dimage_wrapper.py114 def has_pixels(self) -> bool: member in ImageWrapper
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DImageTest.cpp637 static bool has_pixels(const SkPMColor pixels[], int count, SkPMColor expected) { in has_pixels() function
676 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in image_test_read_pixels()
682 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in image_test_read_pixels()
688 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in image_test_read_pixels()
695 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in image_test_read_pixels()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gfx/
H A Dgfx.c263 static int has_pixels(TileDescriptor *desc) in has_pixels() function
340 int pixels = has_pixels(&descriptor[i]); in gfx_build_tiledescriptor()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_modular.cc898 bool has_pixels = false; in PrepareEncoding() local
903 if (c.w && c.h) has_pixels = true; in PrepareEncoding()
906 if (has_pixels) { in PrepareEncoding()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_modular.cc927 bool has_pixels = false; in PrepareEncoding() local
932 if (c.w && c.h) has_pixels = true; in PrepareEncoding()
935 if (has_pixels) { in PrepareEncoding()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_modular.cc885 bool has_pixels = false; in PrepareEncoding() local
890 if (c.w && c.h) has_pixels = true; in PrepareEncoding()
893 if (has_pixels) { in PrepareEncoding()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_modular.cc885 bool has_pixels = false; in PrepareEncoding() local
890 if (c.w && c.h) has_pixels = true; in PrepareEncoding()
893 if (has_pixels) { in PrepareEncoding()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drender_backend.rs389 fn has_pixels(&self) -> bool { in has_pixels() method
1357 if build_frame && doc.has_pixels() { in update_document()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Drender_backend.rs409 fn has_pixels(&self) -> bool { in has_pixels() method
1361 let build_frame = (render_frame && !doc.frame_is_valid && doc.has_pixels()) || in update_document()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Drender_backend.rs492 fn has_pixels(&self) -> bool { in has_pixels() method
1451 let build_frame = (render_frame && !doc.frame_is_valid && doc.has_pixels()) || in update_document()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drender_backend.rs489 fn has_pixels(&self) -> bool { in has_pixels() method
1493 let build_frame = (render_frame && !doc.frame_is_valid && doc.has_pixels()) || in update_document()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/tools/editor/src/
H A Dmain.c462 int has_pixels(TileDescriptor *desc) in has_pixels() function
514 …level.layer[MAGICK_LAYER].data[x+y*level.layer[MAGICK_LAYER].w].tile = has_pixels(&desc[i]) ? i+1 … in init_magic_layer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Drender_backend.rs492 fn has_pixels(&self) -> bool { in has_pixels() method
1451 let build_frame = (render_frame && !doc.frame_is_valid && doc.has_pixels()) || in update_document()
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/SDL/
H A DSurface.pir528 .param int has_pixels :opt_flag
/dports/x11/xpra/xpra-4.3/xpra/server/window/
H A Dwindow_video_source.py1820 …image, options, self.supports_scrolling, image.has_pixels, self.content_type, self.non_video_encod…
1829 if not image.has_pixels():
/dports/x11/xpra/xpra-4.3/xpra/x11/bindings/
H A Dximage.pyx422 def has_pixels(self): member in XImageWrapper