Home
last modified time | relevance | path

Searched refs:ima (Results 1 – 25 of 2302) sorted by relevance

12345678910>>...93

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage.c269 ima->last_render_slot = ima->render_slot; in image_blend_read_data()
804 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_load_exists_ex()
1192 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_print_memlist()
1198 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_print_memlist()
1222 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_free_all_textures()
1232 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_free_all_textures()
1271 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_all_free_anim_ibufs()
3120 for (ima = bmain->images.first; ima; ima = ima->id.next) { in BKE_image_ensure_viewer()
3958 ima->last_render_slot = ima->render_slot; in BKE_image_backup_render()
5361 if (ima && BKE_image_is_animated(ima)) { in image_user_id_has_animation()
[all …]
H A Dimage_gpu.c241 if (ima) { in gpu_texture_create_tile_array()
290 if (ima == NULL) { in image_get_gpu_texture()
304 if (ima->gpu_pass != requested_pass || ima->gpu_layer != requested_layer || in image_get_gpu_texture()
306 ima->gpu_pass = requested_pass; in image_get_gpu_texture()
308 ima->gpu_slot = requested_slot; in image_get_gpu_texture()
309 ima->gpuflag |= IMA_GPU_REFRESH; in image_get_gpu_texture()
314 image_free_gpu(ima, true); in image_get_gpu_texture()
319 BKE_image_tag_time(ima); in image_get_gpu_texture()
366 if (ima) { in image_get_gpu_texture()
511 if ((ima->flag & IMA_NOCOLLECT) == 0 && ctime - ima->lastused > U.textimeout) { in BKE_image_free_old_gputextures()
[all …]
H A Dimage_save.c57 Image *ima, in image_save_post() argument
76 BLI_strncpy(ima->filepath, filepath, sizeof(ima->filepath)); in image_save_post()
82 if (ima->type == IMA_TYPE_R_RESULT) { in image_save_post()
83 ima->type = IMA_TYPE_IMAGE; in image_save_post()
102 ima->source = IMA_SRC_FILE; in image_save_post()
103 ima->type = IMA_TYPE_IMAGE; in image_save_post()
142 Image *ima, in image_save_single() argument
162 if (ima->type == IMA_TYPE_R_RESULT) { in image_save_single()
200 if (!BKE_image_is_stereo(ima)) { in image_save_single()
244 ima, in image_save_single()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximaiter.h42 CxImage *ima; variable
79 ima = 0; in CImageIterator()
88 if (ima) IterImage = ima->GetBits(); in CImageIterator()
96 return ima;
101 if (ima) return ima->IsInside(Itx, Ity); in ItOK()
107 if (ima) IterImage = ima->GetBits(); in Reset()
115 Ity = ima->GetHeight()-1; in Upset()
116 IterImage = ima->GetBits() + ima->GetEffWidth()*(ima->GetHeight()-1); in Upset()
137 IterImage = ima->GetBits() + ima->GetEffWidth()*y; in SetY()
220 if ((pCol==0)||(ima->GetBpp()<8)||(x>=ima->GetWidth())) in GetCol()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_negate.cpp8 ima[0] = ~ima[0]; in change_channel_()
15 if (alp[0] < ima[0]) { in change_multiplied_rgb()
16 ima[0] = 0; in change_multiplied_rgb()
18 ima[0] = alp[0] - ima[0]; in change_multiplied_rgb()
31 change_multiplied_rgb(&ima[red], &ima[alp], sz, ch); in change_template_()
34 change_multiplied_rgb(&ima[gre], &ima[alp], sz, ch); in change_template_()
37 change_multiplied_rgb(&ima[blu], &ima[alp], sz, ch); in change_template_()
40 change_channel_(&ima[alp], sz, ch); in change_template_()
45 change_channel_(&ima[red], sz, ch); in change_template_()
48 change_channel_(&ima[gre], sz, ch); in change_template_()
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmusstream_wav_ima.c161 int len = MIN(size * nmemb, this->hidden.ima.end - this->hidden.ima.cur); in wav_read()
172 memcpy(obuff, this->hidden.ima.obufcur, this->hidden.ima.left); in wav_read()
175 len -= this->hidden.ima.left; in wav_read()
177 ImaExpandS(0, 1, this->hidden.ima.cur, this->hidden.ima.obuf, n, 1); in wav_read()
179 this->hidden.ima.obufcur = this->hidden.ima.obuf; in wav_read()
180 this->hidden.ima.left = n*2; in wav_read()
183 this->hidden.ima.left -= len; in wav_read()
236 return (this->hidden.ima.cur - this->hidden.ima.base); in wav_seek()
248 ms->hidden.ima.wf = snd; in ms_wav_ima()
253 ms->hidden.ima.obufcur = ms->hidden.ima.obuf; in ms_wav_ima()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dpngread.h101 wxPNGReader *ima; variable
136 ima = 0; in wxPNGReaderIter()
145 if (ima) in wxPNGReaderIter()
154 return ima;
160 if (ima) in ItOK()
176 Ity = ima->Height-1; in upset()
177 IterImage = ima->RawImage + ima->EfeWidth*(ima->Height-1); in upset()
199 IterImage = ima->RawImage + ima->EfeWidth*y; in SetY()
209 n = ima->GetWidth(); in SetRow()
255 if (Itx < ima->EfeWidth) in NextStep()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dpngread.h101 wxPNGReader *ima; variable
136 ima = 0; in wxPNGReaderIter()
145 if (ima) in wxPNGReaderIter()
154 return ima;
160 if (ima) in ItOK()
176 Ity = ima->Height-1; in upset()
177 IterImage = ima->RawImage + ima->EfeWidth*(ima->Height-1); in upset()
199 IterImage = ima->RawImage + ima->EfeWidth*y; in SetY()
209 n = ima->GetWidth(); in SetRow()
255 if (Itx < ima->EfeWidth) in NextStep()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dpngread.h101 wxPNGReader *ima; variable
136 ima = 0; in wxPNGReaderIter()
145 if (ima) in wxPNGReaderIter()
154 return ima;
160 if (ima) in ItOK()
176 Ity = ima->Height-1; in upset()
177 IterImage = ima->RawImage + ima->EfeWidth*(ima->Height-1); in upset()
199 IterImage = ima->RawImage + ima->EfeWidth*y; in SetY()
209 n = ima->GetWidth(); in SetRow()
255 if (Itx < ima->EfeWidth) in NextStep()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dpngread.h101 wxPNGReader *ima; variable
136 ima = 0; in wxPNGReaderIter()
145 if (ima) in wxPNGReaderIter()
154 return ima;
160 if (ima) in ItOK()
176 Ity = ima->Height-1; in upset()
177 IterImage = ima->RawImage + ima->EfeWidth*(ima->Height-1); in upset()
199 IterImage = ima->RawImage + ima->EfeWidth*y; in SetY()
209 n = ima->GetWidth(); in SetRow()
255 if (Itx < ima->EfeWidth) in NextStep()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_image.h57 void BKE_image_free_gputextures(struct Image *ima);
145 void BKE_image_tag_time(struct Image *ima);
250 bool BKE_image_is_multilayer(struct Image *ima);
251 bool BKE_image_is_multiview(struct Image *ima);
252 bool BKE_image_is_stereo(struct Image *ima);
257 bool BKE_image_is_openexr(struct Image *ima);
281 bool BKE_image_memorypack(struct Image *ima);
304 void BKE_image_get_tile_label(struct Image *ima,
312 bool BKE_image_fill_tile(struct Image *ima,
324 int BKE_image_get_tile_from_pos(struct Image *ima,
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/features/tbmr/
H A Dtbmr.cpp137 std::vector<unsigned int> parent(ima.Width() * ima.Height()); in Extract_tbmr()
138 std::vector<unsigned int> root(ima.Width() * ima.Height()); in Extract_tbmr()
139 std::vector<unsigned int> rank(ima.Width() * ima.Height(), 0); in Extract_tbmr()
140 std::vector<bool> dejaVu(ima.Width() * ima.Height(), false); in Extract_tbmr()
141 std::vector<attribute> imaAttribute(ima.Width() * ima.Height()); in Extract_tbmr()
142 image::Image<unsigned int> zpar(ima.Width(), ima.Height()); in Extract_tbmr()
155 imaAttribute[p].init(1, p % ima.Width(), p/ima.Width()); in Extract_tbmr()
161 const Vec2i point_p (p % ima.Width(), p / ima.Width()); in Extract_tbmr()
201 if (ima[parent[q]] == ima[q]) in Extract_tbmr()
225 if (parent[p] == p || ima[p] != ima[parent[p]]) { in Extract_tbmr()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_check.c14 if( ima == NULL || imb == NULL ) RETURN(NULL) ; in mri_check_2D()
15 nx = ima->nx ; ny = ima->ny ; in mri_check_2D()
22 ps = ima->pixel_size ; in mri_check_2D()
23 imc = mri_new( nx , ny , ima->kind ) ; in mri_check_2D()
45 MRI_COPY_AUX(imc,ima) ; RETURN(imc) ; in mri_check_2D()
61 nx = ima->nx ; ny = ima->ny ; in mri_wiper_2D()
71 imc = mri_new( nx , ny , ima->kind ) ; in mri_wiper_2D()
74 ps = ima->pixel_size ; in mri_wiper_2D()
142 nx = ima->nx ; ny = ima->ny ; nxy = nx*ny ; in mri_mix_2D()
148 imc = mri_new( nx , ny , ima->kind ) ; in mri_mix_2D()
[all …]
H A Dphace.c69 if( ima == NULL || ima->kind != MRI_complex || in cx_scramble()
71 ima->nx != imb->nx || ima->ny != imb->ny || in cx_scramble()
75 npix = ima->nvox ; in cx_scramble()
76 ar = MRI_COMPLEX_PTR(ima) ; in cx_scramble()
105 ima->nx != imb->nx || ima->ny != imb->ny || in mri_scramble()
109 cxa = mri_fft2D( ima , -1 ) ; in mri_scramble()
115 cxb = mri_to_mri( ima->kind , cxa ) ; in mri_scramble()
125 MRI_IMAGE * ima , * imb , * imc , * imd ; in main() local
134 ima = mri_read(argv[3]) ; in main()
138 nx = ima->nx ; ny = ima->ny ; in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/fate/
H A Dadpcm.mak40 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_AMV) += fate-adpcm-ima-amv
43 FATE_ADPCM-$(call DEMDEC, APC, ADPCM_IMA_APC) += fate-adpcm-ima-apc
46 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK3) += fate-adpcm-ima-dk3
49 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK4) += fate-adpcm-ima-dk4
58 FATE_ADPCM-$(call DEMDEC, ISS, ADPCM_IMA_ISS) += fate-adpcm-ima-iss
61 FATE_ADPCM-$(call DEMDEC, WAV, ADPCM_IMA_OKI) += fate-adpcm-ima-oki
62 fate-adpcm-ima-oki: CMD = md5 -i $(TARGET_SAMPLES)/oki/test.wav -f s16le
64 FATE_ADPCM-$(call DEMDEC, RSD, ADPCM_IMA_RAD) += fate-adpcm-ima-rad
73 FATE_ADPCM-$(call DEMDEC, WSVQA, ADPCM_IMA_WS) += fate-adpcm-ima-ws
103 FATE_ADPCM-$(call DEMDEC, APM, ADPCM_IMA_APM) += fate-adpcm-ima-apm-mono
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_ops.c197 if (ima) { in image_from_context()
1339 if (bgpic->ima == ima) { in image_open_exec()
1389 ima = tex->ima; in image_open_invoke()
1520 ima = tex->ima; in image_match_len_exec()
2314 for (Image *ima = bmain->images.first; ima; ima = ima->id.next) { in ED_image_save_all_modified_info() local
2371 for (Image *ima = bmain->images.first; ima; ima = ima->id.next) { in ED_image_save_all_modified() local
2969 if (!ima || !BKE_image_has_packedfile(ima)) { in image_unpack_exec()
3003 if (!ima || !BKE_image_has_packedfile(ima)) { in image_unpack_invoke()
3273 return (ima && ima->type == IMA_TYPE_R_RESULT); in image_cycle_render_slot_poll()
3768 return (ima != NULL && ima->source == IMA_SRC_TILED && BKE_image_has_ibuf(ima, NULL)); in tile_add_poll()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/fate/
H A Dadpcm.mak40 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_AMV) += fate-adpcm-ima-amv
43 FATE_ADPCM-$(call DEMDEC, APC, ADPCM_IMA_APC) += fate-adpcm-ima-apc
46 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK3) += fate-adpcm-ima-dk3
49 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK4) += fate-adpcm-ima-dk4
58 FATE_ADPCM-$(call DEMDEC, ISS, ADPCM_IMA_ISS) += fate-adpcm-ima-iss
61 FATE_ADPCM-$(call DEMDEC, WAV, ADPCM_IMA_OKI) += fate-adpcm-ima-oki
62 fate-adpcm-ima-oki: CMD = md5 -i $(TARGET_SAMPLES)/oki/test.wav -f s16le
64 FATE_ADPCM-$(call DEMDEC, RSD, ADPCM_IMA_RAD) += fate-adpcm-ima-rad
73 FATE_ADPCM-$(call DEMDEC, WSVQA, ADPCM_IMA_WS) += fate-adpcm-ima-ws
103 FATE_ADPCM-$(call DEMDEC, APM, ADPCM_IMA_APM) += fate-adpcm-ima-apm-mono
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/fate/
H A Dadpcm.mak40 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_AMV) += fate-adpcm-ima-amv
43 FATE_ADPCM-$(call DEMDEC, APC, ADPCM_IMA_APC) += fate-adpcm-ima-apc
46 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK3) += fate-adpcm-ima-dk3
49 FATE_ADPCM-$(call DEMDEC, AVI, ADPCM_IMA_DK4) += fate-adpcm-ima-dk4
58 FATE_ADPCM-$(call DEMDEC, ISS, ADPCM_IMA_ISS) += fate-adpcm-ima-iss
61 FATE_ADPCM-$(call DEMDEC, WAV, ADPCM_IMA_OKI) += fate-adpcm-ima-oki
62 fate-adpcm-ima-oki: CMD = md5 -i $(TARGET_SAMPLES)/oki/test.wav -f s16le
64 FATE_ADPCM-$(call DEMDEC, RSD, ADPCM_IMA_RAD) += fate-adpcm-ima-rad
73 FATE_ADPCM-$(call DEMDEC, WSVQA, ADPCM_IMA_WS) += fate-adpcm-ima-ws
103 FATE_ADPCM-$(call DEMDEC, APM, ADPCM_IMA_APM) += fate-adpcm-ima-apm-mono
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/material/
H A Dgpu_shader_material_tex_image.glsl6 void point_texco_clamp(vec3 vin, sampler2D ima, out vec3 vout)
8 vec2 half_texel_size = 0.5 / vec2(textureSize(ima, 0).xy);
53 color = safe_color(texture(ima, co.xy));
71 vec2 tex_size = vec2(textureSize(ima, 0).xy);
130 color1 = texture(ima, uv);
136 color2 = texture(ima, uv);
142 color3 = texture(ima, uv);
246 if (node_tex_tile_lookup(co, ima, map)) {
247 color = safe_color(texture(ima, co));
259 if (node_tex_tile_lookup(co, ima, map)) {
[all …]
/dports/games/pipenightdreams/pipenightdreams-0.10.0/src/
H A Dscore.cpp64 Image * ima; in paint() local
68 ima=(vm->getImageManager())->getImage(new Str("0.png")); in paint()
72 ima=(vm->getImageManager())->getImage(new Str("1.png")); in paint()
76 ima=(vm->getImageManager())->getImage(new Str("2.png")); in paint()
80 ima=(vm->getImageManager())->getImage(new Str("3.png")); in paint()
84 ima=(vm->getImageManager())->getImage(new Str("4.png")); in paint()
88 ima=(vm->getImageManager())->getImage(new Str("5.png")); in paint()
92 ima=(vm->getImageManager())->getImage(new Str("6.png")); in paint()
96 ima=(vm->getImageManager())->getImage(new Str("7.png")); in paint()
109 p-=ima->width(); in paint()
[all …]
H A Dexit.cpp52 Image * aux, *ima; in paint() local
58 aux=new Image(ima); in paint()
68 ima=(vm->getImageManager())->getImage(new Str("flow.png")); in paint()
73 int xof=x+PipeWidth/2-ima->width()/2; in paint()
76 if (con==North) yof=y-ima->height()/2; in paint()
78 yof=y+PipeHeight-ima->height()/2; in paint()
82 vm->blit(ima, xof, (int)(yof+(float)i*factor)); in paint()
87 int yof=y+PipeHeight/2-ima->height()/2;; in paint()
89 if (con==West) xof=x-ima->width()/2; in paint()
91 xof=x+PipeWidth-ima->width()/2; in paint()
[all …]
/dports/games/pongix/pongix-0.4/src/
H A Dfuente.c37 aux->ima = cargar_imagen (ruta); in fuente_iniciar()
39 if (aux->ima == NULL) in fuente_iniciar()
60 int bpp = ima->format->BytesPerPixel; in fuente_es_pixel_opaco()
61 Uint8 * p = ima->pixels + col * bpp + fila * ima->pitch; in fuente_es_pixel_opaco()
91 SDL_GetRGB (color, ima->format, &r, &g, &b); in fuente_es_pixel_opaco()
104 for (fila = 0; fila < ima->h; fila ++) in fuente_es_columna_vacia()
106 if (fuente_es_pixel_opaco (ima, fila, col)) in fuente_es_columna_vacia()
121 for (i = 0; i < data->ima->w; i++) in fuente_cargar_identificar_recs()
123 if (fuente_es_columna_vacia (data->ima, i)) in fuente_cargar_identificar_recs()
169 SDL_BlitSurface (data->ima, data->rects + i, \ in fuente_imprimir_letra()
[all …]
/dports/games/volleyball/volleyball-0.8.6/src/
H A Dutil.c226 int bpp = ima->format->BytesPerPixel; in util_get_pixel()
227 Uint8 *p = (Uint8 *) ima->pixels + y * ima->pitch + x * bpp; in util_get_pixel()
262 int bpp = ima->format->BytesPerPixel; in util_put_pixel()
263 Uint8 *p = (Uint8 *) ima->pixels + y * ima->pitch + x * bpp; in util_put_pixel()
265 if (x >= ima->w || y >= ima->h || y < 0 || x < 0) in util_put_pixel()
313 if (SDL_MUSTLOCK (ima)) in util_draw_circle()
314 SDL_LockSurface (ima); in util_draw_circle()
321 util_put_pixel (ima, cx + x, cy - y, color); in util_draw_circle()
322 util_put_pixel (ima, cx + y, cy - x, color); in util_draw_circle()
334 if (SDL_MUSTLOCK (ima)) in util_draw_circle()
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/eclipse/paho.mqtt.golang/fvt/
H A Dsetup_IMA.sh23 function ima { function
34 ima create MessagingPolicy \
42 ima create ConnectionPolicy \
46 ima create Endpoint \
57 ima create ConnectionPolicy \
62 ima create Endpoint \
76 ima apply Certificate \
87 ima create SecurityProfile \
95 ima apply Certificate \
99 ima apply Certificate \
[all …]
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/github.com/eclipse/paho.mqtt.golang/fvt/
H A Dsetup_IMA.sh23 function ima { function
34 ima create MessagingPolicy \
42 ima create ConnectionPolicy \
46 ima create Endpoint \
57 ima create ConnectionPolicy \
62 ima create Endpoint \
76 ima apply Certificate \
87 ima create SecurityProfile \
95 ima apply Certificate \
99 ima apply Certificate \
[all …]

12345678910>>...93