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

  /external/skia/tools/
LazyDecodeBitmap.cpp 26 SkAutoDataUnref data(SkData::NewWithCopy(src, length));
  /external/skia/src/core/
SkWriter32.cpp 80 return SkData::NewWithCopy(fData, fUsed);
SkData.cpp 95 SkData* SkData::NewWithCopy(const void* src, size_t length) {
180 return NewWithCopy(cstr, size);
SkPictureRecord.h 52 return SkData::NewWithCopy(fWriter.contiguousArray(), fWriter.bytesWritten());
SkStream.cpp 288 return SkData::NewWithCopy(src, size);
  /external/skia/include/core/
SkData.h 81 static SkData* NewWithCopy(const void* data, size_t length);
  /external/skia/gm/
etc1bitmap.cpp 203 SkAutoDataUnref nonPOTData(SkData::NewWithCopy(am.get(), dataSz));
  /external/skia/tests/
DataRefTest.cpp 166 SkAutoTUnref<SkData> r0(SkData::NewWithCopy(str, len + 1));
212 SkAutoTUnref<SkData> r1(SkData::NewWithCopy(str, strlen(str)));
PDFPrimitivesTest.cpp 97 SkAutoDataUnref streamData2(SkData::NewWithCopy(streamBytes2,
ImageDecodingTest.cpp 393 SkAutoDataUnref encoded(SkData::NewWithCopy(encodedWebP,
  /external/skia/src/image/
SkImage_Raster.cpp 154 SkAutoDataUnref data(SkData::NewWithCopy(pixels, info.height() * rowBytes));
  /external/skia/src/c/
sk_surface.cpp 561 return ToData(SkData::NewWithCopy(src, length));
  /external/skia/dm/
DMSrcSink.cpp 35 SkAutoTUnref<SkData> encoded(SkData::NewWithCopy(src, size));
  /external/skia/src/pdf/
SkPDFShader.cpp 703 SkData::NewWithCopy(psCode.c_str(), psCode.size()));
    [all...]

Completed in 450 milliseconds