|
SSBM Decomp
|
#include <dolphin/gx/GXStruct.h>Go to the source code of this file.
Data Structures | |
| struct | DebugFontGlyph |
| One cell of the debug console's ASCII font: 14 rows of 4 bytes, 2 bits per pixel, 12 of the 16 pixels used. More... | |
Functions | |
| void | DrawRectangle (float x, float y, float w, float h, GXColor *color) |
| f32 | DrawASCII (int chr, float x, float y, GXColor *color) |
| void | hsd_80391A04 (float scale_x, float scale_y, int line_width) |
| s32 | hsd_80391AC8 (char *, GXColor *, f32, f32) |
| void | hsd_80391E18 (const u8 *list, f32 x1, f32 y1, f32 x2, f32 y2) |
| void | hsd_80391F28 (GXColor *, f32, f32, f32, f32, f32) |
| Draws a line from (x1,y1) to (x2,y2) with a tick mark every step; every fifth tick is drawn longer. | |
| void | hsd_80392194 (u8 *dst, s32 flags, s32 unused1, s32 unused2, const u8 *src) |
| void | hsd_803921B8 (void *, s32, s32, s32, s32, s32, s32, void *) |
| void | hsd_803922FC (void *, s32, s32, s32, s32, s32, s32, s32, void *) |
Variables | |
| DebugFontGlyph | HSD_DebugFontAtlas [] |
| void DrawRectangle | ( | float | x, |
| float | y, | ||
| float | w, | ||
| float | h, | ||
| GXColor * | color ) |
| void hsd_80391A04 | ( | float | scale_x, |
| float | scale_y, | ||
| int | line_width ) |
Draws a line from (x1,y1) to (x2,y2) with a tick mark every step; every fifth tick is drawn longer.
| void hsd_803922FC | ( | void * | bitmap, |
| s32 | x, | ||
| s32 | y, | ||
| s32 | parity, | ||
| s32 | dst, | ||
| s32 | w, | ||
| s32 | h, | ||
| s32 | stride, | ||
| void * | tbl ) |
|
extern |