Home
last modified time | relevance | path

Searched refs:SkImage_Lazy (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/image/
H A DSkImage_Lazy.cpp8 #include "src/image/SkImage_Lazy.h"
54 friend class SkImage_Lazy;
62 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkColorType* colorType, in Validator()
97 class SkImage_Lazy::ScopedGenerator {
120 SkImage_Lazy::SkImage_Lazy(Validator* validator) in SkImage_Lazy() function in SkImage_Lazy
130 bool SkImage_Lazy::getROPixels(GrDirectContext*, SkBitmap* bitmap, in getROPixels()
166 bool SkImage_Lazy::onReadPixels(GrDirectContext* dContext, in onReadPixels()
180 sk_sp<SkData> SkImage_Lazy::onRefEncoded() const { in onRefEncoded()
189 bool SkImage_Lazy
[all...]
H A DSkImage_Lazy.h21 class SkImage_Lazy : public SkImage_Base { class
34 SkImage_Lazy(Validator* validator);
94 // and SkImage_Lazy instances. Cache the result of the last successful call.
99 // When the SkImage_Lazy goes away, we will iterate over all the listeners to inform them
/third_party/skia/include/core/
H A DSkImageGenerator.h190 friend class SkImage_Lazy;

Completed in 2 milliseconds