Flutter Engine
The Flutter Engine
|
#include "src/pdf/SkPDFFormXObject.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkStream.h"
#include "src/pdf/SkPDFUtils.h"
#include <utility>
Go to the source code of this file.
Functions | |
SkPDFIndirectReference | SkPDFMakeFormXObject (SkPDFDocument *doc, std::unique_ptr< SkStreamAsset > content, std::unique_ptr< SkPDFArray > mediaBox, std::unique_ptr< SkPDFDict > resourceDict, const SkMatrix &inverseTransform, const char *colorSpace) |
SkPDFIndirectReference SkPDFMakeFormXObject | ( | SkPDFDocument * | doc, |
std::unique_ptr< SkStreamAsset > | content, | ||
std::unique_ptr< SkPDFArray > | mediaBox, | ||
std::unique_ptr< SkPDFDict > | resourceDict, | ||
const SkMatrix & | inverseTransform, | ||
const char * | colorSpace | ||
) |
A form XObject is a self contained description of a graphics object. A form XObject is a page object with slightly different syntax, that can be drawn into a page content stream, just like a bitmap XObject can be drawn into a page content stream.
Definition at line 16 of file SkPDFFormXObject.cpp.