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:
parent
637367959c
commit
7c6f3d40b6
24 changed files with 76 additions and 79 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue