Lines Matching defs:mappedMemory
1737 void* mappedMemory = transferBuffer->map();1741 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left;1745 const char* srcRow = reinterpret_cast<const char*>(mappedMemory);1753 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height);