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

  /external/skia/include/core/
SkMallocPixelRef.h 69 static sk_sp<SkPixelRef> MakeWithData(const SkImageInfo&, size_t rowBytes, sk_sp<SkData> data);
  /external/skqp/include/core/
SkMallocPixelRef.h 69 static sk_sp<SkPixelRef> MakeWithData(const SkImageInfo&, size_t rowBytes, sk_sp<SkData> data);
  /external/skia/tests/
MallocPixelRefTest.cpp 38 SkMallocPixelRef::MakeWithData(info, rowBytes, data));
47 SkMallocPixelRef::MakeWithData(info, rowBytes, data));
110 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data);
  /external/skqp/tests/
MallocPixelRefTest.cpp 38 SkMallocPixelRef::MakeWithData(info, rowBytes, data));
47 SkMallocPixelRef::MakeWithData(info, rowBytes, data));
110 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data);
  /external/skia/src/core/
SkMallocPixelRef.cpp 112 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info,
  /external/skqp/src/core/
SkMallocPixelRef.cpp 112 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info,

Completed in 451 milliseconds