/external/skia/include/gpu/ |
D | SkGrTexturePixelRef.h | 56 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig) SK_OVERRIDE; 79 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig) SK_OVERRIDE;
|
/external/skia/src/animator/ |
D | SkDisplayMovie.cpp | 54 SkDisplayable* SkDisplayMovie::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkDisplayMovie 55 SkDisplayMovie* copy = (SkDisplayMovie*) INHERITED::deepCopy(maker); in deepCopy()
|
D | SkDrawBitmap.cpp | 143 SkDisplayable* SkImage::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkImage 144 SkDisplayable* copy = INHERITED::deepCopy(maker); in deepCopy()
|
D | SkDrawGroup.cpp | 84 SkDisplayable* SkGroup::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkGroup 85 SkDisplayable* copy = INHERITED::deepCopy(maker); in deepCopy() 88 SkDisplayable* deeperCopy = displayable->deepCopy(maker); in deepCopy()
|
D | SkDrawPaint.cpp | 101 SkDisplayable* SkDrawPaint::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkDrawPaint 104 SkDrawPaint* copy = (SkDrawPaint*) INHERITED::deepCopy(maker); in deepCopy() 106 tempColor = (SkDrawColor*) color->deepCopy(maker); in deepCopy()
|
D | SkDrawColor.h | 25 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkDisplayMovie.h | 24 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkDisplayAdd.cpp | 40 SkDisplayable* SkAdd::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkAdd 45 SkAdd* copy = (SkAdd*) INHERITED::deepCopy(maker); in deepCopy()
|
D | SkDisplayAdd.h | 25 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkAnimateBase.cpp | 61 SkDisplayable* SkAnimateBase::deepCopy(SkAnimateMaker* maker) { in deepCopy() function in SkAnimateBase 62 SkAnimateBase* result = (SkAnimateBase*) INHERITED::deepCopy(maker); in deepCopy()
|
D | SkDrawBitmap.h | 57 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkDrawPaint.h | 30 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkDrawMatrix.h | 42 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkDrawGroup.h | 26 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
D | SkAnimateBase.h | 27 virtual SkDisplayable* deepCopy(SkAnimateMaker* );
|
/external/skia/src/gpu/ |
D | SkGrTexturePixelRef.cpp | 94 SkPixelRef* SkGrTexturePixelRef::deepCopy(SkBitmap::Config dstConfig) { in deepCopy() function in SkGrTexturePixelRef 142 SkPixelRef* SkGrRenderTargetPixelRef::deepCopy(SkBitmap::Config dstConfig) { in deepCopy() function in SkGrRenderTargetPixelRef
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseTree.h | 78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone 152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
D | ANTLRTree.h | 107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBaseTree.h | 78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone 152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
D | ANTLRTree.h | 107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseTree.h | 78 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone 152 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
D | ANTLRTree.h | 107 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.h | 80 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone 156 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
D | ANTLRTree.h | 113 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceLoadTiming.h | 42 PassRefPtr<ResourceLoadTiming> deepCopy() in deepCopy() function
|