Iros
 
Loading...
Searching...
No Matches
gfx_test.cpp File Reference
#include <string.h>
#include <sys/mman.h>
#include <syscall.h>
#include <unistd.h>
#include <wayland-client.h>
#include "di/container/string/string_view.h"
#include "di/math/abs_diff.h"
#include "di/types/integers.h"
#include "di/vocab/bytes/byte_buffer.h"
#include "dius/print.h"
#include "diusgfx/bitmap.h"
#include "diusgfx/color.h"
#include "diusgfx/painter.h"
#include "diusgfx/point.h"
#include "diusgfx/rect.h"
#include "xdg-shell.h"

Functions

auto main () -> int
 

Variables

constexpr usize width = 1253
 
constexpr usize height = 1374
 
constexpr usize stride = width * 4
 
constexpr usize size = stride * height
 

Function Documentation

◆ main()

auto main ( ) -> int

Variable Documentation

◆ height

usize height = 1374
constexpr

◆ size

usize size = stride * height
constexpr

◆ stride

usize stride = width * 4
constexpr

◆ width

usize width = 1253
constexpr