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

  /external/skia/include/core/
SkMallocPixelRef.h 29 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
  /external/skia/tests/
MallocPixelRefTest.cpp 55 SkMallocPixelRef::NewDirect(info, memory.get(), rowBytes, nullptr));
  /external/skia/src/core/
SkMallocPixelRef.cpp 40 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info,
SkBitmap.cpp 265 SkPixelRef* pr = SkMallocPixelRef::NewDirect(fInfo, p, fRowBytes, ctable);
    [all...]

Completed in 1331 milliseconds