Lines Matching defs:SkImage_Lazy

8 #include "src/image/SkImage_Lazy.h"
54 friend class SkImage_Lazy;
62 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkColorType* colorType,
97 class SkImage_Lazy::ScopedGenerator {
120 SkImage_Lazy::SkImage_Lazy(Validator* validator)
130 bool SkImage_Lazy::getROPixels(GrDirectContext*, SkBitmap* bitmap,
166 bool SkImage_Lazy::onReadPixels(GrDirectContext* dContext,
180 sk_sp<SkData> SkImage_Lazy::onRefEncoded() const {
189 bool SkImage_Lazy::onIsValid(GrRecordingContext* context) const {
196 sk_sp<SkImage> SkImage_Lazy::onMakeSubset(const SkIRect& subset, GrDirectContext* direct) const {
209 sk_sp<SkImage> SkImage_Lazy::onMakeColorTypeAndColorSpace(SkColorType targetCT,
219 sk_sp<SkImage> result = validator ? sk_sp<SkImage>(new SkImage_Lazy(&validator)) : nullptr;
226 sk_sp<SkImage> SkImage_Lazy::onReinterpretColorSpace(sk_sp<SkColorSpace> newCS) const {
245 SkImage_Lazy::Validator
248 return validator ? sk_make_sp<SkImage_Lazy>(&validator) : nullptr;
253 std::tuple<GrSurfaceProxyView, GrColorType> SkImage_Lazy::onAsView(
261 std::unique_ptr<GrFragmentProcessor> SkImage_Lazy::onAsFragmentProcessor(
281 GrSurfaceProxyView SkImage_Lazy::textureProxyViewFromPlanes(GrRecordingContext* ctx,
375 sk_sp<SkCachedData> SkImage_Lazy::getPlanes(
413 GrSurfaceProxyView SkImage_Lazy::lockTextureProxyView(GrRecordingContext* rContext,
526 GrColorType SkImage_Lazy::colorTypeOfLockTextureProxy(const GrCaps* caps) const {
535 void SkImage_Lazy::addUniqueIDListener(sk_sp<SkIDChangeListener> listener) const {