Flutter Engine
The Flutter Engine
|
#include "include/core/SkData.h"
#include "include/core/SkRefCnt.h"
#include "src/core/SkChecksum.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
class | SkPDFBitmap |
struct | SkPDFIccProfileKey |
struct | SkPDFIccProfileKey::Hash |
Functions | |
SkPDFIndirectReference | SkPDFSerializeImage (const SkImage *img, SkPDFDocument *doc, int encodingQuality=101) |
SkPDFIndirectReference SkPDFSerializeImage | ( | const SkImage * | img, |
SkPDFDocument * | doc, | ||
int | encodingQuality = 101 |
||
) |
Serialize a SkImage as an Image Xobject. quality > 100 means lossless
Definition at line 398 of file SkPDFBitmap.cpp.