Home | History | Annotate | Download | only in Renderer

Lines Matching defs:dstBytes

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