Home
last modified time | relevance | path

Searched refs:tightRowBytes (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DWritePixelsTest.cpp419 for (auto& tightRowBytes : { true, false }) { in DEF_TEST()
420 const size_t rowBytes = tightRowBytes ? info.minRowBytes() : 4 * DEV_W + 100; in DEF_TEST()
424 if (!tightRowBytes) { in DEF_TEST()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp614 size_t tightRowBytes = bpp * rect.width(); in onReadPixels() local
622 tightRowBytes, in onReadPixels()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2575 size_t tightRowBytes = bpp*rect.width(); in onReadPixels() local
2623 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, rect.height()); in onReadPixels()

Completed in 9 milliseconds