Flutter Engine
The Flutter Engine
|
#include "src/core/SkMipmapAccessor.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/private/base/SkFloatingPoint.h"
#include "src/base/SkArenaAlloc.h"
#include "src/core/SkBitmapCache.h"
#include "src/core/SkMipmap.h"
#include "src/image/SkImage_Base.h"
Go to the source code of this file.
Functions | |
static sk_sp< const SkMipmap > | try_load_mips (const SkImage_Base *image) |
|
static |
Definition at line 24 of file SkMipmapAccessor.cpp.