Home
last modified time | relevance | path

Searched defs:trimRowBytes (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/core/
DSkConvertPixels.h21 size_t trimRowBytes, int rowCount) { in SkRectMemcpy()
/third_party/flutter/skia/src/core/
DSkConvertPixels.h20 size_t trimRowBytes, int rowCount) { in SkRectMemcpy()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp650 size_t trimRowBytes = width * bpp; in uploadTexDataLinear() local
827 const size_t trimRowBytes = currentWidth * bpp; in uploadTexDataOptimal() local
1491 const size_t trimRowBytes = width * bytesPerPixel; in copy_src_data() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp883 const size_t trimRowBytes = width * bpp; in onTransferPixelsTo() local
991 const size_t trimRowBytes = currentWidth * dataBpp; in allocate_and_populate_texture() local
1040 const size_t trimRowBytes = currentWidth * dataBpp; in allocate_and_populate_texture() local
1197 const size_t trimRowBytes = currentWidth * bpp; in uploadTexData() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp753 size_t trimRowBytes = rect.width() * bpp; in uploadTexDataLinear() local
924 const size_t trimRowBytes = currentWidth * bpp; in uploadTexDataOptimal() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp360 size_t trimRowBytes = width * SkColorTypeBytesPerPixel(colorType); in uploadTextureData() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp895 const size_t trimRowBytes = rect.width() * bpp; in onTransferPixelsTo() local
1060 const size_t trimRowBytes = dims.width() * bpp; in uploadTexData() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp747 const size_t trimRowBytes = currentWidth * bpp; in uploadToTexture() local