MRPT  2.0.4
Macros
default_mrpt_glfw_icon.cpp File Reference
#include "gui-precomp.h"
#include <mrpt/gui/default_mrpt_glfw_icon.h>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Macros

#define HEADER_PIXEL(data, pixel)
 

Macro Definition Documentation

◆ HEADER_PIXEL

#define HEADER_PIXEL (   data,
  pixel 
)
Value:
{ \
pixel[0] = (((data[0] - 33) << 2) | ((data[1] - 33) >> 4)); \
pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \
pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \
data += 4; \
}
mrpt::opengl::internal::data
static struct FontData data
Definition: gltext.cpp:144



Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Fri Jul 17 08:43:33 UTC 2020