mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
fix(cppcheck): more clang format fix
This commit is contained in:
parent
fce43feea1
commit
f559f408bb
@ -821,7 +821,8 @@ void GfxRenderer::drawBitmap1Bit(const Bitmap &bitmap, const int x, const int y,
|
||||
free(rowBytes);
|
||||
}
|
||||
|
||||
void GfxRenderer::drawTransparentBitmap(const Bitmap& bitmap, const int x, const int y, const int w, const int h) const {
|
||||
void GfxRenderer::drawTransparentBitmap(const Bitmap& bitmap, const int x, const int y, const int w,
|
||||
const int h) const {
|
||||
// Similar to drawBitmap1Bit but strictly skips 1s (white) in the source 1-bit data
|
||||
// The Bitmap reader returns 2-bit packed data where 0-2=Black and 3=White for 1-bit sources
|
||||
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
#include "BasicElements.h"
|
||||
|
||||
#include <GfxRenderer.h>
|
||||
|
||||
#include "Bitmap.h"
|
||||
#include "ListElement.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "ThemeTypes.h"
|
||||
#include <GfxRenderer.h>
|
||||
|
||||
namespace ThemeEngine {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user