Lines Matching full:virtual
25 virtual ~TestPixelRef();
27 virtual SkFlattenable::Factory getFactory() const OVERRIDE;
28 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
29 virtual void onUnlockPixels() OVERRIDE {}
30 virtual SkPixelRef* deepCopy(
40 virtual ~TestLazyPixelRef();
42 virtual SkFlattenable::Factory getFactory() const OVERRIDE;
43 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
44 virtual void onUnlockPixels() OVERRIDE {}
45 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
46 virtual bool MaybeDecoded() OVERRIDE;
47 virtual SkPixelRef* deepCopy(
50 virtual void Decode() OVERRIDE {}