Flutter Engine
The Flutter Engine
|
#include "export.h"
#include "helpers.h"
#include "third_party/skia/include/core/SkBBHFactory.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "third_party/skia/include/core/SkPictureRecorder.h"
#include "wrappers.h"
Go to the source code of this file.
Functions | |
SKWASM_EXPORT SkPictureRecorder * | pictureRecorder_create () |
SKWASM_EXPORT void | pictureRecorder_dispose (SkPictureRecorder *recorder) |
SKWASM_EXPORT SkCanvas * | pictureRecorder_beginRecording (SkPictureRecorder *recorder, const SkRect *cullRect) |
SKWASM_EXPORT SkPicture * | pictureRecorder_endRecording (SkPictureRecorder *recorder) |
SKWASM_EXPORT void | picture_getCullRect (SkPicture *picture, SkRect *outRect) |
SKWASM_EXPORT void | picture_dispose (SkPicture *picture) |
SKWASM_EXPORT uint32_t | picture_approximateBytesUsed (SkPicture *picture) |
Variables | |
SkRTreeFactory | bbhFactory |
SKWASM_EXPORT uint32_t picture_approximateBytesUsed | ( | SkPicture * | picture | ) |
Definition at line 43 of file picture.cpp.
SKWASM_EXPORT void picture_dispose | ( | SkPicture * | picture | ) |
Definition at line 39 of file picture.cpp.
SKWASM_EXPORT void picture_getCullRect | ( | SkPicture * | picture, |
SkRect * | outRect | ||
) |
Definition at line 35 of file picture.cpp.
SKWASM_EXPORT SkCanvas * pictureRecorder_beginRecording | ( | SkPictureRecorder * | recorder, |
const SkRect * | cullRect | ||
) |
Definition at line 24 of file picture.cpp.
SKWASM_EXPORT SkPictureRecorder * pictureRecorder_create | ( | ) |
Definition at line 16 of file picture.cpp.
SKWASM_EXPORT void pictureRecorder_dispose | ( | SkPictureRecorder * | recorder | ) |
Definition at line 20 of file picture.cpp.
SKWASM_EXPORT SkPicture * pictureRecorder_endRecording | ( | SkPictureRecorder * | recorder | ) |
Definition at line 30 of file picture.cpp.
SkRTreeFactory bbhFactory |
Definition at line 14 of file picture.cpp.