Simple Types

Simple Types

Collection of simple types within the kernel library.

Types
Type 
Description 
Pointer-size integer. 
Type definitions for Win32. 
Pointer-size integer. 
Typedef for Matrix2F and represents a float version of two-dimensional matrix in row-major order. 
Typedef for Matrix2x4 template class and represents a two-dimensional matrix in row-major order. 
Typedef for Matrix3x4 template class and represents a three-dimensional matrix in row-major order. 
Typedef for Matrix4x4 template class and represents a multi-dimensional matrix in row-major order. 
Double structure and a specialized version of template class Point
Float version and a specialized version of template class Point
Typedef for Point3 and represents a float version of the template class. 
Double structure and a specialized version of template class Rect
Float structure and a specialized version of template class Rect
Double structure and a specialized version of template class Size
Float structure and a specialized version of template class Size
Log 
TypeDef for Scaleform::Log to expose as GFx one for convenience. 
TypeDef for Scaleform::LogMessageId to expose as GFx one for convenience. 
Specialized version of template class Rect and represents a rectangle of texture. 
Specialized version of template class Size and represents a size of the image data in pixels. 
Identifies Movie's render tree representation, intended to be passed to Render::HAL::Display method on the render thread. NextCapture will typically need to be called on MovieDisplayHandle to obtain the most recent captured snapshot before rendering it on screen.