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

  /external/skia/gm/
bitmapcopy.cpp 68 if (!src.deepCopyTo(&fDst[i], gConfigs[i])) {
  /external/skia/include/core/
SkBitmap.h 499 bool deepCopyTo(SkBitmap* dst, Config c) const;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 956 bool SkBitmap::deepCopyTo(SkBitmap* dst, Config dstConfig) const {
    [all...]

Completed in 113 milliseconds