Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvertPixels.cpp54 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()
DSkBitmap.cpp700 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
DSkPixmap.cpp87 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, int x, int y) in readPixels()
DSkBitmapDevice.cpp179 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
/external/skia/tests/
DColorSpaceXformTest.cpp81 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
DCopySurfaceTest.cpp37 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DBitmapCopyTest.cpp616 SkPMColor dstPixels[16]; in DEF_TEST() local
DReadPixelsTest.cpp577 uint64_t dstPixels[kNumPixels]; in test_conversion() local
/external/skia/src/image/
DSkImage_Raster.cpp168 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
DSkImage_Generator.cpp51 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
DSkSurface.cpp173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
DSkImage.cpp55 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
DSkImage_Gpu.cpp179 bool SkImage_Gpu::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
/external/skia/include/core/
DSkPixmap.h187 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skia/src/effects/
DSkRRectsGaussianEdgeMaskFilter.cpp160 uint8_t* dstPixels = dst->fImage = SkMask::AllocImage(dstSize); in filterMask() local
DSkBlurMask.cpp904 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
/external/skia/src/gpu/
DSkGpuDevice.cpp196 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()