Home
last modified time | relevance | path

Searched refs:pixel_count (Results 26 – 50 of 462) sorted by relevance

12345678910>>...19

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_composite.cpp243 int pixel_count, in CompositeRow_Argb2Mask() argument
246 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Mask()
264 int pixel_count, in CompositeRow_Rgba2Mask() argument
266 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Rgba2Mask()
298 int pixel_count, in CompositeRow_Argb2Graya() argument
502 int pixel_count, in CompositeRow_Argb2Gray() argument
599 int pixel_count, in CompositeRow_Rgb2Gray() argument
630 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Rgb2Gray()
649 int pixel_count, in CompositeRow_Rgb2Graya() argument
703 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Rgb2Graya()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/generic/
H A Dgenerictilerenderer.cpp245 const size_t pixel_count = tile_width * tile_height; in compute_pixel_ordering() local
249 ordering.reserve(pixel_count); in compute_pixel_ordering()
251 assert(ordering.size() == pixel_count); in compute_pixel_ordering()
254 m_pixel_ordering.resize(pixel_count); in compute_pixel_ordering()
255 for (size_t i = 0; i < pixel_count; ++i) in compute_pixel_ordering()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dbitmap.c191 int pixel_count; in bitmap_get_buffer() local
205 pixel_count = cairo_image_surface_get_width(gbitmap->surface) * in bitmap_get_buffer()
210 for (pixel_loop=0; pixel_loop < pixel_count; pixel_loop++) { in bitmap_get_buffer()
233 for (pixel_loop=0; pixel_loop < pixel_count; pixel_loop++) { in bitmap_get_buffer()
348 int pixel_count; in bitmap_modified() local
357 pixel_count = cairo_image_surface_get_width(gbitmap->surface) * in bitmap_modified()
368 for (pixel_loop=0; pixel_loop < pixel_count; pixel_loop++) { in bitmap_modified()
391 for (pixel_loop=0; pixel_loop < pixel_count; pixel_loop++) { in bitmap_modified()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/
H A Dslp.pyx243 row_data.reserve(pixel_count)
247 for _ in range(pixel_count):
266 if row_data.size() != pixel_count:
271 summary, abs(pixel_count - got))
298 cdef int pixel_count
328 pixel_count = cmd >> 2
329 for _ in range(pixel_count):
352 for _ in range(pixel_count):
366 for _ in range(pixel_count):
471 for _ in range(pixel_count):
[all …]
/dports/graphics/py-rasterstats/rasterstats-0.16.0/src/rasterstats/
H A Dmain.py210 pixel_count = dict(zip([k.item() for k in keys],
213 pixel_count = dict(zip([np.asscalar(k) for k in keys],
217 feature_stats = dict(pixel_count)
239 feature_stats['majority'] = float(key_assoc_val(pixel_count, max))
241 feature_stats['minority'] = float(key_assoc_val(pixel_count, min))
243 feature_stats['unique'] = len(list(pixel_count.keys()))
/dports/graphics/libjxl/libjxl-0.6.1/tools/viewer/
H A Dload_jxl.cc92 size_t pixel_count = info.xsize * info.ysize; in loadJxlImage() local
107 std::vector<float> float_pixels(pixel_count * 4); in loadJxlImage()
111 pixel_count * 4 * sizeof(float))); in loadJxlImage()
114 std::vector<uint16_t> uint16_pixels(pixel_count * 4); in loadJxlImage()
134 pixel_count); in loadJxlImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/eye_dropper/
H A Deye_dropper_view.cc155 const int pixel_count = diameter / kPixelSize; in OnPaint() local
165 center_position.x() - pixel_count / 2, in OnPaint()
166 center_position.y() - pixel_count / 2, pixel_count, in OnPaint()
167 pixel_count, padding.width(), padding.height(), in OnPaint()
180 for (int i = 0; i < pixel_count; ++i) { in OnPaint()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiff2rgba.c401 size_t pixel_count; in cvt_whole_image() local
405 pixel_count = width * height; in cvt_whole_image()
408 if (!width || !height || pixel_count / width != height) { in cvt_whole_image()
414 if (maxMalloc != 0 && (tmsize_t)pixel_count * (tmsize_t)sizeof(uint32_t) > maxMalloc) { in cvt_whole_image()
417 pixel_count * sizeof(uint32_t), maxMalloc); in cvt_whole_image()
424 raster = (uint32_t*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32_t), "raster buffer"); in cvt_whole_image()
427 pixel_count, sizeof(uint32_t)); in cvt_whole_image()
451 size_t count = pixel_count; in cvt_whole_image()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiff2rgba.c401 size_t pixel_count; in cvt_whole_image() local
405 pixel_count = width * height; in cvt_whole_image()
408 if (!width || !height || pixel_count / width != height) { in cvt_whole_image()
414 if (maxMalloc != 0 && (tmsize_t)pixel_count * (tmsize_t)sizeof(uint32_t) > maxMalloc) { in cvt_whole_image()
417 pixel_count * sizeof(uint32_t), maxMalloc); in cvt_whole_image()
424 raster = (uint32_t*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32_t), "raster buffer"); in cvt_whole_image()
427 pixel_count, sizeof(uint32_t)); in cvt_whole_image()
451 size_t count = pixel_count; in cvt_whole_image()
/dports/graphics/kf5-kimageformats/kimageformats-5.89.0/src/imageformats/
H A Dpsd.cpp175 const quint32 pixel_count = header.height * header.width; in LoadPSD() local
176 const quint32 channel_size = pixel_count * header.depth / 8; in LoadPSD()
179 if (pixel_count > img.sizeInBytes() / (header.depth == 8 ? sizeof(QRgb) : sizeof(QRgba64))) { in LoadPSD()
180 … qWarning() << "Invalid pixel count!" << pixel_count << "bytes available:" << img.sizeInBytes(); in LoadPSD()
230 for (unsigned i = 0; i < pixel_count; ++i) { in LoadPSD()
235 for (unsigned i = 0; i < pixel_count; ++i) { in LoadPSD()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dxan.c209 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
223 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
224 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
226 pixel_count -= count; in xan_wc3_output_pixel_run()
240 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
265 if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) { in xan_wc3_copy_pixel_run()
270 while (pixel_count && in xan_wc3_copy_pixel_run()
273 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
278 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dxan.c209 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
223 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
224 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
226 pixel_count -= count; in xan_wc3_output_pixel_run()
240 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
265 …if (prev_palette_plane == palette_plane && FFABS(curframe_index - prevframe_index) < pixel_count) { in xan_wc3_copy_pixel_run()
270 while (pixel_count && in xan_wc3_copy_pixel_run()
273 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
278 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dxan.c213 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
227 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
228 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
230 pixel_count -= count; in xan_wc3_output_pixel_run()
244 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
269 if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) { in xan_wc3_copy_pixel_run()
274 while (pixel_count && in xan_wc3_copy_pixel_run()
277 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
282 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dxan.c209 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
223 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
224 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
226 pixel_count -= count; in xan_wc3_output_pixel_run()
240 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
265 if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) { in xan_wc3_copy_pixel_run()
270 while (pixel_count && in xan_wc3_copy_pixel_run()
273 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
278 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dxan.c213 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
227 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
228 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
230 pixel_count -= count; in xan_wc3_output_pixel_run()
244 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
269 if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) { in xan_wc3_copy_pixel_run()
274 while (pixel_count && in xan_wc3_copy_pixel_run()
277 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
282 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dxan.c209 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
223 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
224 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
226 pixel_count -= count; in xan_wc3_output_pixel_run()
240 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
265 …if (prev_palette_plane == palette_plane && FFABS(curframe_index - prevframe_index) < pixel_count) { in xan_wc3_copy_pixel_run()
270 while (pixel_count && in xan_wc3_copy_pixel_run()
273 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
278 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/agfa-cl20/
H A Dagfa_cl20.c286 unsigned int pixel_count = 0; in get_file_func() local
294 temp1 = data[ thumb_start + pixel_count ]; in get_file_func()
296 while (pixel_count < (128*96*2)) { in get_file_func()
298 temp1 = data[ thumb_start + pixel_count ]; in get_file_func()
299 temp2 = data[ thumb_start + pixel_count + 1 ]; in get_file_func()
300 temp3 = data[ thumb_start + pixel_count + 2 ]; in get_file_func()
301 temp4 = data[ thumb_start + pixel_count + 3 ]; in get_file_func()
302 pixel_count = pixel_count + 4; in get_file_func()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dxan.c213 const uint8_t *pixel_buffer, int x, int y, int pixel_count) in xan_wc3_output_pixel_run() argument
227 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
228 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run()
230 pixel_count -= count; in xan_wc3_output_pixel_run()
244 int pixel_count, int motion_x, in xan_wc3_copy_pixel_run() argument
269 if (prev_palette_plane == palette_plane && FFABS(motion_x + width*motion_y) < pixel_count) { in xan_wc3_copy_pixel_run()
274 while (pixel_count && in xan_wc3_copy_pixel_run()
277 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
282 pixel_count -= count; in xan_wc3_copy_pixel_run()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/effects/
H A DWave.cpp75 int pixel_count = frame_image->width() * frame_image->height(); in GetFrame() local
87 for (int pixel = 0; pixel < pixel_count; ++pixel) in GetFrame()
101 if (source_px >= pixel_count) in GetFrame()
102 source_px = pixel_count - 1; in GetFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/manager/
H A Dconfigure_displays_task.cc31 int pixel_count = mode->size().GetArea(); in FindNextMode() local
32 if (pixel_count < current_mode_pixels && pixel_count > best_mode_pixels) { in FindNextMode()
34 best_mode_pixels = pixel_count; in FindNextMode()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Dicon.rs25 let pixel_count = rgba.len() / PIXEL_SIZE; in into_windows_icon() localVariable
26 let mut and_mask = Vec::with_capacity(pixel_count); in into_windows_icon()
28 unsafe { std::slice::from_raw_parts_mut(rgba.as_mut_ptr() as *mut Pixel, pixel_count) }; in into_windows_icon()
33 assert_eq!(and_mask.len(), pixel_count); in into_windows_icon()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Dicon.rs25 let pixel_count = rgba.len() / PIXEL_SIZE; in into_windows_icon() localVariable
26 let mut and_mask = Vec::with_capacity(pixel_count); in into_windows_icon()
28 unsafe { std::slice::from_raw_parts_mut(rgba.as_mut_ptr() as *mut Pixel, pixel_count) }; in into_windows_icon()
33 assert_eq!(and_mask.len(), pixel_count); in into_windows_icon()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiff2rgba.c359 size_t pixel_count; in cvt_whole_image() local
363 pixel_count = width * height; in cvt_whole_image()
366 if (!width || !height || pixel_count / width != height) { in cvt_whole_image()
376 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), "raster buffer"); in cvt_whole_image()
379 (unsigned long)pixel_count, (unsigned long)sizeof(uint32)); in cvt_whole_image()
403 size_t count = pixel_count; in cvt_whole_image()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Ddevtools_eye_dropper.cc224 int pixel_count = kDiameter / kPixelSize; in UpdateCursor() local
225 SkRect src_rect = SkRect::MakeXYWH(last_cursor_x_ - pixel_count / 2, in UpdateCursor()
226 last_cursor_y_ - pixel_count / 2, in UpdateCursor()
227 pixel_count, pixel_count); in UpdateCursor()
235 for (int i = 0; i < pixel_count; ++i) { in UpdateCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Ddevtools_eye_dropper.cc225 int pixel_count = kDiameter / kPixelSize; in UpdateCursor() local
226 SkRect src_rect = SkRect::MakeXYWH(last_cursor_x_ - pixel_count / 2, in UpdateCursor()
227 last_cursor_y_ - pixel_count / 2, in UpdateCursor()
228 pixel_count, pixel_count); in UpdateCursor()
236 for (int i = 0; i < pixel_count; ++i) { in UpdateCursor()

12345678910>>...19