Searched defs:dstPixels (Results 1 – 16 of 16) sorted by relevance
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/ |
D | MainPage.xaml.cpp | 85 unsigned char* dstPixels; in UpdateImage() local
|
/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/tests/ |
D | CopySurfaceTest.cpp | 33 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | BitmapCopyTest.cpp | 587 SkPMColor dstPixels[16]; in DEF_TEST() local
|
/external/skia/src/image/ |
D | SkImage_Generator.cpp | 42 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
|
D | SkImage.cpp | 51 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() 225 bool SkImage_Base::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkSurface.cpp | 189 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
|
D | SkImage_Raster.cpp | 137 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
D | MainPage.xaml.cpp | 167 unsigned char* dstPixels; in UpdateImage() local
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 170 void* dstPixels = fBitmap.getAddr(x, y); in onWritePixels() local 180 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|
D | SkConfig8888.cpp | 170 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
|
D | SkPixmap.cpp | 76 bool SkPixmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
|
D | SkBitmap.cpp | 823 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
|
/external/skia/include/core/ |
D | SkPixmap.h | 153 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 905 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 230 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
|