Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImpulseAdventure/JPEGsnoop
/ functions
Functions
786 in github.com/ImpulseAdventure/JPEGsnoop
⨍
Functions
786
◇
Types & classes
93
Method
ScanBuffAdd
Augment the current scan buffer with another byte - Extra bits are added to right side of existing bitstring INPUT: - nNewByte = 8-bit byte to add
ImgDecode.cpp:974
Method
ScanBuffAddErr
Augment the current scan buffer with another byte (but mark as error) INPUT: - nNewByte = 8-bit byte to add to buffer - nPtr = UNUSED - nErr
ImgDecode.cpp:999
Method
ScanBuffConsume
Removes bits from the holding buffer - Discard the leftmost "nNumBits" of m_nScanBuff - And then realign file position pointers INPUT: - nNumBits
ImgDecode.cpp:921
Method
ScanErrorsDisable
Disable any further reporting of scan errors PRE: - m_nScanErrMax POST: - m_nWarnBadScanNum - m_bScanErrorsDisable
ImgDecode.cpp:1014
Method
ScanErrorsEnable
Enable reporting of scan errors POST: - m_nWarnBadScanNum - m_bScanErrorsDisable
ImgDecode.cpp:1026
Method
SearchSignatureExactInternal
TODO: Should we include editors in this search?
DbSigs.cpp:762
Method
SelectFolder
SettingsDlg.cpp:86
Method
SendSubmit
Send the compression signature string to the local database file in addition to the web repository if the user has enabled it.
JfifDecode.cpp:6496
Method
Serialize
CJPEGsnoopDoc serialization NOTE: - This is called during the standard OnOpenDocument() and presumably OnSaveDocument(). Currently it is not implemen
JPEGsnoopDoc.cpp:227
Method
SetCaption
HyperlinkStatic.cpp:84
Method
SetDQTQuick
Set the DQT matrix element INPUT: - dqt0[] Matrix array for table 0 - dqt1[] Matrix array for table 1 POST: - m_anImgDqtTbl[][] - m_eImgLandsc
JfifDecode.cpp:457
Method
SetExpanded
Expand item from string or PIDL
FolderDlg.h:138
Method
SetFullRes
Generate a single component's pixel content for one MCU - Fetch content from the 8x8 IDCT block (m_afIdctBlock[]) for the specified component (nComp)
ImgDecode.cpp:2468
Method
SetOKText
The Microsoft documentation is wrong for this: text in LPARAM, not WPARAM!
FolderDlg.h:124
Method
SetScrollCenter
The following routine was intended to automatically recenter the image TODO: However, what is the best way to have it called during redraw? Currently
JPEGsnoopViewImg.cpp:201
Method
SetSelection
Set selected item from string or PIDL. The documentation says lpText must be Unicode, but it can be LPCTSTR.
FolderDlg.h:130
Method
SetStatusBar
Establish local copy of status bar pointer
WindowBuf.cpp:217
Method
SetStatusBar
Asynchronously update a local pointer to the status bar once it becomes available. Note that the status bar is not ready by the time of the CjfifDecod
JfifDecode.cpp:246
Method
SetStatusText
Update the status bar with a message
JfifDecode.cpp:5561
Method
SetStatusText
Set status window text
FolderDlg.h:146
Method
ShouldShow
FolderDlg.cpp:355
Function
Uint2DotByte
Convert between unsigned int and a dotted-byte notation
General.cpp:86
Method
UnByteSwap4
Convert a UINT32 and decompose into 4 bytes, but support either endian byte-swap mode PRE: - m_nImgExifEndian Byte swap mode (0=little, 1=big) INPU
JfifDecode.cpp:567
Function
Uni2AscBuf
UNUSED Convert a unicode string to ASCII and write into a buffer - Returns true if we successfully wrote entire string including terminator
General.cpp:189
Method
UnpackFileOffset
Convert from file offset notation to bytes and bits INPUT: - nPacked = Fixed-point file offset (29b for bytes, 3b for bits) OUTPUT: - nByte = Fi
ImgDecode.cpp:5123
Method
ValidateValue
Validate an unsigned value to ensure it is in allowable range - If the value is outside the range, an error is shown and the parsing stops if relaxed
JfifDecode.cpp:3712
Method
ViewMarkerOverlay
Draw an overlay for the indexed block INPUT: - pDC = The device context pointer - nBlkX = 8x8 block X coordinate - nBlkY = 8x8 block Y coordina
ImgDecode.cpp:5697
Method
ViewMcuMarkedOverlay
Draw an overlay that highlights the marked MCUs INPUT: - pDC = The device context pointer
ImgDecode.cpp:5659
Method
ViewMcuOverlay
Draw an overlay that shows the MCU grid INPUT: - pDC = The device context pointer
ImgDecode.cpp:5625
Method
WriteIfd
FileTiff.cpp:281
Method
WriteIfdEntryMult
Use this if we are using external reference
FileTiff.cpp:195
Method
WriteIfdEntrySingle
FileTiff.cpp:120
Method
WriteIfdExtraBuf16
FileTiff.cpp:73
Method
WriteIfdExtraBuf32
FileTiff.cpp:102
Method
WriteIfdExtraBuf8
FileTiff.cpp:52
Method
WriteVal16
FileTiff.cpp:62
Method
WriteVal32
FileTiff.cpp:87
Method
WriteVal8
FileTiff.cpp:45
Method
read
Registry.cpp:76
Method
removeKey
methods * Removes the whole registry key including all values. So if you set the registry * entry to be HKCU\Software\Company\Product\key\value the
Registry.h:71
Method
removeKey
methods * Removes the whole registry key including all values. So if you set the registry * entry to be HKCU\Software\Company\Product\key\value the
Registry.h:512
Method
removeValue
* Removes the value of the registry object. If you set the registry entry to * be HKCU\Software\Company\Product\key\value there will only be * H
Registry.h:78
Method
removeValue
* Removes the value of the registry object. If you set the registry entry to * be HKCU\Software\Company\Product\key\value there will only be * H
Registry.h:519
Method
tsTagDetail
DecodeDicom.h:74
Method
write
Registry.cpp:99
Method
~CBatchDlg
BatchDlg.cpp:39
Method
~CDIB
Dib.cpp:40
Method
~CDbManageDlg
DbManageDlg.cpp:38
Method
~CDbSigs
DbSigs.cpp:122
Method
~CDbSubmitDlg
DbSubmitDlg.cpp:44
Method
~CDecodeDetailDlg
DecodeDetailDlg.cpp:47
Method
~CDecodeDicom
DecodeDicom.cpp:60
Method
~CDecodePs
DecodePs.cpp:66
Method
~CDocLog
DocLog.cpp:44
Method
~CExportDlg
ExportDlg.cpp:43
Method
~CExportTiffDlg
ExportTiffDlg.cpp:38
Method
~CFolderDialog
///////////// dtor: detach browser window before it's destroyed!
FolderDlg.cpp:92
Method
~CHyperlinkStatic
HyperlinkStatic.cpp:62
Method
~CJPEGsnoopApp
Destructor
JPEGsnoop.cpp:435
Method
~CJPEGsnoopCntrItem
CntrItem.cpp:44
Method
~CJPEGsnoopCore
JPEGsnoopCore.cpp:78
Method
~CJPEGsnoopDoc
Cleanup all of the allocated classes
JPEGsnoopDoc.cpp:141
Method
~CJPEGsnoopView
JPEGsnoopView.cpp:55
Method
~CJPEGsnoopViewImg
JPEGsnoopViewImg.cpp:53
Method
~CLookupDlg
LookupDlg.cpp:65
Method
~CMainFrame
MainFrm.cpp:59
Method
~CModelessDlg
ModelessDlg.cpp:36
Method
~CNoteDlg
NoteDlg.cpp:37
Method
~COffsetDlg
OffsetDlg.cpp:38
Method
~COverlayBufDlg
OverlayBufDlg.cpp:77
Method
~CPsDecode
PsDecode.cpp:59
Method
~CRegDWORD
Registry.cpp:71
Method
~CRegPoint
Registry.cpp:385
Method
~CRegRect
Registry.cpp:279
Method
~CRegStdString
Registry.cpp:491
Method
~CRegStdWORD
Registry.cpp:599
Method
~CRegString
Registry.cpp:171
Method
~CSettingsDlg
SettingsDlg.cpp:46
Method
~CSnoopConfig
SnoopConfig.cpp:132
Method
~CTermsDlg
TermsDlg.cpp:112
Method
~CUpdateAvailDlg
UpdateAvailDlg.cpp:40
Method
~CUrlString
UrlString.h:46
Method
~CimgDecode
Destructor for Image Decode class - Deallocate any image-related dynamic storage
ImgDecode.cpp:239
Method
~CjfifDecode
Destructor
JfifDecode.cpp:218
Method
~CwindowBuf
Destructor deallocates buffers and overlays
WindowBuf.cpp:61
Method
~FileTiff
FileTiff.cpp:33
← previous
701–786 of 786, ranked by callers