HomeSort by relevance Sort by last modified time
    Searched refs:deepCopy (Results 1 - 25 of 40) sorted by null

1 2

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

Completed in 374 milliseconds

1 2