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

1 2

  /external/skia/gm/
bitmapfilters.cpp 74 fBM8.copyTo(&fBM4444, SkBitmap::kARGB_4444_Config);
75 fBM8.copyTo(&fBM16, SkBitmap::kRGB_565_Config);
76 fBM8.copyTo(&fBM32, SkBitmap::kARGB_8888_Config);
gmmain.cpp 71 bitmap.copyTo(&copy, SkBitmap::kARGB_8888_Config);
82 target.copyTo(&copy, SkBitmap::kARGB_8888_Config);
  /external/webkit/WebCore/platform/
KURLGooglePrivate.h 68 void copyTo(KURLGooglePrivate* dest) const;
KURLGoogle.cpp 281 void KURLGooglePrivate::copyTo(KURLGooglePrivate* dest) const
426 m_url.copyTo(&result.m_url);
    [all...]
  /external/webkit/WebKit/win/
COMVariantSetter.h 162 other.copyTo(&m_variant);
167 other.copyTo(&m_variant);
171 void copyTo(VARIANT* dest) const
193 value.copyTo(variant);
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 126 public void copyTo(final byte[] target, final int offset) {
138 public void copyTo(final byte[] target, final int sourceOffset,
  /external/skia/tests/
BitmapCopyTest.cpp 27 // copyTo() should preserve isOpaque when it makes sense
43 REPORTER_ASSERT(reporter, bitmap.copyTo(&dst, dstConfig));
54 REPORTER_ASSERT(reporter, bitmap.copyTo(&dst, dstConfig));
114 bool success = src.copyTo(&dst, gPairs[j].fConfig);
118 str.printf("SkBitmap::copyTo from %s to %s. expected %s returned %s",
127 str.printf("SkBitmap::copyTo from %s to %s. returned %s canCopyTo %s",
160 subset.copyTo(&copy, subset.config()));
StreamTest.cpp 78 ds.copyTo(dst);
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 64 otherBitmap.copyTo(&m_bitmap, otherBitmap.config());
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 59 /* package */ void copyTo(HistoryItem item) {
BookmarkItem.java 59 /* package */ void copyTo(BookmarkItem item) {
BrowserHistoryPage.java 215 historyItem.copyTo(mContextHeader);
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 178 public void copyTo(final byte[] target, final int offset) {
190 public void copyTo(final byte[] target, final int sourceOffset,
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 67 bm.copyTo(copy, SkBitmap::kARGB_8888_Config);
SkBitmap_Mac.cpp 120 this->copyTo(&bm, kARGB_8888_Config);
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 120 this->copyTo(&bm, kARGB_8888_Config);
  /external/skia/include/core/
SkStream.h 279 void copyTo(void* dst) const;
280 /* return a cache of the flattened data returned by copyTo().
SkBitmap.h 381 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const;
384 by calling copyTo().
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 80 orig.copyTo(&copy, orig.config());
  /external/v8/benchmarks/
crypto.js 458 if(r != null) this.copyTo(r);
466 else { pm.copyTo(y); pt.copyTo(r); }
577 x.copyTo(r);
624 g.copyTo(r);
641 BigInteger.prototype.copyTo = bnpCopyTo;
676 function bnClone() { var r = nbi(); this.copyTo(r); return r; }
1069 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1140 g[w].copyTo(r);
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js 450 if(r != null) this.copyTo(r);
458 else { pm.copyTo(y); pt.copyTo(r); }
569 x.copyTo(r);
616 g.copyTo(r);
633 BigInteger.prototype.copyTo = bnpCopyTo;
668 function bnClone() { var r = nbi(); this.copyTo(r); return r; }
1061 else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; }
1132 g[w].copyTo(r);
    [all...]
  /external/skia/src/core/
SkStream.cpp 689 void SkDynamicMemoryWStream::copyTo(void* dst) const
705 this->copyTo(fCopyToCache);
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 460 if (!bitmap.copyTo(&image->m_nativeImage, bitmap.config()))
  /external/skia/bench/
benchmain.cpp 90 if (!bm.copyTo(&copy, SkBitmap::kARGB_8888_Config)) {
  /external/skia/src/gl/
SkGL.cpp 252 origBitmap.copyTo(&tmpBitmap, SkBitmap::kARGB_8888_Config);

Completed in 903 milliseconds

1 2