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/src/gpu/graphite/
DUploadTask.cpp141 const size_t trimRowBytes = currentWidth * bpp; in Make() local
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp873 size_t trimRowBytes = rect.width() * bpp; in uploadTexDataLinear() local
1048 const size_t trimRowBytes = currentWidth * bpp; in uploadTexDataOptimal() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp390 size_t trimRowBytes = width * SkColorTypeBytesPerPixel(colorType); in uploadTextureData() local
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp990 const size_t trimRowBytes = rect.width() * bpp; in onTransferPixelsTo() local
1162 const size_t trimRowBytes = dims.width() * bpp; in uploadTexData() local
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp765 const size_t trimRowBytes = currentWidth * bpp; in uploadToTexture() local