Searched refs:SharedGenerator (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/image/ |
D | SkImage_Lazy.h | 18 class SharedGenerator; variable 23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType, 28 sk_sp<SharedGenerator> fSharedGenerator; 79 sk_sp<SharedGenerator> fSharedGenerator;
|
D | SkImage_Lazy.cpp | 31 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/ |
D | SkImage_Lazy.h | 18 class SharedGenerator; variable 23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType, 28 sk_sp<SharedGenerator> fSharedGenerator; 80 sk_sp<SharedGenerator> fSharedGenerator;
|
D | SkImage_Lazy.cpp | 32 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()
|