Home
last modified time | relevance | path

Searched refs:desti (Results 1 – 25 of 143) sorted by relevance

123456

/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dmerge.c273 Gif_Image *desti; in merge_image() local
346 desti = Gif_NewImage(); in merge_image()
351 desti->delay = srci->delay; in merge_image()
353 desti->left = srci->left; in merge_image()
354 desti->top = srci->top; in merge_image()
357 desti->width = srci->width; in merge_image()
359 desti->local = localcm; in merge_image()
369 Gif_CreateUncompressedImage(desti, desti->interlace); in merge_image()
373 memcpy(desti->img[j], srci->img[j], desti->width); in merge_image()
401 Gif_AddImage(dest, desti); in merge_image()
[all …]
H A Dsupport.c1266 desti->top += fr->top_offset; in handle_flip_and_screen()
1269 flip_image(desti, fr, 0); in handle_flip_and_screen()
1271 flip_image(desti, fr, 1); in handle_flip_and_screen()
1276 flip_image(desti, fr, 0); in handle_flip_and_screen()
1565 Gif_Image *desti; in merge_frame_interval() local
1621 desti->comment = 0; in merge_frame_interval()
1624 if (!desti->comment) desti->comment = Gif_NewComment(); in merge_frame_interval()
1635 desti->left = fr->left + (fr->position_is_offset ? desti->left : 0); in merge_frame_interval()
1637 desti->top = fr->top + (fr->position_is_offset ? desti->top : 0); in merge_frame_interval()
1640 desti->delay = fr->delay; in merge_frame_interval()
[all …]
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dmerge.c273 Gif_Image *desti; in merge_image() local
346 desti = Gif_NewImage(); in merge_image()
351 desti->delay = srci->delay; in merge_image()
353 desti->left = srci->left; in merge_image()
354 desti->top = srci->top; in merge_image()
357 desti->width = srci->width; in merge_image()
359 desti->local = localcm; in merge_image()
369 Gif_CreateUncompressedImage(desti, desti->interlace); in merge_image()
373 memcpy(desti->img[j], srci->img[j], desti->width); in merge_image()
401 Gif_AddImage(dest, desti); in merge_image()
[all …]
H A Dsupport.c1266 desti->top += fr->top_offset; in handle_flip_and_screen()
1269 flip_image(desti, fr, 0); in handle_flip_and_screen()
1271 flip_image(desti, fr, 1); in handle_flip_and_screen()
1276 flip_image(desti, fr, 0); in handle_flip_and_screen()
1565 Gif_Image *desti; in merge_frame_interval() local
1621 desti->comment = 0; in merge_frame_interval()
1624 if (!desti->comment) desti->comment = Gif_NewComment(); in merge_frame_interval()
1635 desti->left = fr->left + (fr->position_is_offset ? desti->left : 0); in merge_frame_interval()
1637 desti->top = fr->top + (fr->position_is_offset ? desti->top : 0); in merge_frame_interval()
1640 desti->delay = fr->delay; in merge_frame_interval()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dmerge.c246 Gif_Image *desti; in merge_image() local
320 desti = Gif_NewImage(); in merge_image()
325 desti->delay = srci->delay; in merge_image()
327 desti->left = srci->left; in merge_image()
328 desti->top = srci->top; in merge_image()
331 desti->width = srci->width; in merge_image()
332 desti->height = srci->height; in merge_image()
333 desti->local = localcm; in merge_image()
347 memcpy(desti->img[j], srci->img[j], desti->width); in merge_image()
358 Gif_AddImage(dest, desti); in merge_image()
[all …]
H A Dsupport.c1263 Gif_Image *desti; in merge_frame_interval() local
1321 Gif_DeleteArray(desti->identifier); in merge_frame_interval()
1325 Gif_DeleteComment(desti->comment); in merge_frame_interval()
1326 desti->comment = 0; in merge_frame_interval()
1329 if (!desti->comment) desti->comment = Gif_NewComment(); in merge_frame_interval()
1338 desti->interlace = fr->interlacing; in merge_frame_interval()
1340 desti->left = fr->left + (fr->position_is_offset ? desti->left : 0); in merge_frame_interval()
1342 desti->top = fr->top + (fr->position_is_offset ? desti->top : 0); in merge_frame_interval()
1345 desti->delay = fr->delay; in merge_frame_interval()
1347 desti->disposal = fr->disposal; in merge_frame_interval()
[all …]
/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dgfxengine.c114 …SDL_BlitSurface (sortblitdb[i]->srci, &sortblitdb[i]->srcr, sortblitdb[i]->desti, &sortblitdb[i]->… in gfx_blitdraw()
128 gfx_blit (SDL_Surface *srci, SDL_Rect *srcr, SDL_Surface *desti, SDL_Rect *destr, int y) in gfx_blit() argument
144 r_dest.h = desti->h; in gfx_blit()
145 r_dest.w = desti->w; in gfx_blit()
151 destr->x > desti->w || destr->y > desti->h) in gfx_blit()
185 if (destr->x+destr->w > desti->w) { // x+w > img.w in gfx_blit()
186 i = destr->x+destr->w - desti->w; in gfx_blit()
196 if (destr->y+destr->h > desti->h) { // y+h > img.h in gfx_blit()
197 i = destr->y+destr->h - desti->h; in gfx_blit()
213 blitdb[blitdb_nr].desti = desti; in gfx_blit()
/dports/games/heroes/heroes-0.21/src/
H A Dscrtools.c80 int *desti; in flush_display_moving() local
86 desti = ((int *) src) + 40 - x; in flush_display_moving()
88 *desti++ = 0; in flush_display_moving()
98 int *desti; in flush_display2_moving() local
103 desti = ((int *) src1) + 40 - x; in flush_display2_moving()
105 *desti++ = 0; in flush_display2_moving()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/atk/
H A DDOMtoATK.cpp30 uint32_t desti = 0; // Index within aDest. in AddBOMs() local
41 aDest.Replace(desti, bytes, Substring(aSource, srci, bytes)); in AddBOMs()
42 desti += bytes; in AddBOMs()
51 aDest.Replace(desti, 3, "\xEF\xBB\xBF"); in AddBOMs()
52 desti += 3; in AddBOMs()
55 MOZ_ASSERT(desti == destlength, in AddBOMs()
/dports/www/firefox/firefox-99.0/accessible/atk/
H A DDOMtoATK.cpp30 uint32_t desti = 0; // Index within aDest. in AddBOMs() local
41 aDest.Replace(desti, bytes, Substring(aSource, srci, bytes)); in AddBOMs()
42 desti += bytes; in AddBOMs()
51 aDest.Replace(desti, 3, "\xEF\xBB\xBF"); in AddBOMs()
52 desti += 3; in AddBOMs()
55 MOZ_ASSERT(desti == destlength, in AddBOMs()
/dports/www/firefox-esr/firefox-91.8.0/accessible/atk/
H A DDOMtoATK.cpp30 uint32_t desti = 0; // Index within aDest. in AddBOMs() local
41 aDest.Replace(desti, bytes, Substring(aSource, srci, bytes)); in AddBOMs()
42 desti += bytes; in AddBOMs()
51 aDest.Replace(desti, 3, "\xEF\xBB\xBF"); in AddBOMs()
52 desti += 3; in AddBOMs()
55 MOZ_ASSERT(desti == destlength, in AddBOMs()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/atk/
H A DDOMtoATK.cpp30 uint32_t desti = 0; // Index within aDest. in AddBOMs() local
41 aDest.Replace(desti, bytes, Substring(aSource, srci, bytes)); in AddBOMs()
42 desti += bytes; in AddBOMs()
51 aDest.Replace(desti, 3, "\xEF\xBB\xBF"); in AddBOMs()
52 desti += 3; in AddBOMs()
55 MOZ_ASSERT(desti == destlength, in AddBOMs()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/atk/
H A DDOMtoATK.cpp30 uint32_t desti = 0; // Index within aDest. in AddBOMs() local
41 aDest.Replace(desti, bytes, Substring(aSource, srci, bytes)); in AddBOMs()
42 desti += bytes; in AddBOMs()
51 aDest.Replace(desti, 3, "\xEF\xBB\xBF"); in AddBOMs()
52 desti += 3; in AddBOMs()
55 MOZ_ASSERT(desti == destlength, in AddBOMs()
/dports/graphics/xaos/XaoS-release-4.2.1/src/engine/
H A Danti.cpp65 struct image *srci = f->childimage, *desti = f->image; in antigray() local
75 dest = (unsigned char *)desti->currlines[i]; in antigray()
76 destend = dest + desti->width; in antigray()
109 struct image *srci = f->childimage, *desti = f->image; in anti24() local
124 dest = (unsigned char *)desti->currlines[i]; in anti24()
125 destend = dest + desti->width * 3; in anti24()
167 struct image *srci = f->childimage, *desti = f->image; in anti16() local
182 dest = (unsigned short *)desti->currlines[i]; in anti16()
183 destend = dest + desti->width; in anti16()
234 dest = (unsigned int *)desti->currlines[i]; in anti32()
[all …]
H A Dblur.cpp34 struct image *desti = f->image; in blur8() local
49 ii = desti->palette->pixels[i]; in blur8()
54 for (i = im = desti->palette->start, im *= 256 - s->n; in blur8()
162 struct image *srci = f->childimage, *desti = f->image; in blur82() local
173 dest = desti->currlines[i]; in blur82()
184 struct image *srci = f->childimage, *desti = f->image; in blur16() local
196 dest = (pixel16_t *)desti->currlines[i]; in blur16()
207 struct image *srci = f->childimage, *desti = f->image; in blur24() local
220 dest = desti->currlines[i]; in blur24()
232 struct image *srci = f->childimage, *desti = f->image; in blur32() local
[all …]
/dports/graphics/py-giddy/giddy-2.3.3/giddy/
H A Dergodic.py294 for desti in range(k):
296 p_sub = np.delete(np.delete(P, desti, 0), desti, 1)
320 (np.delete(P, desti, 1)[desti] * m), 0, posinf=np.inf
324 fmpt_all[:, desti] = np.insert(m, desti, recc)
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts/
H A Dfts-search.c233 unsigned int desti, srci, dest_count, src_count; in fts_search_merge_scores_and() local
240 for (desti = srci = 0; desti < dest_count && srci < src_count;) { in fts_search_merge_scores_and()
241 if (dest_map[desti].uid < src_map[srci].uid) in fts_search_merge_scores_and()
242 desti++; in fts_search_merge_scores_and()
243 else if (dest_map[desti].uid > src_map[srci].uid) in fts_search_merge_scores_and()
246 if (dest_map[desti].score < src_map[srci].score) in fts_search_merge_scores_and()
247 dest_map[desti].score = src_map[srci].score; in fts_search_merge_scores_and()
248 desti++; srci++; in fts_search_merge_scores_and()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dmodule-info.c147 if (n == (second ? desti : curi))
201 if (row != -1 && row != desti) {
202 desti = row;
260 if (curi != desti) {
274 modinfo_update_instrument(desti);
381 if (curi != desti || curs != dests) {
419 modinfo_update_instrument(desti);
420 if (curi == desti)
484 gint ins_num = t->is_ref ? desti : curi;
682 if (curi == desti && curs == dests) {
[all …]
/dports/deskutils/genius/genius-1.0.27/src/
H A Dmatrixw.c1206 max = getmax (desti, len); in gel_matrixw_set_vregion()
1228 y = desti[i]; in gel_matrixw_set_vregion()
1230 x = desti[i] / m->regh; in gel_matrixw_set_vregion()
1231 y = desti[i] % m->regh; in gel_matrixw_set_vregion()
1266 x = desti[i]; in gel_matrixw_set_vregion()
1269 x = desti[i] % m->regw; in gel_matrixw_set_vregion()
1270 y = desti[i] / m->regw; in gel_matrixw_set_vregion()
1302 max = getmax (desti, len); in gel_matrixw_set_vregion_etree()
1324 y = desti[i]; in gel_matrixw_set_vregion_etree()
1326 x = desti[i] / m->regh; in gel_matrixw_set_vregion_etree()
[all …]
H A Dmatrixw.h78 int *desti, int len,
101 int *desti, int len);
103 int *desti, int len);
/dports/ftp/mirror/mirror-2.9_2/
H A Dmirror.pl2171 $desti = $dest_map{ $dest_path };
2208 $desti = $dest_map{ $dest_path };
2230 $desti = $dest_map{ $dest_path };
2263 $desti = $dest_map{ $dest_path };
2297 $desti = $dest_map{ $dest_path };
2309 $desti = $dest_map{ $dest_path };
2314 &t2str( $dest_time[ $desti ] ) );
2315 &msg( " $dest_size[ $desti ] $dest_type[ $desti ]" );
2353 if( $dest_type[ $desti ] ne 'd' ){
2367 if( $desti && ! $dest_keep[ $desti ] ){
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dpngio.cc220 int desti = (i + rot) % pal_size; in Export_png8() local
221 pngpal[desti].red = palette[3 * i]; in Export_png8()
222 pngpal[desti].green = palette[3 * i + 1]; in Export_png8()
223 pngpal[desti].blue = palette[3 * i + 2]; in Export_png8()
/dports/games/bomberclone/bomberclone-0.11.9/include/
H A Dgfx.h21 SDL_Surface *desti; member
105 extern void gfx_blit (SDL_Surface *srci, SDL_Rect *srcr, SDL_Surface *desti, SDL_Rect *destr, int y…
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_interpreted.c483 int count, srci, desti; in VM_CallInterpreted() local
488 desti = r1 & dataMask; in VM_CallInterpreted()
490 count = ((desti + count) & dataMask) - desti; in VM_CallInterpreted()
493 dest = (int *)&image[ desti ]; in VM_CallInterpreted()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_interpreted.c483 int count, srci, desti; in VM_CallInterpreted() local
488 desti = r1 & dataMask; in VM_CallInterpreted()
490 count = ((desti + count) & dataMask) - desti; in VM_CallInterpreted()
493 dest = (int *)&image[ desti ]; in VM_CallInterpreted()

123456