Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMallocPixelRef.h30 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
/external/skia/bench/
DDecodingBench.cpp85 bm->setPixelRef(SkMallocPixelRef::NewDirect(bm->info(), in allocPixelRef()
/external/skia/tests/
DMallocPixelRefTest.cpp55 SkMallocPixelRef::NewDirect(info, memory.get(), rowBytes, NULL)); in DEF_TEST()
/external/skia/src/core/
DSkMallocPixelRef.cpp40 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info, in NewDirect() function in SkMallocPixelRef
DSkBitmap.cpp256 SkPixelRef* pr = SkMallocPixelRef::NewDirect(fInfo, p, fRowBytes, ctable); in setPixels()