#include "TRect.h"
Include dependency graph for AUGUIUtilities.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | AUGUI |
Defines | |
#define | _AUGUIUtilities_h_ |
Functions | |
void | AUGUI::HIRectToQDRect (const HIRect *inHIRect, Rect *outQDRect) |
TRect | AUGUI::RectForCGImage (CGImageRef theImage) |
float | AUGUI::DegreesToRadians (float deg) |
Simple utility to calculate radians from degrees. | |
void | AUGUI::ConvertWindowPointToGlobal (WindowRef theWindow, Point &thePoint) |
Converts a point from local window coordinates to global coordinates. | |
void | AUGUI::ConvertGlobalToWindowPoint (WindowRef theWindow, Point &thePoint) |
Converts a point from global to local window coordinates. | |
void | AUGUI::SetFontFromFontStyleRec (CGContextRef context, ControlFontStyleRec &rec, ThemeFontID baseThemeFont, ThemeTextColor baseThemeColor) |
Sets the font face, size, style, and color based on the fields and flags of the rec argument. | |
void * | AUGUI::malloc_aligned (UInt32 numBytes, void **realPointer) |
Allocates a block of memory that is 16-byte aligned and zeroed. |
|
|