/external/skqp/src/core/ |
D | SkConvertPixels.cpp | 17 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()
|
D | SkBitmap.cpp | 453 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
|
D | SkPixmap.cpp | 134 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels()
|
D | SkBlurMask.cpp | 564 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
|
/external/skia/src/core/ |
D | SkConvertPixels.cpp | 17 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()
|
D | SkBitmap.cpp | 485 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
|
D | SkPixmap.cpp | 135 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels()
|
D | SkBlurMask.cpp | 564 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
|
/external/skqp/gm/ |
D | encode-alpha-jpeg.cpp | 17 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap()
|
/external/skia/gm/ |
D | encode-alpha-jpeg.cpp | 17 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap()
|
/external/skia/tests/ |
D | CopySurfaceTest.cpp | 40 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | BitmapCopyTest.cpp | 175 SkPMColor dstPixels[16]; in DEF_TEST() local
|
/external/skqp/tests/ |
D | CopySurfaceTest.cpp | 40 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | BitmapCopyTest.cpp | 175 SkPMColor dstPixels[16]; in DEF_TEST() local
|
/external/skia/fuzz/ |
D | FuzzEncoders.cpp | 90 std::vector<int32_t> dstPixels; in DEF_FUZZ() local
|
/external/skqp/fuzz/ |
D | FuzzEncoders.cpp | 90 std::vector<int32_t> dstPixels; in DEF_FUZZ() local
|
/external/skia/include/core/ |
D | SkPixmap.h | 572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skqp/include/core/ |
D | SkPixmap.h | 560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skqp/src/image/ |
D | SkImage_Raster.cpp | 156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkImage_Lazy.cpp | 218 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
D | SkSurface.cpp | 200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
D | SkImage_GpuBase.cpp | 163 bool SkImage_GpuBase::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
/external/skia/src/image/ |
D | SkImage_Raster.cpp | 158 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkImage_Lazy.cpp | 219 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
D | SkImage_GpuBase.cpp | 166 bool SkImage_GpuBase::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|