Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
tiff_decoder.cpp File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

Include dependency graph for tiff_decoder.cpp:

Go to the source code of this file.

Classes

class  CTiffContext

Namespaces

namespace  fxcodec

Functions

void_TIFFcalloc (tmsize_t nmemb, tmsize_t siz)
void_TIFFmalloc (tmsize_t size)
void _TIFFfree (void *ptr)
void_TIFFrealloc (void *ptr, tmsize_t size)
void _TIFFmemset (void *ptr, int val, tmsize_t size)
void _TIFFmemcpy (void *des, const void *src, tmsize_t size)
int _TIFFmemcmp (const void *ptr1, const void *ptr2, tmsize_t size)

Function Documentation

◆ _TIFFcalloc()

void * _TIFFcalloc ( tmsize_t nmemb,
tmsize_t siz )

Definition at line 70 of file tiff_decoder.cpp.

◆ _TIFFfree()

void _TIFFfree ( void * ptr)

Definition at line 78 of file tiff_decoder.cpp.

References FXMEM_DefaultFree().

Here is the call graph for this function:

◆ _TIFFmalloc()

void * _TIFFmalloc ( tmsize_t size)

Definition at line 74 of file tiff_decoder.cpp.

◆ _TIFFmemcmp()

int _TIFFmemcmp ( const void * ptr1,
const void * ptr2,
tmsize_t size )

Definition at line 95 of file tiff_decoder.cpp.

◆ _TIFFmemcpy()

void _TIFFmemcpy ( void * des,
const void * src,
tmsize_t size )

Definition at line 91 of file tiff_decoder.cpp.

References FXSYS_memcpy().

Here is the call graph for this function:

◆ _TIFFmemset()

void _TIFFmemset ( void * ptr,
int val,
tmsize_t size )

Definition at line 87 of file tiff_decoder.cpp.

References FXSYS_memset().

Here is the call graph for this function:

◆ _TIFFrealloc()

void * _TIFFrealloc ( void * ptr,
tmsize_t size )

Definition at line 83 of file tiff_decoder.cpp.