Flutter Engine
The Flutter Engine
|
#include "include/core/SkColor.h"
#include "include/core/SkPixmap.h"
#include "include/core/SkRefCnt.h"
#include "src/core/SkBlitter.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
class | SkA8_Coverage_Blitter |
Functions | |
SkBlitter * | SkA8Blitter_Choose (const SkPixmap &dst, const SkMatrix &ctm, const SkPaint &paint, SkArenaAlloc *, bool drawCoverage, sk_sp< SkShader > clipShader, const SkSurfaceProps &) |
SkBlitter * SkA8Blitter_Choose | ( | const SkPixmap & | dst, |
const SkMatrix & | ctm, | ||
const SkPaint & | paint, | ||
SkArenaAlloc * | alloc, | ||
bool | drawCoverage, | ||
sk_sp< SkShader > | clipShader, | ||
const SkSurfaceProps & | |||
) |
Definition at line 286 of file SkBlitter_A8.cpp.