TT_ExecContextRec_ Struct Reference

#include <ttinterp.h>

List of all members.

Public Attributes

TT_Face face
TT_Size size
FT_Memory memory
FT_Error error
FT_Long top
FT_UInt stackSize
FT_Longstack
FT_Long args
FT_UInt new_top
TT_GlyphZoneRec zp0
TT_GlyphZoneRec zp1
TT_GlyphZoneRec zp2
TT_GlyphZoneRec pts
TT_GlyphZoneRec twilight
FT_Size_Metrics metrics
TT_Size_Metrics tt_metrics
TT_GraphicsState GS
FT_Int curRange
FT_Bytecode
FT_Long IP
FT_Long codeSize
FT_Byte opcode
FT_Int length
FT_Bool step_ins
FT_Long cvtSize
FT_Longcvt
FT_UInt glyphSize
FT_ByteglyphIns
FT_UInt numFDefs
FT_UInt maxFDefs
TT_DefArray FDefs
FT_UInt numIDefs
FT_UInt maxIDefs
TT_DefArray IDefs
FT_UInt maxFunc
FT_UInt maxIns
FT_Int callTop
FT_Int callSize
TT_CallStack callStack
FT_UShort maxPoints
FT_Short maxContours
TT_CodeRangeTable codeRangeTable
FT_UShort storeSize
FT_Longstorage
FT_F26Dot6 period
FT_F26Dot6 phase
FT_F26Dot6 threshold
FT_Bool instruction_trap
TT_GraphicsState default_GS
FT_Bool is_composite
FT_Bool pedantic_hinting
FT_Long F_dot_P
TT_Round_Func func_round
TT_Project_Func func_project
TT_Project_Func func_dualproj
TT_Project_Func func_freeProj
TT_Move_Func func_move
TT_Move_Func func_move_orig
TT_Get_CVT_Func func_read_cvt
TT_Set_CVT_Func func_write_cvt
TT_Set_CVT_Func func_move_cvt
FT_Bool grayscale


Detailed Description

Definition at line 114 of file ttinterp.h.


Member Data Documentation

TT_Face TT_ExecContextRec_::face

Definition at line 116 of file ttinterp.h.

TT_Size TT_ExecContextRec_::size

Definition at line 117 of file ttinterp.h.

FT_Memory TT_ExecContextRec_::memory

Definition at line 118 of file ttinterp.h.

FT_Error TT_ExecContextRec_::error

Definition at line 122 of file ttinterp.h.

FT_Long TT_ExecContextRec_::top

Definition at line 124 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::stackSize

Definition at line 126 of file ttinterp.h.

FT_Long* TT_ExecContextRec_::stack

Definition at line 127 of file ttinterp.h.

FT_Long TT_ExecContextRec_::args

Definition at line 129 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::new_top

Definition at line 130 of file ttinterp.h.

TT_GlyphZoneRec TT_ExecContextRec_::zp0

Definition at line 132 of file ttinterp.h.

TT_GlyphZoneRec TT_ExecContextRec_::zp1

Definition at line 132 of file ttinterp.h.

TT_GlyphZoneRec TT_ExecContextRec_::zp2

Definition at line 132 of file ttinterp.h.

TT_GlyphZoneRec TT_ExecContextRec_::pts

Definition at line 132 of file ttinterp.h.

Referenced by TT_Hint_Glyph().

TT_GlyphZoneRec TT_ExecContextRec_::twilight

Definition at line 132 of file ttinterp.h.

FT_Size_Metrics TT_ExecContextRec_::metrics

Definition at line 138 of file ttinterp.h.

Referenced by TT_Hint_Glyph().

TT_Size_Metrics TT_ExecContextRec_::tt_metrics

Definition at line 139 of file ttinterp.h.

TT_GraphicsState TT_ExecContextRec_::GS

Definition at line 141 of file ttinterp.h.

Referenced by TT_Hint_Glyph(), TT_Load_Glyph(), and tt_loader_init().

FT_Int TT_ExecContextRec_::curRange

Definition at line 143 of file ttinterp.h.

FT_Byte* TT_ExecContextRec_::code

Definition at line 144 of file ttinterp.h.

FT_Long TT_ExecContextRec_::IP

Definition at line 145 of file ttinterp.h.

FT_Long TT_ExecContextRec_::codeSize

Definition at line 146 of file ttinterp.h.

FT_Byte TT_ExecContextRec_::opcode

Definition at line 148 of file ttinterp.h.

FT_Int TT_ExecContextRec_::length

Definition at line 149 of file ttinterp.h.

FT_Bool TT_ExecContextRec_::step_ins

Definition at line 151 of file ttinterp.h.

FT_Long TT_ExecContextRec_::cvtSize

Definition at line 153 of file ttinterp.h.

FT_Long* TT_ExecContextRec_::cvt

Definition at line 154 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::glyphSize

Definition at line 156 of file ttinterp.h.

FT_Byte* TT_ExecContextRec_::glyphIns

Definition at line 157 of file ttinterp.h.

Referenced by TT_Hint_Glyph(), tt_loader_init(), and TT_Process_Composite_Glyph().

FT_UInt TT_ExecContextRec_::numFDefs

Definition at line 159 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::maxFDefs

Definition at line 160 of file ttinterp.h.

TT_DefArray TT_ExecContextRec_::FDefs

Definition at line 161 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::numIDefs

Definition at line 163 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::maxIDefs

Definition at line 164 of file ttinterp.h.

TT_DefArray TT_ExecContextRec_::IDefs

Definition at line 165 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::maxFunc

Definition at line 167 of file ttinterp.h.

FT_UInt TT_ExecContextRec_::maxIns

Definition at line 168 of file ttinterp.h.

FT_Int TT_ExecContextRec_::callTop

Definition at line 170 of file ttinterp.h.

FT_Int TT_ExecContextRec_::callSize

Definition at line 170 of file ttinterp.h.

TT_CallStack TT_ExecContextRec_::callStack

Definition at line 172 of file ttinterp.h.

FT_UShort TT_ExecContextRec_::maxPoints

Definition at line 174 of file ttinterp.h.

FT_Short TT_ExecContextRec_::maxContours

Definition at line 175 of file ttinterp.h.

TT_CodeRangeTable TT_ExecContextRec_::codeRangeTable

Definition at line 178 of file ttinterp.h.

FT_UShort TT_ExecContextRec_::storeSize

Definition at line 181 of file ttinterp.h.

FT_Long* TT_ExecContextRec_::storage

Definition at line 182 of file ttinterp.h.

FT_F26Dot6 TT_ExecContextRec_::period

Definition at line 184 of file ttinterp.h.

FT_F26Dot6 TT_ExecContextRec_::phase

Definition at line 185 of file ttinterp.h.

FT_F26Dot6 TT_ExecContextRec_::threshold

Definition at line 186 of file ttinterp.h.

FT_Bool TT_ExecContextRec_::instruction_trap

Definition at line 193 of file ttinterp.h.

TT_GraphicsState TT_ExecContextRec_::default_GS

Definition at line 196 of file ttinterp.h.

FT_Bool TT_ExecContextRec_::is_composite

Definition at line 198 of file ttinterp.h.

Referenced by TT_Hint_Glyph().

FT_Bool TT_ExecContextRec_::pedantic_hinting

Definition at line 199 of file ttinterp.h.

Referenced by TT_Hint_Glyph(), and tt_loader_init().

FT_Long TT_ExecContextRec_::F_dot_P

Definition at line 203 of file ttinterp.h.

TT_Round_Func TT_ExecContextRec_::func_round

Definition at line 205 of file ttinterp.h.

TT_Project_Func TT_ExecContextRec_::func_project

Definition at line 207 of file ttinterp.h.

TT_Project_Func TT_ExecContextRec_::func_dualproj

Definition at line 207 of file ttinterp.h.

TT_Project_Func TT_ExecContextRec_::func_freeProj

Definition at line 207 of file ttinterp.h.

TT_Move_Func TT_ExecContextRec_::func_move

Definition at line 211 of file ttinterp.h.

TT_Move_Func TT_ExecContextRec_::func_move_orig

Definition at line 212 of file ttinterp.h.

TT_Get_CVT_Func TT_ExecContextRec_::func_read_cvt

Definition at line 214 of file ttinterp.h.

TT_Set_CVT_Func TT_ExecContextRec_::func_write_cvt

Definition at line 215 of file ttinterp.h.

TT_Set_CVT_Func TT_ExecContextRec_::func_move_cvt

Definition at line 216 of file ttinterp.h.

FT_Bool TT_ExecContextRec_::grayscale

Definition at line 218 of file ttinterp.h.

Referenced by tt_loader_init().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 5 16:47:39 2011 for ROOT_528-00b_version by  doxygen 1.5.1