Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "BLI_utildefines.h"
#include "blf_internal.h"
Go to the source code of this file.
Functions | |
unsigned int | blf_next_p2 (unsigned int x) |
unsigned int | blf_hash (unsigned int val) |
Internal utility API for BLF.
Definition in file blf_util.c.
unsigned int blf_hash | ( | unsigned int | val | ) |
Definition at line 30 of file blf_util.c.
Referenced by blf_glyph_cache_add_glyph(), and blf_glyph_cache_find_glyph().
unsigned int blf_next_p2 | ( | unsigned int | x | ) |
Definition at line 18 of file blf_util.c.
References x.