Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/image/SkSpecialImage_Ganesh.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkRect.h"
#include "include/core/SkSize.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrRecordingContext.h"
#include "include/private/base/SkAssert.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/core/SkSpecialImage.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/GrSurfaceProxyPriv.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h"
#include "src/gpu/ganesh/image/GrImageUtils.h"
#include "src/gpu/ganesh/image/SkImage_Ganesh.h"
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
class | SkSpecialImage_Gpu |
Namespaces | |
namespace | SkSpecialImages |
Functions | |
sk_sp< SkSpecialImage > | SkSpecialImages::MakeFromTextureImage (GrRecordingContext *rContext, const SkIRect &subset, sk_sp< SkImage > image, const SkSurfaceProps &props) |
sk_sp< SkSpecialImage > | SkSpecialImages::MakeDeferredFromGpu (GrRecordingContext *context, const SkIRect &subset, uint32_t uniqueID, GrSurfaceProxyView view, const GrColorInfo &colorInfo, const SkSurfaceProps &props) |
GrSurfaceProxyView | SkSpecialImages::AsView (GrRecordingContext *context, const SkSpecialImage *img) |