HomeSort by relevance Sort by last modified time
    Searched refs:deepCopyTo (Results 1 - 9 of 9) sorted by null

  /external/skia/tests/
GpuBitmapCopyTest.cpp 53 * @param src A GPU-backed SkBitmap that had copyTo or deepCopyTo called on it.
55 * @param deepCopy True if deepCopyTo was used; false if copyTo was used.
161 bool success = src.deepCopyTo(&dst, gPairs[j].fConfig);
165 str.printf("SkBitmap::deepCopyTo from %s to %s. expected %s returned %s",
174 str.printf("SkBitmap::deepCopyTo from %s to %s returned %s,"
183 // Test copying the subset bitmap, using both copyTo and deepCopyTo.
194 success = subset.deepCopyTo(&subsetCopy, gPairs[j].fConfig);
  /external/skia/gm/
bitmapcopy.cpp 72 if (!src.deepCopyTo(&fDst[i], gConfigs[i])) {
simpleaaclip.cpp 31 bm.deepCopyTo(&bm2, SkBitmap::kA8_Config);
  /external/skia/src/image/
SkSurface_Raster.cpp 132 prev.deepCopyTo(&fBitmap, prev.config());
  /external/skia/include/core/
SkBitmap.h 77 * deepCopyTo().
529 bool deepCopyTo(SkBitmap* dst, Config c) const;
  /external/skia/src/core/
SkBitmapHeap.cpp 263 } else if (!originalBitmap.deepCopyTo(&copiedBitmap, originalBitmap.getConfig())) {
SkBitmap.cpp 838 * Note that the SkPixelRef does not need to be set yet. deepCopyTo takes advantage of this fact.
    [all...]
  /external/skia/legacy/include/core/
SkBitmap.h 499 bool deepCopyTo(SkBitmap* dst, Config c) const;
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 956 bool SkBitmap::deepCopyTo(SkBitmap* dst, Config dstConfig) const {
    [all...]

Completed in 143 milliseconds