Home
last modified time | relevance | path

Searched refs:NewWithoutCopy (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkData.h107 static SkData* NewWithoutCopy(const void* data, size_t length) { in NewWithoutCopy() function
/external/skia/src/pdf/
DSkPDFGraphicState.cpp141 SkData::NewWithoutCopy(psInvert, strlen(psInvert))); in create_invert_function()
/external/skia/src/core/
DSkStream.cpp290 return SkData::NewWithoutCopy(src, size); in newFromParams()