Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvertPixels.h21 size_t trimRowBytes, int rowCount) { in SkRectMemcpy()
/external/skia/experimental/graphite/src/
DUploadTask.cpp129 const size_t trimRowBytes = currentWidth * bpp; in appendUpload() local
/external/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
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp360 size_t trimRowBytes = width * SkColorTypeBytesPerPixel(colorType); in uploadTextureData() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp896 const size_t trimRowBytes = rect.width() * bpp; in onTransferPixelsTo() local
1061 const size_t trimRowBytes = dims.width() * bpp; in uploadTexData() local
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp747 const size_t trimRowBytes = currentWidth * bpp; in uploadToTexture() local