Flutter Engine
The Flutter Engine
|
#include "include/core/SkImage.h"
#include "include/core/SkRefCnt.h"
#include "src/pdf/SkBitmapKey.h"
Go to the source code of this file.
Classes | |
class | SkKeyedImage |
Functions | |
SkBitmapKey | SkBitmapKeyFromImage (const SkImage *) |
SkBitmapKey SkBitmapKeyFromImage | ( | const SkImage * | image | ) |
Given an Image, return the Bitmap Key that corresponds to it. If the Image wraps a Bitmap, use that Bitmap's key.
Definition at line 18 of file SkKeyedImage.cpp.