1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tidied up some method calls involving HeapBlock

This commit is contained in:
jules 2017-09-05 16:06:57 +01:00
parent 637367959c
commit 7c6f3d40b6
24 changed files with 76 additions and 79 deletions

View file

@ -996,10 +996,10 @@ namespace EdgeTableFillers
}
y = y_;
generate (scratchBuffer.getData(), x, width);
generate (scratchBuffer.get(), x, width);
et.clipLineToMask (x, y_,
reinterpret_cast<uint8*> (scratchBuffer.getData()) + SrcPixelType::indexA,
reinterpret_cast<uint8*> (scratchBuffer.get()) + SrcPixelType::indexA,
sizeof (SrcPixelType), width);
}