Home
last modified time | relevance | path

Searched refs:NewDirect (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkMallocPixelRef.h29 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
/external/skia/tests/
DMallocPixelRefTest.cpp55 SkMallocPixelRef::NewDirect(info, memory.get(), rowBytes, nullptr)); in DEF_TEST()
/external/skia/src/core/
DSkMallocPixelRef.cpp40 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info, in NewDirect() function in SkMallocPixelRef
DSkBitmap.cpp265 SkPixelRef* pr = SkMallocPixelRef::NewDirect(fInfo, p, fRowBytes, ctable); in setPixels()