Flutter Engine
The Flutter Engine
|
#include <SkMipmapAccessor.h>
Public Member Functions | |
std::pair< SkPixmap, SkMatrix > | level () const |
std::pair< SkPixmap, SkMatrix > | lowerLevel () const |
float | lowerWeight () const |
SkMipmapAccessor (const SkImage_Base *, const SkMatrix &inv, SkMipmapMode requestedMode) | |
Static Public Member Functions | |
static SkMipmapAccessor * | Make (SkArenaAlloc *, const SkImage *, const SkMatrix &inv, SkMipmapMode) |
Definition at line 26 of file SkMipmapAccessor.h.
SkMipmapAccessor::SkMipmapAccessor | ( | const SkImage_Base * | image, |
const SkMatrix & | inv, | ||
SkMipmapMode | requestedMode | ||
) |
Definition at line 35 of file SkMipmapAccessor.cpp.
Definition at line 31 of file SkMipmapAccessor.h.
Definition at line 36 of file SkMipmapAccessor.h.
|
inline |
Definition at line 42 of file SkMipmapAccessor.h.
|
static |
Definition at line 111 of file SkMipmapAccessor.cpp.