Lost comment
svn-id: r15265
This commit is contained in:
parent
0c12afcd71
commit
2bc1e81a71
1 changed files with 1 additions and 0 deletions
|
@ -2155,6 +2155,7 @@ void Gdi::decompressMaskImgOr(byte *dst, const byte *src, int height) const {
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
// NOTE: drawStripHE is actually very similar to drawStripComplex
|
||||||
void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const {
|
void Gdi::drawStripHE(byte *dst, int dstPitch, const byte *src, int w, int height, const bool transpCheck) const {
|
||||||
uint32 dataBit, data, shift;
|
uint32 dataBit, data, shift;
|
||||||
byte color;
|
byte color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue