Searched defs:deepCopy (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/cc/test/
H A Dskia_common.cc26 SkPixelRef* TestPixelRef::deepCopy( function in class:cc::TestPixelRef
54 SkPixelRef* TestLazyPixelRef::deepCopy( function in class:cc::TestLazyPixelRef
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceLoadTiming.h44 PassRefPtr<ResourceLoadTiming> deepCopy() function in class:WebCore::ResourceLoadTiming
H A DFormData.cpp83 PassRefPtr<FormData> FormData::deepCopy() const function in class:WebCore::FormData
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayMovie.cpp54 SkDisplayable* SkDisplayMovie::deepCopy(SkAnimateMaker* maker) { function in class:SkDisplayMovie
55 SkDisplayMovie* copy = (SkDisplayMovie*) INHERITED::deepCopy(maker);
H A DSkDrawBitmap.cpp141 SkDisplayable* SkImageBaseBitmap::deepCopy(SkAnimateMaker* maker) { function in class:SkImageBaseBitmap
142 SkDisplayable* copy = INHERITED::deepCopy(maker);
H A DSkAnimateBase.cpp61 SkDisplayable* SkAnimateBase::deepCopy(SkAnimateMaker* maker) { function in class:SkAnimateBase
62 SkAnimateBase* result = (SkAnimateBase*) INHERITED::deepCopy(maker);
H A DSkDisplayAdd.cpp40 SkDisplayable* SkAdd::deepCopy(SkAnimateMaker* maker) { function in class:SkAdd
45 SkAdd* copy = (SkAdd*) INHERITED::deepCopy(maker);
H A DSkDrawMatrix.cpp77 SkDisplayable* SkDrawMatrix::deepCopy(SkAnimateMaker* maker) { function in class:SkDrawMatrix
H A DSkDrawPaint.cpp101 SkDisplayable* SkDrawPaint::deepCopy(SkAnimateMaker* maker) { function in class:SkDrawPaint
104 SkDrawPaint* copy = (SkDrawPaint*) INHERITED::deepCopy(maker);
106 tempColor = (SkDrawColor*) color->deepCopy(maker);
H A DSkDrawColor.cpp136 SkDisplayable* SkDrawColor::deepCopy(SkAnimateMaker*) { function in class:SkDrawColor
H A DSkDrawGroup.cpp84 SkDisplayable* SkGroup::deepCopy(SkAnimateMaker* maker) { function in class:SkGroup
85 SkDisplayable* copy = INHERITED::deepCopy(maker);
88 SkDisplayable* deeperCopy = displayable->deepCopy(maker);
H A DSkDisplayApply.cpp163 SkDisplayable* SkApply::deepCopy(SkAnimateMaker* maker) { function in class:SkApply
166 SkApply* result = (SkApply*) INHERITED::deepCopy(maker);
170 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker);
402 SkApply* copy = (SkApply*) deepCopy(&maker); // work on copy of animator state
405 SkDrawable* copyScope = copy->scope = (SkDrawable*) scope->deepCopy(&maker);
/external/skia/src/animator/
H A DSkDisplayMovie.cpp54 SkDisplayable* SkDisplayMovie::deepCopy(SkAnimateMaker* maker) { function in class:SkDisplayMovie
55 SkDisplayMovie* copy = (SkDisplayMovie*) INHERITED::deepCopy(maker);
H A DSkDrawBitmap.cpp141 SkDisplayable* SkImageBaseBitmap::deepCopy(SkAnimateMaker* maker) { function in class:SkImageBaseBitmap
142 SkDisplayable* copy = INHERITED::deepCopy(maker);
H A DSkAnimateBase.cpp61 SkDisplayable* SkAnimateBase::deepCopy(SkAnimateMaker* maker) { function in class:SkAnimateBase
62 SkAnimateBase* result = (SkAnimateBase*) INHERITED::deepCopy(maker);
H A DSkDisplayAdd.cpp40 SkDisplayable* SkAdd::deepCopy(SkAnimateMaker* maker) { function in class:SkAdd
45 SkAdd* copy = (SkAdd*) INHERITED::deepCopy(maker);
H A DSkDrawMatrix.cpp77 SkDisplayable* SkDrawMatrix::deepCopy(SkAnimateMaker* maker) { function in class:SkDrawMatrix
H A DSkDrawPaint.cpp101 SkDisplayable* SkDrawPaint::deepCopy(SkAnimateMaker* maker) { function in class:SkDrawPaint
104 SkDrawPaint* copy = (SkDrawPaint*) INHERITED::deepCopy(maker);
106 tempColor = (SkDrawColor*) color->deepCopy(maker);
H A DSkDrawColor.cpp136 SkDisplayable* SkDrawColor::deepCopy(SkAnimateMaker*) { function in class:SkDrawColor
H A DSkDrawGroup.cpp84 SkDisplayable* SkGroup::deepCopy(SkAnimateMaker* maker) { function in class:SkGroup
85 SkDisplayable* copy = INHERITED::deepCopy(maker);
88 SkDisplayable* deeperCopy = displayable->deepCopy(maker);
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) { function in class:SkPixelRef
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { function in class:SkGrPixelRef
/external/skia/include/core/
H A DSkPixelRef.h204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) { function in class:SkPixelRef
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { function in class:SkGrPixelRef
/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref_utils_unittest.cc35 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
52 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
103 SkPixelRef* TestPixelRef::deepCopy(SkBitmap::Config config, function in class:skia::__anon10684::TestPixelRef
128 SkPixelRef* TestLazyPixelRef::deepCopy(SkBitmap::Config config, function in class:skia::__anon10684::TestLazyPixelRef

Completed in 457 milliseconds

12