Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/examples/hello_skia_app/jni/
Dhelloskia.cpp25 void* dstPixels; in Java_com_example_HelloSkiaActivity_drawIntoBitmap() local
/external/skia/src/image/
DSkImage.cpp40 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()
DSkImage_Raster.cpp125 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
DSkSurface.cpp173 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels()
/external/skia/src/core/
DSkBitmapDevice.cpp160 void* dstPixels = fBitmap.getAddr(x, y); in onWritePixels() local
170 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()
DSkConfig8888.cpp181 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels()
DSkBitmap.cpp869 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
/external/skia/tests/
DBitmapCopyTest.cpp589 SkPMColor dstPixels[16]; in DEF_TEST() local
/external/skia/src/effects/
DSkBlurMask.cpp907 uint8_t* dstPixels = SkMask::AllocImage(dstSize); in BlurGroundTruth() local
/external/skia/src/gpu/
DSkGpuDevice.cpp237 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels()