Searched refs:NewWithoutCopy (Results 1 - 6 of 6) sorted by relevance

/external/skia/tests/
H A DCodecPriv.h13 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(mem, size));
/external/skia/include/core/
H A DSkData.h106 static SkData* NewWithoutCopy(const void* data, size_t length) { function in class:SkData
/external/skia/tools/
H A Dget_images_from_skps.cpp37 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(encoded, length));
/external/skia/src/codec/
H A DSkWbmpCodec.cpp158 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(buffer, bytesRead));
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp140 SkData::NewWithoutCopy(psInvert, strlen(psInvert)));
/external/skia/src/core/
H A DSkStream.cpp290 return SkData::NewWithoutCopy(src, size);

Completed in 296 milliseconds