Flutter Engine
The Flutter Engine
third_party
skia
src
gpu
ganesh
GrImageContext.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2019 Google Inc.
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
#include "
include/private/gpu/ganesh/GrImageContext.h
"
8
9
#include "
include/core/SkRefCnt.h
"
10
#include "
include/gpu/GrContextThreadSafeProxy.h
"
11
#include "
src/gpu/ganesh/GrContextThreadSafeProxyPriv.h
"
12
13
#include <utility>
14
15
GrImageContext::GrImageContext
(
sk_sp<GrContextThreadSafeProxy>
proxy)
16
:
GrContext_Base
(
std
::move(proxy)) {
17
}
18
19
GrImageContext::~GrImageContext
() {}
20
21
void
GrImageContext::abandonContext
() {
22
fThreadSafeProxy
->
priv
().
abandonContext
();
23
}
24
25
bool
GrImageContext::abandoned
() {
26
return
fThreadSafeProxy
->
priv
().
abandoned
();
27
}
28
29
sk_sp<GrImageContext>
GrImageContext::MakeForPromiseImage(
sk_sp<GrContextThreadSafeProxy>
tsp) {
30
return
sk_sp<GrImageContext>
(
new
GrImageContext
(std::move(tsp)));
31
}
GrContextThreadSafeProxyPriv.h
GrContextThreadSafeProxy.h
GrImageContext.h
SkRefCnt.h
GrContextThreadSafeProxyPriv::abandonContext
void abandonContext()
Definition:
GrContextThreadSafeProxyPriv.h:47
GrContextThreadSafeProxyPriv::abandoned
bool abandoned() const
Definition:
GrContextThreadSafeProxyPriv.h:48
GrContextThreadSafeProxy::priv
GrContextThreadSafeProxyPriv priv()
Definition:
GrContextThreadSafeProxyPriv.h:66
GrContext_Base
Definition:
GrContext_Base.h:28
GrContext_Base::fThreadSafeProxy
sk_sp< GrContextThreadSafeProxy > fThreadSafeProxy
Definition:
GrContext_Base.h:98
GrImageContext::GrImageContext
GrImageContext(sk_sp< GrContextThreadSafeProxy >)
Definition:
GrImageContext.cpp:15
GrImageContext::~GrImageContext
~GrImageContext() override
Definition:
GrImageContext.cpp:19
GrImageContext::abandonContext
virtual SK_API void abandonContext()
Definition:
GrImageContext.cpp:21
GrImageContext::abandoned
virtual SK_API bool abandoned()
Definition:
GrImageContext.cpp:25
sk_sp< GrContextThreadSafeProxy >
std
Definition:
ref_ptr.h:256
Generated on Sun Jun 23 2024 21:56:20 for Flutter Engine by
1.9.4