Home | History | Annotate | Download | only in Device

Lines Matching defs:dstBytes

1452 			int dstBytes = Surface::bytes(state.destFormat);
1491 Pointer<Byte> d = destLine + (dstQuadLayout ? (((j & Int(1)) << 1) + (i * 2) - (i & Int(1))) : RValue<Int>(i)) * dstBytes;