Home | History | Annotate | Download | only in image

Lines Matching full:override

28     ~SkImage_Gpu() override;
30 SkImageInfo onImageInfo() const override;
31 SkAlphaType onAlphaType() const override { return fAlphaType; }
33 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
34 sk_sp<SkImage> onMakeSubset(const SkIRect&) const override;
36 GrContext* context() const override { return fContext; }
37 GrTextureProxy* peekProxy() const override {
40 sk_sp<GrTextureProxy> asTextureProxyRef() const override {
45 SkScalar scaleAdjust[2]) const override;
47 sk_sp<GrTextureProxy> refPinnedTextureProxy(uint32_t* uniqueID) const override {
52 GrSurfaceOrigin* origin) const override;
53 GrTexture* onGetTexture() const override;
56 int srcX, int srcY, CachingHint) const override;
61 SkTransferFunctionBehavior) const override;
63 bool onIsValid(GrContext*) const override;