Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions | Variables
ftsmooth.c File Reference
#include <ft2build.h>
#include "ftsmooth.h"
#include "ftgrays.h"
#include "ftspic.h"
#include "ftsmerrs.h"

Go to the source code of this file.

Functions

 FT_DEFINE_RENDERER (ft_smooth_renderer_class, FT_MODULE_RENDERER, sizeof(FT_RendererRec), "smooth", 0x10000L, 0x20000L, 0,(FT_Module_Constructor) ft_smooth_init,(FT_Module_Destructor) 0,(FT_Module_Requester) 0, FT_GLYPH_FORMAT_OUTLINE,(FT_Renderer_RenderFunc) ft_smooth_render,(FT_Renderer_TransformFunc) ft_smooth_transform,(FT_Renderer_GetCBoxFunc) ft_smooth_get_cbox,(FT_Renderer_SetModeFunc) ft_smooth_set_mode,(FT_Raster_Funcs *) &FT_GRAYS_RASTER_GET) FT_DEFINE_RENDERER(ft_smooth_lcd_renderer_class
 
 sizeof (FT_RendererRec)
 

Variables

 FT_MODULE_RENDERER
 
smooth lcd
 
smooth FT_Module_Constructor ft_smooth_init
 
smooth FT_Module_Constructor FT_Module_Destructor
 
smooth FT_Module_Constructor FT_Module_Requester
 
smooth FT_Module_Constructor FT_GLYPH_FORMAT_OUTLINE
 
smooth FT_Module_Constructor FT_Renderer_RenderFunc ft_smooth_render_lcd
 
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc ft_smooth_transform
 
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc FT_Renderer_GetCBoxFunc ft_smooth_get_cbox
 
smooth FT_Module_Constructor FT_Renderer_RenderFunc FT_Renderer_TransformFunc FT_Renderer_GetCBoxFunc FT_Renderer_SetModeFunc ft_smooth_set_mode
 

Function Documentation

◆ FT_DEFINE_RENDERER()

FT_DEFINE_RENDERER ( ft_smooth_renderer_class  ,
FT_MODULE_RENDERER  ,
sizeof(FT_RendererRec ,
"smooth"  ,
0x10000L  ,
0x20000L  ,
,
(FT_Module_Constructor ft_smooth_init,
(FT_Module_Destructor 0,
(FT_Module_Requester 0,
FT_GLYPH_FORMAT_OUTLINE  ,
(FT_Renderer_RenderFunc ft_smooth_render,
(FT_Renderer_TransformFunc ft_smooth_transform,
(FT_Renderer_GetCBoxFunc ft_smooth_get_cbox,
(FT_Renderer_SetModeFunc ft_smooth_set_mode,
(FT_Raster_Funcs *) &  FT_GRAYS_RASTER_GET 
)

◆ sizeof()

sizeof ( FT_RendererRec  )

Variable Documentation

◆ FT_GLYPH_FORMAT_OUTLINE

smooth FT_Module_Constructor FT_GLYPH_FORMAT_OUTLINE

Definition at line 487 of file ftsmooth.c.

◆ FT_Module_Destructor

smooth FT_Module_Constructor FT_Module_Destructor

Definition at line 487 of file ftsmooth.c.

◆ FT_MODULE_RENDERER

FT_MODULE_RENDERER

Definition at line 484 of file ftsmooth.c.

◆ FT_Module_Requester

smooth FT_Module_Constructor FT_Module_Requester

Definition at line 487 of file ftsmooth.c.

◆ ft_smooth_get_cbox

Definition at line 487 of file ftsmooth.c.

◆ ft_smooth_init

smooth FT_Module_Constructor ft_smooth_init

Definition at line 487 of file ftsmooth.c.

◆ ft_smooth_render_lcd

smooth FT_Module_Constructor FT_Renderer_RenderFunc ft_smooth_render_lcd

Definition at line 487 of file ftsmooth.c.

◆ ft_smooth_set_mode

Definition at line 487 of file ftsmooth.c.

◆ ft_smooth_transform

Definition at line 487 of file ftsmooth.c.

◆ lcd

smooth lcd

Definition at line 487 of file ftsmooth.c.