Home | History | Annotate | Download | only in shaders

Lines Matching full:sk_sp

28     static sk_sp<SkShader> Make(sk_sp<SkPicture>, TileMode, TileMode, const SkMatrix*,
43 sk_sp<SkShader> onMakeColorSpace(SkColorSpaceXformer* xformer) const override;
47 SkPictureShader(sk_sp<SkPicture>, TileMode, TileMode, const SkMatrix*, const SkRect*,
48 sk_sp<SkColorSpace>);
50 sk_sp<SkShader> refBitmapShader(const SkMatrix&, const SkMatrix* localMatrix,
57 const SkPictureShader&, const ContextRec&, sk_sp<SkShader> bitmapShader, SkArenaAlloc*);
63 sk_sp<SkShader> fBitmapShader;
70 sk_sp<SkPicture> fPicture;
76 sk_sp<SkColorSpace> fColorSpace;