Browse Source

inline all the things

af/merge-core
Anton Firszov 9 years ago
parent
commit
0fd3f3bf24
  1. 1
      src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs

1
src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs

@ -61,6 +61,7 @@ namespace ImageSharp.Processing.Processors
/// Gets a reference to the first item of the window.
/// </summary>
/// <returns>The reference to the first item of the window</returns>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public ref float GetStartReference()
{
return ref this.buffer[this.flatStartIndex];

Loading…
Cancel
Save