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
BitmapSaver Class Reference

#include <bitmap_saver.h>

+ Collaboration diagram for BitmapSaver:

Static Public Member Functions

static void WriteBitmapToPng (FPDF_BITMAP bitmap, const std::string &filename)
 
static void WriteBitmapToPng (CFX_DIBitmap *bitmap, const std::string &filename)
 

Detailed Description

Definition at line 14 of file bitmap_saver.h.

Member Function Documentation

◆ WriteBitmapToPng() [1/2]

void BitmapSaver::WriteBitmapToPng ( CFX_DIBitmap * bitmap,
const std::string & filename )
static

Definition at line 51 of file bitmap_saver.cpp.

References WriteBitmapToPng().

+ Here is the call graph for this function:

◆ WriteBitmapToPng() [2/2]

void BitmapSaver::WriteBitmapToPng ( FPDF_BITMAP bitmap,
const std::string & filename )
static

Definition at line 15 of file bitmap_saver.cpp.

References FPDFBitmap_GetFormat(), FPDFBitmap_GetHeight(), FPDFBitmap_GetStride(), and FPDFBitmap_GetWidth().

Referenced by WriteBitmapToPng(), and EmbedderTest::WriteBitmapToPng().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: