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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcodec/tiff/tiff_decoder.h"
#include <limits>
#include <memory>
#include "core/fxcodec/cfx_codec_memory.h"
#include "core/fxcodec/fx_codec.h"
#include "core/fxcodec/fx_codec_def.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxcrt/fx_stream.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/dib/fx_dib.h"
#include "third_party/base/check.h"
#include "third_party/base/notreached.h"
#include "third_party/base/numerics/safe_conversions.h"
#include "third_party/libtiff/tiffio.h"
+ Include dependency graph for tiff_decoder.cpp:

Go to the source code of this file.

Classes

class  CTiffContext
 

Namespaces

namespace  fxcodec
 

Macros

#define CVT(x)
 

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)
 

Macro Definition Documentation

◆ CVT

#define CVT ( x)
Value:
((uint16_t)((x) >> 8))
GLint GLint GLint GLint GLint x
[0]

Function Documentation

◆ _TIFFcalloc()

void * _TIFFcalloc ( tmsize_t nmemb,
tmsize_t siz )

Definition at line 84 of file tiff_decoder.cpp.

◆ _TIFFfree()

void _TIFFfree ( void * ptr)

Definition at line 92 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 88 of file tiff_decoder.cpp.

◆ _TIFFmemcmp()

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

Definition at line 109 of file tiff_decoder.cpp.

◆ _TIFFmemcpy()

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

Definition at line 105 of file tiff_decoder.cpp.

◆ _TIFFmemset()

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

Definition at line 101 of file tiff_decoder.cpp.

◆ _TIFFrealloc()

void * _TIFFrealloc ( void * ptr,
tmsize_t size )

Definition at line 97 of file tiff_decoder.cpp.