Home
last modified time | relevance | path

Searched defs:dstPixels (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/src/core/
DSkConvertPixels.cpp17 static bool rect_memcpy(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in rect_memcpy()
34 static bool swizzle_or_premul(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in swizzle_or_premul()
193 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in SkConvertPixels()
DSkBitmap.cpp453 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
476 void* dstPixels = this->getAddr(rec.fX, rec.fY); in writePixels() local
DSkPixmap.cpp134 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels()
DSkBlurMask.cpp564 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
/external/skia/src/core/
DSkConvertPixels.cpp17 static bool rect_memcpy(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in rect_memcpy()
34 static bool swizzle_or_premul(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in swizzle_or_premul()
181 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in SkConvertPixels()
DSkBitmap.cpp485 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
508 void* dstPixels = this->getAddr(rec.fX, rec.fY); in writePixels() local
DSkPixmap.cpp135 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels()
DSkBlurMask.cpp564 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
/external/skqp/gm/
Dencode-alpha-jpeg.cpp17 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap()
/external/skia/gm/
Dencode-alpha-jpeg.cpp17 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap()
/external/skia/tests/
DCopySurfaceTest.cpp40 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DBitmapCopyTest.cpp175 SkPMColor dstPixels[16]; in DEF_TEST() local
/external/skqp/tests/
DCopySurfaceTest.cpp40 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DBitmapCopyTest.cpp175 SkPMColor dstPixels[16]; in DEF_TEST() local
/external/skia/fuzz/
DFuzzEncoders.cpp90 std::vector<int32_t> dstPixels; in DEF_FUZZ() local
/external/skqp/fuzz/
DFuzzEncoders.cpp90 std::vector<int32_t> dstPixels; in DEF_FUZZ() local
/external/skia/include/core/
DSkPixmap.h572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skqp/include/core/
DSkPixmap.h560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skqp/src/image/
DSkImage_Raster.cpp156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
DSkImage_Lazy.cpp218 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
DSkSurface.cpp200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
DSkImage_GpuBase.cpp163 bool SkImage_GpuBase::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
/external/skia/src/image/
DSkImage_Raster.cpp158 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
DSkImage_Lazy.cpp219 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
DSkImage_GpuBase.cpp166 bool SkImage_GpuBase::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()

12