mirror of
https://github.com/openharmony/graphic_utils.git
synced 2026-07-19 16:33:31 -04:00
Description: Code alarm processing
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5VWYT Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
@@ -144,7 +144,7 @@ struct Rgba {
|
||||
float blue;
|
||||
float alpha;
|
||||
|
||||
Rgba() {}
|
||||
Rgba() : red(0), green(0), blue(0), alpha(0) {}
|
||||
|
||||
/**
|
||||
* @brief Rgba Constructor.
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace OHOS {
|
||||
*/
|
||||
struct BufferInfo {
|
||||
Rect rect;
|
||||
int32_t stride;
|
||||
uint32_t stride;
|
||||
void* phyAddr;
|
||||
void* virAddr;
|
||||
uint16_t width;
|
||||
|
||||
Reference in New Issue
Block a user