Home
last modified time | relevance | path

Searched refs:SharedGenerator (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/image/
DSkImage_Lazy.h18 class SharedGenerator; variable
23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType,
28 sk_sp<SharedGenerator> fSharedGenerator;
79 sk_sp<SharedGenerator> fSharedGenerator;
DSkImage_Lazy.cpp31 class SharedGenerator final : public SkNVRefCnt<SharedGenerator> { class
33 static sk_sp<SharedGenerator> Make(std::unique_ptr<SkImageGenerator> gen) { in Make()
34 return gen ? sk_sp<SharedGenerator>(new SharedGenerator(std::move(gen))) : nullptr; in Make()
41 explicit SharedGenerator(std::unique_ptr<SkImageGenerator> gen) in SharedGenerator() function in SharedGenerator
55 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset, in Validator()
103 ScopedGenerator(const sk_sp<SharedGenerator>& gen) in ScopedGenerator()
118 const sk_sp<SharedGenerator>& fSharedGenerator;
283 validator(SharedGenerator::Make(std::move(generator)), subset, nullptr, nullptr); in MakeFromGenerator()
/external/skia/src/image/
DSkImage_Lazy.h18 class SharedGenerator; variable
23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType,
28 sk_sp<SharedGenerator> fSharedGenerator;
80 sk_sp<SharedGenerator> fSharedGenerator;
DSkImage_Lazy.cpp32 class SharedGenerator final : public SkNVRefCnt<SharedGenerator> { class
34 static sk_sp<SharedGenerator> Make(std::unique_ptr<SkImageGenerator> gen) { in Make()
35 return gen ? sk_sp<SharedGenerator>(new SharedGenerator(std::move(gen))) : nullptr; in Make()
42 explicit SharedGenerator(std::unique_ptr<SkImageGenerator> gen) in SharedGenerator() function in SharedGenerator
56 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkIRect* subset, in Validator()
104 ScopedGenerator(const sk_sp<SharedGenerator>& gen) in ScopedGenerator()
119 const sk_sp<SharedGenerator>& fSharedGenerator;
286 validator(SharedGenerator::Make(std::move(generator)), subset, nullptr, nullptr); in MakeFromGenerator()