summaryrefslogtreecommitdiff
path: root/libkms++util/kmstest.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 09:54:08 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 09:54:08 +0300
commita5c28bcb2ead34e921617711ebf94ffcb5d72878 (patch)
treee2f93259f63407357c70b06a7d59c24fde5a3901 /libkms++util/kmstest.h
parent0bc5bbd6766949d651f98e12981d79c86ce0bf99 (diff)
File/dir renames
Diffstat (limited to 'libkms++util/kmstest.h')
-rw-r--r--libkms++util/kmstest.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkms++util/kmstest.h b/libkms++util/kmstest.h
new file mode 100644
index 0000000..aed40fe
--- /dev/null
+++ b/libkms++util/kmstest.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "color.h"
+#include "framebuffer.h"
+
+namespace kms
+{
+class IMappedFramebuffer;
+
+void draw_color_bar(IMappedFramebuffer& buf, int old_xpos, int xpos, int width);
+
+void draw_test_pattern(IMappedFramebuffer &fb);
+
+void draw_rect(IMappedFramebuffer &fb, uint32_t x, uint32_t y, uint32_t w, uint32_t h, RGB color);
+}