|
libcss
|
#include <string.h>#include <libcss/types.h>#include "stylesheet.h"#include "bytecode/bytecode.h"#include "bytecode/opcodes.h"#include "select/font_face.h"#include "testutils.h"Go to the source code of this file.
Macros | |
| #define | ABS(x) (uint32_t)((x) < 0 ? -(x) : (x)) |
| #define | ADVANCE(n) |
| #define ABS | ( | x | ) | (uint32_t)((x) < 0 ? -(x) : (x)) |
| #define ADVANCE | ( | n | ) |