Home
last modified time | relevance | path

Searched refs:MNG_TRUE (Results 26 – 50 of 64) sorted by relevance

123

/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/gtk-mng-view/
H A Dgtk-mng-view.c44 return MNG_TRUE; in mng_open_stream_callback()
50 return MNG_TRUE; in mng_close_stream_callback()
69 return MNG_TRUE; in mng_read_data_callback()
91 return MNG_TRUE; in mng_process_header_callback()
124 return MNG_TRUE; in mng_set_timer_callback()
175 return MNG_TRUE; in mng_refresh_callback()
/dports/graphics/libmng/libmng-1.0.10/contrib/delphi/mngview/
H A DMain.pas194 Result := MNG_TRUE;
214 Result := MNG_TRUE;
262 Result := MNG_TRUE;
305 Result := MNG_TRUE;
340 Result := MNG_TRUE;
367 Result := MNG_TRUE;
/dports/graphics/gimageview/gimageview-0.2.27/plugins/image_loader/
H A Dmng.c444 return MNG_TRUE; in mymng_open_stream()
462 return MNG_TRUE; in mymng_close_stream()
481 return MNG_TRUE; in mymng_read_stream()
516 return MNG_TRUE; in mymng_set_timer()
547 return MNG_TRUE; in mymng_process_header()
600 return MNG_TRUE; in mymng_refresh()
/dports/sysutils/graveman/graveman-0.3.12-5/src/
H A Dgtk-mng-view.c69 return MNG_TRUE; in mng_open_stream_callback()
75 return MNG_TRUE; in mng_close_stream_callback()
94 return MNG_TRUE; in mng_read_data_callback()
116 return MNG_TRUE; in mng_process_header_callback()
149 return MNG_TRUE; in mng_set_timer_callback()
200 return MNG_TRUE; in mng_refresh_callback()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libmng/
H A Dlibmng_chunk_descr.c2155 pData->bHasglobalPLTE = MNG_TRUE; in MNG_C_SPECIALFUNC()
2196 pBuf->bHasTRNS = MNG_TRUE; in MNG_C_SPECIALFUNC()
2347 pTRNS->bGlobal = MNG_TRUE; in MNG_F_SPECIALFUNC()
2401 pData->bHasglobalTRNS = MNG_TRUE; in MNG_C_SPECIALFUNC()
3552 pData->bSkipping = MNG_TRUE; in MNG_C_SPECIALFUNC()
3848 pData->bHasBACK = MNG_TRUE; in MNG_C_SPECIALFUNC()
4055 pData->bHasTERM = MNG_TRUE; in MNG_C_SPECIALFUNC()
4241 pData->bHasSAVE = MNG_TRUE; in MNG_C_SPECIALFUNC()
4448 bOke = MNG_TRUE; in CheckKeyword()
4473 bOke = MNG_TRUE; in CheckKeyword()
[all …]
H A Dlibmng_jpeg.c426 pData->bJPEGdecompress = MNG_TRUE; /* indicate it's initialized */ in mngjpeg_decompressinit()
537 pData->bJPEGhasheader = MNG_TRUE; in mngjpeg_decompressdata()
587 pData->bJPEGdecostarted = MNG_TRUE; in mngjpeg_decompressdata()
608 pData->bJPEGscanstarted = MNG_TRUE; in mngjpeg_decompressdata()
666 pData->bJPEGscanending = MNG_TRUE; in mngjpeg_decompressdata()
780 pData->bJPEGdecompress2 = MNG_TRUE; /* indicate it's initialized */ in mngjpeg_decompressinit2()
891 pData->bJPEGhasheader2 = MNG_TRUE; in mngjpeg_decompressdata2()
932 pData->bJPEGdecostarted2 = MNG_TRUE; in mngjpeg_decompressdata2()
954 pData->bJPEGscanstarted2 = MNG_TRUE; in mngjpeg_decompressdata2()
H A Dlibmng_chunk_io.c297 pData->bCRCcomputed = MNG_TRUE; in make_crc_table()
739 bProcess = MNG_TRUE; in create_chunk_storage()
888 bProcess = MNG_TRUE; in create_chunk_storage()
4266 bHasalpha = MNG_TRUE; in READ_CHUNK()
4377 bHasdonotshow = MNG_TRUE; in READ_CHUNK()
4386 bHasloca = MNG_TRUE; in READ_CHUNK()
5316 pData->bHasTERM = MNG_TRUE; in READ_CHUNK()
5388 pData->bHasSAVE = MNG_TRUE; in READ_CHUNK()
5905 bOke = MNG_TRUE; in CheckKeyword()
5930 bOke = MNG_TRUE; in CheckKeyword()
[all …]
H A Dlibmng_read.c146 pData->bEOF = MNG_TRUE; /* now we do! */ in mng_process_eof()
360 pData->bSuspended = MNG_TRUE; in read_databuffer()
409 pData->bSuspended = MNG_TRUE; in read_databuffer()
433 pData->bSuspended = MNG_TRUE; in read_databuffer()
923 case MNG_CRC_CRITICAL_WARNING : { bWarning = MNG_TRUE; break; } in check_chunk_crc()
924 case MNG_CRC_CRITICAL_ERROR : { bError = MNG_TRUE; break; } in check_chunk_crc()
931 case MNG_CRC_ANCILLARY_DISCARD : { bDiscard = MNG_TRUE; break; } in check_chunk_crc()
932 case MNG_CRC_ANCILLARY_WARNING : { bWarning = MNG_TRUE; break; } in check_chunk_crc()
933 case MNG_CRC_ANCILLARY_ERROR : { bError = MNG_TRUE; break; } in check_chunk_crc()
1327 pData->bHavesig = MNG_TRUE; in mng_read_graphic()
H A Dlibmng_error.c292 return MNG_TRUE; in mng_store_error()
320 return MNG_TRUE; /* warnings are ignored by default ! */ in mng_process_error()
H A Dlibmng_cms.c614 bDone = MNG_TRUE; in mng_init_app_cms()
632 bDone = MNG_TRUE; in mng_init_app_cms()
674 bDone = MNG_TRUE; in mng_init_app_cms()
699 bDone = MNG_TRUE; in mng_init_app_cms()
H A Dlibmng_write.c125 pData->bWriting = MNG_TRUE; /* indicate writing */ in mng_write_graphic()
/dports/graphics/libmng/libmng-1.0.10/
H A Dlibmng_chunk_descr.c2155 pData->bHasglobalPLTE = MNG_TRUE; in MNG_C_SPECIALFUNC()
2196 pBuf->bHasTRNS = MNG_TRUE; in MNG_C_SPECIALFUNC()
2347 pTRNS->bGlobal = MNG_TRUE; in MNG_F_SPECIALFUNC()
2401 pData->bHasglobalTRNS = MNG_TRUE; in MNG_C_SPECIALFUNC()
3552 pData->bSkipping = MNG_TRUE; in MNG_C_SPECIALFUNC()
3848 pData->bHasBACK = MNG_TRUE; in MNG_C_SPECIALFUNC()
4055 pData->bHasTERM = MNG_TRUE; in MNG_C_SPECIALFUNC()
4241 pData->bHasSAVE = MNG_TRUE; in MNG_C_SPECIALFUNC()
4448 bOke = MNG_TRUE; in CheckKeyword()
4473 bOke = MNG_TRUE; in CheckKeyword()
[all …]
H A Dlibmng_jpeg.c426 pData->bJPEGdecompress = MNG_TRUE; /* indicate it's initialized */ in mngjpeg_decompressinit()
537 pData->bJPEGhasheader = MNG_TRUE; in mngjpeg_decompressdata()
587 pData->bJPEGdecostarted = MNG_TRUE; in mngjpeg_decompressdata()
608 pData->bJPEGscanstarted = MNG_TRUE; in mngjpeg_decompressdata()
666 pData->bJPEGscanending = MNG_TRUE; in mngjpeg_decompressdata()
780 pData->bJPEGdecompress2 = MNG_TRUE; /* indicate it's initialized */ in mngjpeg_decompressinit2()
891 pData->bJPEGhasheader2 = MNG_TRUE; in mngjpeg_decompressdata2()
932 pData->bJPEGdecostarted2 = MNG_TRUE; in mngjpeg_decompressdata2()
954 pData->bJPEGscanstarted2 = MNG_TRUE; in mngjpeg_decompressdata2()
H A Dlibmng_chunk_io.c297 pData->bCRCcomputed = MNG_TRUE; in make_crc_table()
739 bProcess = MNG_TRUE; in create_chunk_storage()
888 bProcess = MNG_TRUE; in create_chunk_storage()
4266 bHasalpha = MNG_TRUE; in READ_CHUNK()
4377 bHasdonotshow = MNG_TRUE; in READ_CHUNK()
4386 bHasloca = MNG_TRUE; in READ_CHUNK()
5316 pData->bHasTERM = MNG_TRUE; in READ_CHUNK()
5388 pData->bHasSAVE = MNG_TRUE; in READ_CHUNK()
5905 bOke = MNG_TRUE; in CheckKeyword()
5930 bOke = MNG_TRUE; in CheckKeyword()
[all …]
H A Dlibmng_read.c146 pData->bEOF = MNG_TRUE; /* now we do! */ in mng_process_eof()
360 pData->bSuspended = MNG_TRUE; in read_databuffer()
409 pData->bSuspended = MNG_TRUE; in read_databuffer()
433 pData->bSuspended = MNG_TRUE; in read_databuffer()
923 case MNG_CRC_CRITICAL_WARNING : { bWarning = MNG_TRUE; break; } in check_chunk_crc()
924 case MNG_CRC_CRITICAL_ERROR : { bError = MNG_TRUE; break; } in check_chunk_crc()
931 case MNG_CRC_ANCILLARY_DISCARD : { bDiscard = MNG_TRUE; break; } in check_chunk_crc()
932 case MNG_CRC_ANCILLARY_WARNING : { bWarning = MNG_TRUE; break; } in check_chunk_crc()
933 case MNG_CRC_ANCILLARY_ERROR : { bError = MNG_TRUE; break; } in check_chunk_crc()
1327 pData->bHavesig = MNG_TRUE; in mng_read_graphic()
H A Dlibmng_error.c292 return MNG_TRUE; in mng_store_error()
320 return MNG_TRUE; /* warnings are ignored by default ! */ in mng_process_error()
H A Dlibmng_cms.c614 bDone = MNG_TRUE; in mng_init_app_cms()
632 bDone = MNG_TRUE; in mng_init_app_cms()
674 bDone = MNG_TRUE; in mng_init_app_cms()
699 bDone = MNG_TRUE; in mng_init_app_cms()
H A Dlibmng_write.c125 pData->bWriting = MNG_TRUE; /* indicate writing */ in mng_write_graphic()
/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/mngplg/mngplg-src-1.0.1/
H A Dnpmngplg.c233 return MNG_TRUE; in callback_openstream()
242 return MNG_TRUE; in callback_closestream()
269 return MNG_TRUE; in callback_readdata()
287 return MNG_TRUE; in callback_readdata()
296 return MNG_TRUE; in callback_readdata()
326 return MNG_TRUE; in callback_processheader()
368 return MNG_TRUE; in callback_refresh()
387 return MNG_TRUE; in callback_settimer()
391 return MNG_TRUE; in callback_settimer()
436 return MNG_TRUE; in callback_processtext()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/mod_mng/
H A Dtrgt_mng.cpp82 return MNG_TRUE; in mng_null_proc()
90 return MNG_TRUE; in mng_write_proc()
100 return MNG_TRUE; in mng_error_proc()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/mod_mng/
H A Dtrgt_mng.cpp82 return MNG_TRUE; in mng_null_proc()
90 return MNG_TRUE; in mng_write_proc()
100 return MNG_TRUE; in mng_error_proc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/mod_mng/
H A Dtrgt_mng.cpp82 return MNG_TRUE; in mng_null_proc()
90 return MNG_TRUE; in mng_write_proc()
100 return MNG_TRUE; in mng_error_proc()
/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/xmngview/
H A Dxmngview.c586 return MNG_TRUE; in user_read()
593 return MNG_TRUE; in user_open_stream()
598 return MNG_TRUE; in user_close_stream()
752 return MNG_TRUE; in user_process_header()
835 return MNG_TRUE; in user_process_header()
866 return MNG_TRUE; in user_set_timer()
932 return MNG_TRUE; in user_refresh()
1024 return MNG_TRUE; in prelude()
/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/makemng/
H A Dmakemng.c1562 ret = mng_putchunk_fram (mng, MNG_TRUE, 0,0,MNG_NULL,0,0,0,0,0,0,0,0,0,0,0,0,0); in write_mng_file()
1639 return MNG_TRUE; in mng_open_stream()
1652 return MNG_TRUE; in mng_close_stream()
1664 return MNG_TRUE; in mng_read_stream()
1676 return MNG_TRUE; in mng_write_stream()
1693 return MNG_TRUE; in mng_process_header()
1740 return MNG_TRUE; in mng_refresh_display()
1764 return MNG_TRUE; in mng_set_timer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/patches/
H A Dlibmng-1.0.10-endless-loop.patch38 + pData->bForcedelay = pData->iAccumdelay ? MNG_FALSE : MNG_TRUE;

123