/external/skia/src/core/ |
D | SkConvertPixels.cpp | 54 void swizzle_and_multiply(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in swizzle_and_multiply() 120 static inline void apply_color_xform(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in apply_color_xform() 163 void do_index8(const SkImageInfo& dstInfo, T* dstPixels, size_t dstRB, in do_index8() 183 void convert_from_index8(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in convert_from_index8() 378 void SkConvertPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in SkConvertPixels()
|
D | SkBitmap.cpp | 700 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() 729 void* dstPixels = this->getAddr(rec.fX, rec.fY); in writePixels() local
|
D | SkPixmap.cpp | 87 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, int x, int y) in readPixels()
|
D | SkBitmapDevice.cpp | 179 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
/external/skia/tests/ |
D | ColorSpaceXformTest.cpp | 81 uint32_t dstPixels[width]; in test_identity_xform() local 117 uint32_t dstPixels[width]; in test_identity_xform_A2B() local 299 SkAutoTMalloc<uint32_t> dstPixels(numPixels); in DEF_TEST() local
|
D | CopySurfaceTest.cpp | 37 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | BitmapCopyTest.cpp | 616 SkPMColor dstPixels[16]; in DEF_TEST() local
|
D | ReadPixelsTest.cpp | 577 uint64_t dstPixels[kNumPixels]; in test_conversion() local
|
/external/skia/src/image/ |
D | SkImage_Raster.cpp | 168 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() 363 void* dstPixels = dst->getPixels(); in do_color_xform_non_linear_blending() local
|
D | SkImage_Generator.cpp | 51 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
D | SkSurface.cpp | 173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
D | SkImage.cpp | 55 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
D | SkImage_Gpu.cpp | 179 bool SkImage_Gpu::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
/external/skia/include/core/ |
D | SkPixmap.h | 187 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skia/src/effects/ |
D | SkRRectsGaussianEdgeMaskFilter.cpp | 160 uint8_t* dstPixels = dst->fImage = SkMask::AllocImage(dstSize); in filterMask() local
|
D | SkBlurMask.cpp | 904 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 196 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|