Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrCanvas.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7#ifndef GrCanvas_DEFINED
8#define GrCanvas_DEFINED
9
11class SkCanvas;
12
13namespace skgpu::ganesh {
15class SurfaceFillContext;
16
18SurfaceFillContext* TopDeviceSurfaceFillContext(const SkCanvas*);
20}
21#endif
SurfaceFillContext * TopDeviceSurfaceFillContext(const SkCanvas *canvas)
Definition GrCanvas.cpp:27
SurfaceDrawContext * TopDeviceSurfaceDrawContext(const SkCanvas *canvas)
Definition GrCanvas.cpp:20
GrRenderTargetProxy * TopDeviceTargetProxy(const SkCanvas *canvas)
Definition GrCanvas.cpp:34