Flutter Engine
The Flutter Engine
|
#include "src/pdf/SkKeyedImage.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/private/base/SkAssert.h"
#include "src/image/SkImage_Base.h"
#include <utility>
Go to the source code of this file.
Functions | |
SkBitmapKey | SkBitmapKeyFromImage (const SkImage *image) |
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.