Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
DMainPage.xaml.cpp85 unsigned char* dstPixels; in UpdateImage() local
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
Dhelloskia.cpp25 void* dstPixels; in Java_com_example_HelloSkiaActivity_drawIntoBitmap() local
/external/skia/tests/
DCopySurfaceTest.cpp33 SkAutoTMalloc<uint32_t> dstPixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DBitmapCopyTest.cpp587 SkPMColor dstPixels[16]; in DEF_TEST() local
/external/skia/src/image/
DSkImage_Generator.cpp42 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels()
DSkImage.cpp51 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()
DSkSurface.cpp189 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
DSkImage_Raster.cpp137 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DMainPage.xaml.cpp167 unsigned char* dstPixels; in UpdateImage() local
/external/skia/src/core/
DSkBitmapDevice.cpp170 void* dstPixels = fBitmap.getAddr(x, y); in onWritePixels() local
180 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
DSkConfig8888.cpp170 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
DSkPixmap.cpp76 bool SkPixmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
DSkBitmap.cpp823 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
/external/skia/include/core/
DSkPixmap.h153 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels()
/external/skia/src/effects/
DSkBlurMask.cpp905 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
/external/skia/src/gpu/
DSkGpuDevice.cpp230 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()