OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkImage_Lazy
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/image/
SkImage_Lazy.cpp
8
#include "
SkImage_Lazy
.h"
48
friend class
SkImage_Lazy
;
56
SkImage_Lazy
::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset,
102
class
SkImage_Lazy
::ScopedGenerator {
125
SkImage_Lazy
::
SkImage_Lazy
(Validator* validator)
134
SkImage_Lazy
::~
SkImage_Lazy
() {
181
bool
SkImage_Lazy
::getROPixels(SkBitmap* bitmap, SkImage::CachingHint chint) const {
219
bool
SkImage_Lazy
::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB
[
all
...]
SkImage_Lazy.h
20
class
SkImage_Lazy
: public SkImage_Base {
35
SkImage_Lazy
(Validator* validator);
36
~
SkImage_Lazy
() override;
89
// and
SkImage_Lazy
instances. Cache the result of the last successful call.
94
// When the
SkImage_Lazy
goes away, we will iterate over all the unique keys we've used and
/external/skqp/src/image/
SkImage_Lazy.cpp
8
#include "
SkImage_Lazy
.h"
47
friend class
SkImage_Lazy
;
55
SkImage_Lazy
::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset,
101
class
SkImage_Lazy
::ScopedGenerator {
124
SkImage_Lazy
::
SkImage_Lazy
(Validator* validator)
133
SkImage_Lazy
::~
SkImage_Lazy
() {
180
bool
SkImage_Lazy
::getROPixels(SkBitmap* bitmap, SkImage::CachingHint chint) const {
218
bool
SkImage_Lazy
::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB
[
all
...]
SkImage_Lazy.h
20
class
SkImage_Lazy
: public SkImage_Base {
35
SkImage_Lazy
(Validator* validator);
36
~
SkImage_Lazy
() override;
88
// and
SkImage_Lazy
instances. Cache the result of the last successful call.
93
// When the
SkImage_Lazy
goes away, we will iterate over all the unique keys we've used and
/external/skia/src/gpu/
GrImageTextureMaker.h
14
class
SkImage_Lazy
;
38
const
SkImage_Lazy
* fImage;
GrImageTextureMaker.cpp
12
#include "
SkImage_Lazy
.h"
18
, fImage(static_cast<const
SkImage_Lazy
*>(client))
/external/skqp/src/gpu/
GrImageTextureMaker.h
14
class
SkImage_Lazy
;
37
const
SkImage_Lazy
* fImage;
GrImageTextureMaker.cpp
11
#include "
SkImage_Lazy
.h"
17
, fImage(static_cast<const
SkImage_Lazy
*>(client))
/external/skia/include/core/
SkImageGenerator.h
194
friend class
SkImage_Lazy
;
/external/skqp/include/core/
SkImageGenerator.h
194
friend class
SkImage_Lazy
;
Completed in 663 milliseconds