Home | History | Annotate | Download | only in vk

Lines Matching refs:tightRowBytes

1179         size_t tightRowBytes = GrBytesPerPixel(config) * width;
1180 scratch.reset(tightRowBytes);
1187 memcpy(tmpRow, top, tightRowBytes);
1188 memcpy(top, bottom, tightRowBytes);
1189 memcpy(bottom, tmpRow, tightRowBytes);