Home
last modified time | relevance | path

Searched refs:SkRectMemcpy (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkConvertPixels.h19 static inline void SkRectMemcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in SkRectMemcpy() function
DSkConvertPixels.cpp29 SkRectMemcpy(dstPixels, dstRB, in rect_memcpy()
/external/skqp/src/core/
DSkConvertPixels.h19 static inline void SkRectMemcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in SkRectMemcpy() function
DSkConvertPixels.cpp29 SkRectMemcpy(dstPixels, dstRB, in rect_memcpy()
/external/skia/src/image/
DSkImage_Raster.cpp251 SkRectMemcpy(dst, bitmap.rowBytes(), src, fBitmap.rowBytes(), bitmap.rowBytes(), in onMakeSubset()
/external/skqp/src/image/
DSkImage_Raster.cpp248 SkRectMemcpy(dst, bitmap.rowBytes(), src, fBitmap.rowBytes(), bitmap.rowBytes(), in onMakeSubset()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp582 SkRectMemcpy(mapPtr, static_cast<size_t>(layout.rowPitch), data, rowBytes, trimRowBytes, in uploadTexDataLinear()
737 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal()
1315 SkRectMemcpy(mapPtr, dstRowBytes, srcData, srcRowBytes, trimRowBytes, h); in copy_testing_data()
2192 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp585 SkRectMemcpy(mapPtr, static_cast<size_t>(layout.rowPitch), data, rowBytes, trimRowBytes, in uploadTexDataLinear()
739 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal()
1327 SkRectMemcpy(mapPtr, dstRowBytes, srcData, srcRowBytes, trimRowBytes, h); in copy_testing_data()
2240 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm251 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
873 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm806 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1339 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexData()
2448 SkRectMemcpy(dst, rowBytes, src, readDstRowBytes, tightRowBytes, height); in onReadPixels()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1304 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexData()
2417 SkRectMemcpy(dst, rowBytes, src, readDstRowBytes, tightRowBytes, height); in onReadPixels()