Home | History | Annotate | Download | only in common

Lines Matching defs:rowPitch

178 	const int	rowPitch		= access.getRowPitch();
179 const int offsetToLast = rowPitch*(access.getHeight()-1);
182 -rowPitch, access.getSlicePitch(), (deUint8*)access.getDataPtr() + offsetToLast);
192 const int rowPitch = access.getRowPitch();
193 const int offsetToLast = rowPitch*(access.getHeight()-1);
196 -rowPitch, access.getSlicePitch(), (const deUint8*)access.getDataPtr() + offsetToLast);