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
EncoderIface Struct Reference

#include <cfx_psrenderer.h>

+ Collaboration diagram for EncoderIface:

Public Attributes

DataVector< uint8_t >(* pA85EncodeFunc )(pdfium::span< const uint8_t > src_span)
 
DataVector< uint8_t >(* pFaxEncodeFunc )(RetainPtr< const CFX_DIBBase > src)
 
DataVector< uint8_t >(* pFlateEncodeFunc )(pdfium::span< const uint8_t > src_span)
 
bool(* pJpegEncodeFunc )(const RetainPtr< const CFX_DIBBase > &pSource, uint8_t **dest_buf, size_t *dest_size)
 
DataVector< uint8_t >(* pRunLengthEncodeFunc )(pdfium::span< const uint8_t > src_span)
 

Detailed Description

Definition at line 38 of file cfx_psrenderer.h.

Member Data Documentation

◆ pA85EncodeFunc

DataVector< uint8_t >(* EncoderIface::pA85EncodeFunc) (pdfium::span< const uint8_t > src_span)

Definition at line 1 of file cfx_psrenderer.h.

◆ pFaxEncodeFunc

DataVector< uint8_t >(* EncoderIface::pFaxEncodeFunc) (RetainPtr< const CFX_DIBBase > src)

Definition at line 1 of file cfx_psrenderer.h.

◆ pFlateEncodeFunc

DataVector< uint8_t >(* EncoderIface::pFlateEncodeFunc) (pdfium::span< const uint8_t > src_span)

Definition at line 1 of file cfx_psrenderer.h.

◆ pJpegEncodeFunc

bool(* EncoderIface::pJpegEncodeFunc) (const RetainPtr< const CFX_DIBBase > &pSource, uint8_t **dest_buf, size_t *dest_size)

Definition at line 42 of file cfx_psrenderer.h.

◆ pRunLengthEncodeFunc

DataVector< uint8_t >(* EncoderIface::pRunLengthEncodeFunc) (pdfium::span< const uint8_t > src_span)

Definition at line 42 of file cfx_psrenderer.h.


The documentation for this struct was generated from the following file: