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]
Public Attributes | List of all members
FT_Raster_Params_ Struct Reference

#include <ftimage.h>

Public Attributes

const FT_Bitmaptarget
 
const voidsource
 
int flags
 
FT_SpanFunc gray_spans
 
FT_SpanFunc black_spans
 
FT_Raster_BitTest_Func bit_test
 
FT_Raster_BitSet_Func bit_set
 
voiduser
 
FT_BBox clip_box
 

Detailed Description

Definition at line 1104 of file ftimage.h.

Member Data Documentation

◆ bit_set

FT_Raster_BitSet_Func FT_Raster_Params_::bit_set

Definition at line 1112 of file ftimage.h.

◆ bit_test

FT_Raster_BitTest_Func FT_Raster_Params_::bit_test

Definition at line 1111 of file ftimage.h.

◆ black_spans

FT_SpanFunc FT_Raster_Params_::black_spans

Definition at line 1110 of file ftimage.h.

◆ clip_box

FT_BBox FT_Raster_Params_::clip_box

Definition at line 1114 of file ftimage.h.

◆ flags

int FT_Raster_Params_::flags

Definition at line 1108 of file ftimage.h.

Referenced by FT_Outline_Get_Bitmap().

◆ gray_spans

FT_SpanFunc FT_Raster_Params_::gray_spans

Definition at line 1109 of file ftimage.h.

◆ source

const void* FT_Raster_Params_::source

Definition at line 1107 of file ftimage.h.

Referenced by content.DocBlock::location().

◆ target

const FT_Bitmap* FT_Raster_Params_::target

Definition at line 1106 of file ftimage.h.

Referenced by FT_Outline_Get_Bitmap().

◆ user

void* FT_Raster_Params_::user

Definition at line 1113 of file ftimage.h.


The documentation for this struct was generated from the following file: