H A D | Blitter.cpp | 119 assert_cast<uint32_t>(format.bytes()), // sPitchB in clear() 1514 Int &sSliceB, Int &sPitchB, const State &state) in sample() 1535 Pointer<Byte> s = source + ComputeOffset(X, Y, Z, sSliceB, sPitchB, srcBytes); in sample() 1593 Pointer<Byte> s000 = source + ComputeOffset(X0, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample() 1594 Pointer<Byte> s010 = source + ComputeOffset(X1, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample() 1595 Pointer<Byte> s100 = source + ComputeOffset(X0, Y1, Z0, sSliceB, sPitchB, srcBytes); in sample() 1596 Pointer<Byte> s110 = source + ComputeOffset(X1, Y1, Z0, sSliceB, sPitchB, srcBytes); in sample() 1597 Pointer<Byte> s001 = source + ComputeOffset(X0, Y0, Z1, sSliceB, sPitchB, srcBytes); in sample() 1598 Pointer<Byte> s011 = source + ComputeOffset(X1, Y0, Z1, sSliceB, sPitchB, srcBytes); in sample() 1599 Pointer<Byte> s101 = source + ComputeOffset(X0, Y1, Z1, sSliceB, sPitchB, srcByte in sample() 1512 sample(Pointer<Byte> &source, Float &x, Float &y, Float &z, Int &sWidth, Int &sHeight, Int &sDepth, Int &sSliceB, Int &sPitchB, const State &state) sample() argument 1682 Int sPitchB = *Pointer<Int>(blit + OFFSET(BlitData, sPitchB)); generate() local [all...] |