helpers.cpp: Add function SetWith4FB_HW_ACC()

align for hw blit on apollo/kronos hw


Origin commit data
------------------
Commit: 2c23f339d3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)

Origin message was:
------------------
helpers.cpp: Add function SetWith4FB_HW_ACC()

 align for hw blit on apollo/kronos hw
This commit is contained in:
Michael Liebmann
2016-01-26 06:16:25 +01:00
parent b49195d6fc
commit 3f8b67f627
2 changed files with 22 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ class CFileHelpers
static uint64_t getDirSize(const std::string& dir){return getDirSize(dir.c_str());};
};
uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max=true);
std::string to_string(int);
std::string to_string(unsigned int);
std::string to_string(long);