Searched defs:dstPixels (Results 1 – 10 of 10) sorted by relevance
/external/skia/platform_tools/android/examples/hello_skia_app/jni/ |
D | helloskia.cpp | 25 void* dstPixels; in Java_com_example_HelloSkiaActivity_drawIntoBitmap() local
|
/external/skia/src/image/ |
D | SkImage.cpp | 40 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() 128 bool SkImage_Base::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkImage_Raster.cpp | 125 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkSurface.cpp | 173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 160 void* dstPixels = fBitmap.getAddr(x, y); in onWritePixels() local 170 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkConfig8888.cpp | 181 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
|
D | SkBitmap.cpp | 869 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 589 SkPMColor dstPixels[16]; in DEF_TEST() local
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 907 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 237 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|