Flutter Engine
The Flutter Engine
|
#include "include/core/SkData.h"
#include "include/core/SkRefCnt.h"
#include "include/encode/SkJpegEncoder.h"
#include "include/private/base/SkAssert.h"
Go to the source code of this file.
Namespaces | |
namespace | SkJpegEncoder |
Functions | |
SK_API bool | SkJpegEncoder::Encode (SkWStream *dst, const SkPixmap &src, const Options &options) |
SK_API sk_sp< SkData > | SkJpegEncoder::Encode (GrDirectContext *ctx, const SkImage *img, const Options &options) |