Home
last modified time | relevance | path

Searched refs:cur_pixel (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/drawing/drawing-0.8.4/src/tools/
H A Dutilities_blur.py123 cur_pixel = y * w * channels
133 cur_pixel += channels
134 cur_pixel = y * w * channels
146 cur_pixel += channels
154 cur_pixel = x * channels
164 cur_pixel += w * channels
165 cur_pixel = x * channels
177 cur_pixel += w * channels
251 cur_pixel = y * w * channels
261 cur_pixel += channels
[all …]
/dports/graphics/drawing/drawing-0.8.4/src/tools/classic_tools/
H A Dtool_eraser.py224 a1 = pixels[cur_pixel + 0]
225 r1 = pixels[cur_pixel + 1]
226 g1 = pixels[cur_pixel + 2]
227 b1 = pixels[cur_pixel + 3]
234 a2 = pixels[cur_pixel + 0]
235 r2 = pixels[cur_pixel + 1]
236 g2 = pixels[cur_pixel + 2]
237 b2 = pixels[cur_pixel + 3]
240 pixels[cur_pixel + 0] = a1
241 pixels[cur_pixel + 1] = r1
[all …]
/dports/x11/plank/plank-0.11.89/lib/Drawing/
H A DSurface.vala283 asum += pixels[cur_pixel + 0];
284 rsum += pixels[cur_pixel + 1];
285 gsum += pixels[cur_pixel + 2];
288 cur_pixel += channels;
291 cur_pixel = y * w * channels;
307 cur_pixel += channels;
332 cur_pixel += w * channels;
335 cur_pixel = x * channels;
351 cur_pixel += w * channels;
579 cur_pixel += 4;
[all …]
/dports/x11-toolkits/granite/granite-6.2.0/lib/Drawing/
H A DBufferSurface.vala270 cur_pixel += channels;
273 cur_pixel = y * w * channels;
289 cur_pixel += channels;
301 uint32 cur_pixel = x * channels;
314 cur_pixel += w * channels;
317 cur_pixel = x * channels;
333 cur_pixel += w * channels;
628 uint32 cur_pixel = start_row * width * 4;
641 cur_pixel += 4;
657 uint32 cur_pixel = start_col * 4;
[all …]
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ditdb_artwork.c315 guint16 cur_pixel; in unpack_RGB_565() local
317 cur_pixel = get_gint16 (pixels[i], byte_order); in unpack_RGB_565()
319 result[3*i] = (cur_pixel & RED_MASK_565) >> RED_SHIFT_565; in unpack_RGB_565()
343 guint16 cur_pixel; in unpack_RGB_555() local
345 cur_pixel = get_gint16 (pixels[i], byte_order); in unpack_RGB_555()
347 result[3*i] = (cur_pixel & RED_MASK_555) >> RED_SHIFT_555; in unpack_RGB_555()
372 guint32 cur_pixel; in unpack_RGB_888() local
374 cur_pixel = get_gint32 (pixels32[i], byte_order); in unpack_RGB_888()
489 guint32 cur_pixel; in unpack_experimental() local
491 cur_pixel = get_gint32 (rpixels[i], byte_order); in unpack_experimental()
[all …]
H A Dithumb-writer.c164 guchar *cur_pixel; in pack_RGB_565() local
166 cur_pixel = &pixels[h*row_stride + in pack_RGB_565()
168 packed_pixel = get_RGB_565_pixel (cur_pixel, byte_order); in pack_RGB_565()
270 guchar *cur_pixel; in pack_RGB_555() local
272 cur_pixel = &pixels[h*row_stride + in pack_RGB_555()
274 packed_pixel = get_RGB_555_pixel (cur_pixel, byte_order, in pack_RGB_555()
374 guchar *cur_pixel; in pack_RGB_888() local
376 cur_pixel = &pixels[h*row_stride + in pack_RGB_888()
378 packed_pixel = get_RGB_888_pixel (cur_pixel, byte_order, in pack_RGB_888()
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ditdb_artwork.c315 guint16 cur_pixel; in unpack_RGB_565() local
317 cur_pixel = get_gint16 (pixels[i], byte_order); in unpack_RGB_565()
319 result[3*i] = (cur_pixel & RED_MASK_565) >> RED_SHIFT_565; in unpack_RGB_565()
343 guint16 cur_pixel; in unpack_RGB_555() local
345 cur_pixel = get_gint16 (pixels[i], byte_order); in unpack_RGB_555()
347 result[3*i] = (cur_pixel & RED_MASK_555) >> RED_SHIFT_555; in unpack_RGB_555()
372 guint32 cur_pixel; in unpack_RGB_888() local
374 cur_pixel = get_gint32 (pixels32[i], byte_order); in unpack_RGB_888()
489 guint32 cur_pixel; in unpack_experimental() local
491 cur_pixel = get_gint32 (rpixels[i], byte_order); in unpack_experimental()
[all …]
H A Dithumb-writer.c164 guchar *cur_pixel; in pack_RGB_565() local
166 cur_pixel = &pixels[h*row_stride + in pack_RGB_565()
168 packed_pixel = get_RGB_565_pixel (cur_pixel, byte_order); in pack_RGB_565()
270 guchar *cur_pixel; in pack_RGB_555() local
272 cur_pixel = &pixels[h*row_stride + in pack_RGB_555()
274 packed_pixel = get_RGB_555_pixel (cur_pixel, byte_order, in pack_RGB_555()
374 guchar *cur_pixel; in pack_RGB_888() local
376 cur_pixel = &pixels[h*row_stride + in pack_RGB_888()
378 packed_pixel = get_RGB_888_pixel (cur_pixel, byte_order, in pack_RGB_888()
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dexr.cpp55 Rgba *cur_pixel = pixels; in exr_save_real() local
140 cur_pixel->r = pixel.r / oversample_squared; in exr_save_real()
141 cur_pixel->g = pixel.g / oversample_squared; in exr_save_real()
142 cur_pixel->b = pixel.b / oversample_squared; in exr_save_real()
143 cur_pixel->a = pixel.a / oversample_squared; in exr_save_real()
146 cur_pixel++; in exr_save_real()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxpixmap.c964 int cur_pixel, found_index; local
991 cur_pixel = pixels[i];
992 if (cur_pixel != (-1)) {
1779 cur_pixel = (-1);
1781 if (cur_pixel != (-1)) {
2127 cur_pixel = pixels[index];
2128 if (cur_pixel != (-1)) {
2184 cur_pixel = pixels[index];
2185 if (cur_pixel != (-1)) {
2337 cur_pixel = (-1);
[all …]
H A Dimgproc.c4357 int cur_pixel=colorPixels[i], ncolors=xpm_ptr->ncolors; local
4362 if (pixels[found_index] == cur_pixel) {
/dports/multimedia/jmref/JM/ldecod/src/
H A Doutput.c128 imgpel *cur_pixel; in img2buf_normal()
132 cur_pixel = imgX[j]; in img2buf_normal()
135 *(pDst++)=(unsigned char)*(cur_pixel++); in img2buf_normal()