diff options
Diffstat (limited to 'demos/poppler.yui.js')
-rw-r--r-- | demos/poppler.yui.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/poppler.yui.js b/demos/poppler.yui.js deleted file mode 100644 index 028f0a79..00000000 --- a/demos/poppler.yui.js +++ /dev/null @@ -1,6 +0,0 @@ -// This file contains Poppler, which is (C) the Poppler project, and available under the GNU GPL v2. -// and also FreeType, which is (C) the FreeType project, and also available under the GNU GPL v2. - - - -"use strict";this["Module"]={};var args=arguments;var Runtime={stackAlloc:function stackAlloc(b){var a=STACKTOP;_memset(STACKTOP,0,b);STACKTOP+=b;STACKTOP=Math.ceil(STACKTOP/4)*4;return a},staticAlloc:function staticAlloc(b){var a=STATICTOP;STATICTOP+=b;STATICTOP=Math.ceil(STATICTOP/4)*4;return a},alignMemory:function alignMemory(b,c){var a=b=Math.ceil(b/(c?c:4))*(c?c:4);return a},isNumberType:function(a){return a in Runtime.INT_TYPES||a in Runtime.FLOAT_TYPES},isPointerType:function isPointerType(a){return pointingLevels(a)>0},isStructType:function isStructType(a){if(isPointerType(a)){return false}if(new RegExp(/^\[\d+\ x\ (.*)\]/g).test(a)){return true}return !Runtime.isNumberType(a)&&a[0]=="%"},INT_TYPES:{i1:0,i8:0,i16:0,i32:0,i64:0},FLOAT_TYPES:{"float":0,"double":0},getNativeFieldSize:function getNativeFieldSize(b,c){if(4==1){return 1}var a={_i1:1,_i8:1,_i16:2,_i32:4,_i64:8,_float:4,_double:8}["_"+b];if(!a){a=4}if(!c){a=Math.max(a,4)}return a},dedup:function dedup(b,c){var a={};if(c){return b.filter(function(d){if(a[d[c]]){return false}a[d[c]]=true;return true})}else{return b.filter(function(d){if(a[d]){return false}a[d]=true;return true})}},set:function set(){var b=typeof arguments[0]==="object"?arguments[0]:arguments;var a={};for(var c=0;c<b.length;c++){a[b[c]]=0}return a},calculateStructAlignment:function calculateStructAlignment(a){a.flatSize=0;a.alignSize=0;var c=[];var b=-1;a.flatIndexes=a.fields.map(function(g){var e,d;if(Runtime.isNumberType(g)||Runtime.isPointerType(g)){e=Runtime.getNativeFieldSize(g,true);d=e}else{if(Runtime.isStructType(g)){e=Types.types[g].flatSize;d=Types.types[g].alignSize}else{dprint("Unclear type in struct: "+g+", in "+a.name_);assert(0)}}d=Math.min(d,4);a.alignSize=Math.max(a.alignSize,d);var f=Runtime.alignMemory(a.flatSize,d);a.flatSize=f+e;if(b>=0){c.push(f-b)}b=f;return f});a.flatSize=Runtime.alignMemory(a.flatSize,a.alignSize);if(c.length==0){a.flatFactor=a.flatSize}else{if(Runtime.dedup(c).length==1){a.flatFactor=c[0]}}a.needsFlattening=(a.flatFactor!=1);return a.flatIndexes},__dummy__:0};var CorrectionsMonitor={MAX_ALLOWED:0,corrections:0,sigs:{},note:function(a){var b=a+"|"+new Error().stack;if(!this.sigs[b]){print("Correction: "+b);this.sigs[b]=0}this.sigs[b]++;this.corrections++;if(this.corrections>=this.MAX_ALLOWED){abort("\n\nToo many corrections!")}}};function __globalConstructor__(){}var __THREW__=false;var __ATEXIT__=[];var ABORT=false;var undef=0;function abort(a){print(a+":\n"+(new Error).stack);ABORT=true;throw"Assertion: "+a}function assert(b,a){if(!b){abort("Assertion failed: "+a)}}var ALLOC_NORMAL=0;var ALLOC_STACK=1;var ALLOC_STATIC=2;function Pointer_make(a,g,c){g=g?g:0;assert(g===0);if(a===HEAP){return g}var e=a.length;var d;for(d=0;d<e;d++){if(a[d]===undefined){throw"Invalid element in slab at "+new Error().stack}}var b=[_malloc,Runtime.stackAlloc,Runtime.staticAlloc][c?c:ALLOC_STATIC](Math.max(e,1));for(d=0;d<e;d++){var f=a[d];if(typeof f==="function"){f=Runtime.getFunctionIndex(f)}HEAP[b+d]=f}return b}Module.Pointer_make=Pointer_make;function Pointer_stringify(d){var a="";var c=0;var b;while(1){b=String.fromCharCode(HEAP[d+c]);if(b=="\0"){break}else{}a+=b;c+=1}return a}var PAGE_SIZE=4096;function alignMemoryPage(a){return Math.ceil(a/PAGE_SIZE)*PAGE_SIZE}var HEAP,IHEAP,FHEAP;var STACK_ROOT,STACKTOP,STACK_MAX;var STATICTOP;var HAS_TYPED_ARRAYS=false;var TOTAL_MEMORY=50*1024*1024;function __initializeRuntime__(){var a=TOTAL_MEMORY/32;IHEAP=FHEAP=HEAP=new Array(a);for(var b=0;b<a;b++){IHEAP[b]=FHEAP[b]=0}var d=intArrayFromString("(null)");for(var b=0;b<d.length;b++){HEAP[b]=d[b]}Module.HEAP=HEAP;Module.IHEAP=IHEAP;Module.FHEAP=FHEAP;STACK_ROOT=STACKTOP=alignMemoryPage(10);var c=1024*1024;try{c=TOTAL_STACK}catch(f){}STACK_MAX=STACK_ROOT+c;STATICTOP=alignMemoryPage(STACK_MAX)}function __shutdownRuntime__(){while(__ATEXIT__.length>0){var a=__ATEXIT__.pop();if(typeof a==="number"){a=FUNCTION_TABLE[a]}a()}}function Array_copy(b,a){return IHEAP.slice(b,b+a)}function String_len(b){var a=0;while(HEAP[b+a]){a++}return a}function String_copy(d,c){var a=String_len(d);if(c){a++}var b=Array_copy(d,a);if(c){b[a-1]=0}return b}var PRINTBUFFER="";function __print__(b){if(b===null){print(PRINTBUFFER);PRINTBUFFER="";return}PRINTBUFFER=PRINTBUFFER+b;var a;while((a=PRINTBUFFER.indexOf("\n"))!=-1){print(PRINTBUFFER.substr(0,a));PRINTBUFFER=PRINTBUFFER.substr(a+1)}}function jrint(a,b){if(!b){b=a;a=""}else{a=a+" : "}print(a+JSON.stringify(b))}function intArrayFromString(d){var a=[];var c;var b=0;while(b<d.length){a.push(d.charCodeAt(b));b=b+1}a.push(0);return a}Module.intArrayFromString=intArrayFromString;function intArrayToString(c){var a="";for(var b=0;b<c.length;b++){a+=String.fromCharCode(c[b])}return a}var unSign=function unSign(b,a,c){if(b>=0){return b}return a<=32?2*Math.abs(1<<(a-1))+b:Math.pow(2,a)+b};var reSign=function reSign(c,b,d){if(c<=0){return c}var a=b<=32?Math.abs(1<<(b-1)):Math.pow(2,b-1);if(c>=a){c=-2*a+c}return c};var $0___SIZE=600;var $1___SIZE=20;var $2___SIZE=1428;var $2___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,852,980,1000,1024,1040,1232,1236,1240,1244,1248,1252,1256,1412,1416,1420,1424];var $3___SIZE=20;var $4___SIZE=96;var $4___FLATTENER=[0,8,12,16,20,24,28,32,40,44,52,56,64,72,80,88];var $struct__0TEncoding___SIZE=12;var $struct__1__pthread_mutex_s___SIZE=24;var $struct__2CMapListEntry___SIZE=16;var $struct___58___SIZE=8;var $struct_AFM_FontInfoRec____SIZE=44;var $struct_AFM_FontInfoRec____FLATTENER=[0,4,20,24,28,32,36,40];var $struct_AFM_KernPairRec____SIZE=16;var $struct_AFM_ParserRec____SIZE=20;var $struct_AFM_Parser_FuncsRec___SIZE=12;var $struct_AFM_StreamRec____SIZE=16;var $struct_AFM_TrackKernRec____SIZE=20;var $struct_AFM_ValueRec____SIZE=8;var $struct_AF_AxisHintsRec___SIZE=28;var $struct_AF_EdgeRec____SIZE=48;var $struct_AF_EdgeRec____FLATTENER=[0,4,8,12,13,16,20,24,28,32,36,40,44];var $struct_AF_FaceGlobalsRec____SIZE=28;var $struct_AF_GlyphHintsRec____SIZE=124;var $struct_AF_GlyphHintsRec____FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,104,108,112,116,120];var $struct_AF_LatinAxisRec___SIZE=396;var $struct_AF_LatinAxisRec___FLATTENER=[0,4,8,12,204,208,212,213,216,220,388,392];var $struct_AF_LatinBlueRec___SIZE=28;var $struct_AF_LatinMetricsRec____SIZE=832;var $struct_AF_LatinMetricsRec____FLATTENER=[0,36,40];var $struct_AF_LoaderRec____SIZE=184;var $struct_AF_LoaderRec____FLATTENER=[0,4,8,12,136,140,144,160,168,176];var $struct_AF_PointRec____SIZE=40;var $struct_AF_PointRec____FLATTENER=[0,2,3,4,8,12,14,16,20,24,28,32,36];var $struct_AF_ScalerRec___SIZE=28;var $struct_AF_ScriptClassRec____SIZE=32;var $struct_AF_ScriptMetricsRec____SIZE=36;var $struct_AF_ScriptMetricsRec____FLATTENER=[0,4,32];var $struct_AF_Script_UniRangeRec___SIZE=8;var $struct_AF_SegmentRec____SIZE=52;var $struct_AF_SegmentRec____FLATTENER=[0,1,2,4,6,8,12,16,20,24,28,32,36,40,44,48];var $struct_AF_WidthRec____SIZE=12;var $struct_ASCII85Encoder___SIZE=36;var $struct_ASCII85Encoder___FLATTENER=[0,12,20,24,28,32];var $struct_ASCII85Stream___SIZE=60;var $struct_ASCII85Stream___FLATTENER=[0,12,32,48,52,56];var $struct_ASCIIHexEncoder___SIZE=32;var $struct_ASCIIHexEncoder___FLATTENER=[0,12,16,20,24,28];var $struct_ASCIIHexStream___SIZE=20;var $struct_ASCIIHexStream___FLATTENER=[0,12,16];var $struct_ActualText___SIZE=48;var $struct_ActualText___FLATTENER=[0,4,8,12,16,24,32,40];var $struct_Annot___SIZE=124;var $struct_Annot___FLATTENER=[0,4,16,20,24,28,32,36,40,44,52,64,68,72,76,88,92,100,104,108,112,120,121];var $struct_Annot_base_32___SIZE=124;var $struct_Annot_base_32___FLATTENER=[0,4,16,20,24,28,32,36,40,44,52,64,68,72,76,88,92,100,104,108,112,120,121];var $struct_Annot3D___SIZE=128;var $_struct_Annot3D__Activation____SIZE=20;var $_struct_Annot3D__Activation____FLATTENER=[0,4,8,12,16,17];var $struct_AnnotAppearanceCharacs___SIZE=32;var $struct_AnnotBorder___SIZE=28;var $struct_AnnotBorder___FLATTENER=[0,4,8,16,20,24];var $struct_AnnotBorderArray___SIZE=44;var $struct_AnnotBorderArray___FLATTENER=[0,28,36];var $struct_AnnotBorderBS___SIZE=28;var $struct_AnnotBorderEffect___SIZE=12;var $struct_AnnotBorderStyle___SIZE=44;var $struct_AnnotBorderStyle___FLATTENER=[0,4,12,16,20,28,36];var $struct_AnnotCalloutLine___SIZE=36;var $struct_AnnotCalloutLine___FLATTENER=[0,4,20];var $struct_AnnotCalloutMultiLine___SIZE=52;var $struct_AnnotCaret___SIZE=172;var $struct_AnnotCaret___FLATTENER=[0,164,168];var $struct_AnnotColor___SIZE=36;var $struct_AnnotCoord___SIZE=16;var $struct_AnnotFileAttachment___SIZE=180;var $struct_AnnotFileAttachment___FLATTENER=[0,164,176];var $struct_AnnotFreeText___SIZE=196;var $struct_AnnotFreeText___FLATTENER=[0,164,168,172,176,180,184,188,192];var $struct_AnnotGeometry___SIZE=176;var $struct_AnnotGeometry___FLATTENER=[0,164,168,172];var $struct_AnnotIconFit___SIZE=28;var $struct_AnnotIconFit___FLATTENER=[0,4,8,16,24];var $struct_AnnotInk___SIZE=172;var $struct_AnnotInk___FLATTENER=[0,164,168];var $struct_AnnotLine___SIZE=240;var $struct_AnnotLine___FLATTENER=[0,164,168,172,176,180,184,192,200,204,208,216,220,224,232];var $struct_AnnotLink___SIZE=152;var $struct_AnnotLink___FLATTENER=[0,124,128,140,144,148];var $struct_AnnotMarkup___SIZE=164;var $struct_AnnotMarkup___FLATTENER=[0,124,128,132,140,144,152,156,160];var $struct_AnnotMovie___SIZE=132;var $struct_AnnotMovie___FLATTENER=[0,124,128];var $struct_AnnotPath___SIZE=8;var $struct_AnnotPolygon___SIZE=188;var $struct_AnnotPolygon___FLATTENER=[0,164,168,172,176,180,184];var $struct_AnnotPopup___SIZE=140;var $struct_AnnotPopup___FLATTENER=[0,124,136];var $struct_AnnotQuadrilaterals___SIZE=8;var $_struct_AnnotQuadrilaterals__AnnotQuadrilateral____SIZE=64;var $struct_AnnotScreen___SIZE=148;var $struct_AnnotScreen___FLATTENER=[0,124,128,132,136];var $struct_AnnotSound___SIZE=172;var $struct_AnnotSound___FLATTENER=[0,164,168];var $struct_AnnotStamp___SIZE=168;var $struct_AnnotText___SIZE=176;var $struct_AnnotText___FLATTENER=[0,164,168,172];var $struct_AnnotTextMarkup___SIZE=168;var $struct_AnnotWidget___SIZE=156;var $struct_AnnotWidget___FLATTENER=[0,124,128,132,136,140,144,148,152,153];var $struct_Annots___SIZE=8;var $struct_ArgDesc___SIZE=20;var $struct_Array___SIZE=20;var $struct_BDF_CMapRec____SIZE=24;var $struct_BDF_CMapRec____FLATTENER=[0,16,20];var $struct_BDF_FaceRec____SIZE=168;var $struct_BDF_FaceRec____FLATTENER=[0,132,136,140,144,148,152,164];var $struct_BDF_PropertyRec___SIZE=8;var $struct_BDF_encoding_el___SIZE=8;var $struct_BaseStream___SIZE=24;var $struct_BaseStream___FLATTENER=[0,8,12];var $struct_BuiltinFont___SIZE=24;var $struct_BuiltinFont___FLATTENER=[0,4,8,10,12,20];var $struct_BuiltinFontWidth___SIZE=12;var $struct_BuiltinFontWidths___SIZE=8;var $struct_CCITTCode___SIZE=4;var $struct_CCITTFaxStream___SIZE=68;var $struct_CCITTFaxStream___FLATTENER=[0,12,16,17,20,24,28,29,30,31,32,36,40,44,48,52,56,60,64];var $struct_CFF_Builder___SIZE=76;var $struct_CFF_Builder___FLATTENER=[0,4,8,12,16,20,24,28,32,40,48,64,65,66,67,68,72];var $struct_CFF_CMapStdRec____SIZE=20;var $struct_CFF_CharsetRec___SIZE=24;var $struct_CFF_Decoder___SIZE=928;var $struct_CFF_Decoder___FLATTENER=[0,76,80,276,280,676,680,684,688,744,748,752,753,756,760,888,892,896,900,904,908,912,916,920,924];var $struct_CFF_Decoder_Zone___SIZE=12;var $struct_CFF_EncodingRec___SIZE=1036;var $struct_CFF_EncodingRec___FLATTENER=[0,4,8,12,524];var $struct_CFF_FDSelectRec___SIZE=28;var $struct_CFF_Field_Handler___SIZE=28;var $struct_CFF_FontRecDictRec___SIZE=172;var $struct_CFF_FontRecDictRec___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,64,68,76,80,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168];var $struct_CFF_FontRec____SIZE=2072;var $struct_CFF_FontRec____FLATTENER=[0,4,8,12,16,17,18,19,20,52,84,116,1152,1176,1208,1240,1272,1304,1308,1312,1316,1320,1324,1892,1896,2024,2052,2056,2060,2064,2068];var $struct_CFF_GlyphSlotRec____SIZE=172;var $struct_CFF_GlyphSlotRec____FLATTENER=[0,160,161,164,168];var $struct_CFF_IndexRec___SIZE=32;var $struct_CFF_InternalRec____SIZE=132;var $struct_CFF_ParserRec____SIZE=416;var $struct_CFF_ParserRec____FLATTENER=[0,4,8,12,16,404,408,412];var $struct_CFF_PrivateRec___SIZE=360;var $struct_CFF_PrivateRec___FLATTENER=[0,1,2,3,4,60,100,156,196,200,204,208,212,216,217,220,272,324,328,332,336,340,344,348,352,356];var $struct_CFF_SizeRec____SIZE=48;var $struct_CFF_SubFontRec___SIZE=568;var $struct_CFF_SubFontRec___FLATTENER=[0,172,532,564];var $struct_CID_FaceDictRec____SIZE=252;var $struct_CID_FaceDictRec____FLATTENER=[0,196,200,204,208,212,213,216,232,240,244,248];var $struct_CID_FaceInfoRec____SIZE=172;var $struct_CID_FaceInfoRec____FLATTENER=[0,4,8,12,16,20,24,56,72,76,80,144,148,152,156,160,164,168];var $struct_CID_FaceRec____SIZE=332;var $struct_CID_FaceRec____FLATTENER=[0,132,136,140,312,316,320,324,328];var $struct_CID_GlyphSlotRec____SIZE=172;var $struct_CID_GlyphSlotRec____FLATTENER=[0,160,161,164,168];var $struct_CID_Loader___SIZE=104;var $struct_CID_Parser___SIZE=100;var $struct_CID_Parser___FLATTENER=[0,72,76,80,84,88,92,96];var $struct_CID_SizeRec____SIZE=48;var $struct_CID_SubrsRec____SIZE=8;var $struct_CMap___SIZE=44;var $struct_CMapCache___SIZE=16;var $struct_CMapVectorEntry___SIZE=8;var $struct_CachedFile___SIZE=24;var $_struct_CachedFile__Chunk____SIZE=8196;var $struct_CachedFileLoader___SIZE=4;var $struct_CachedFileStream___SIZE=1080;var $struct_CachedFileStream___FLATTENER=[0,24,28,32,33,1060,1064,1068,1072,1076];var $struct_CachedFileWriter___SIZE=16;var $struct_Catalog___SIZE=152;var $struct_Catalog___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,56,68,72,76,80,84,96,108,120,132,136,140,144,148];var $struct_CharCodeToUnicode___SIZE=52;var $struct_CharCodeToUnicodeCache___SIZE=8;var $struct_CharCodeToUnicodeString___SIZE=12;var $struct_DCTCompInfo___SIZE=20;var $struct_DCTHuffTable___SIZE=342;var $struct_DCTHuffTable___FLATTENER=[0,18,52,86];var $struct_DCTScanInfo___SIZE=56;var $struct_DCTScanInfo___FLATTENER=[0,4,8,24,40,44,48,52];var $struct_DCTStream___SIZE=4016;var $struct_DCTStream___FLATTENER=[0,12,13,16,20,24,28,32,36,40,120,176,180,184,185,188,192,704,708,2076,3444,3448,3452,3964,3980,3984,3988,3992,3996,4000,4004,4008,4012];var $struct_DIR___SIZE=0;var $struct_DIR___FLATTENER=[];var $struct_DecryptAESState___SIZE=228;var $struct_DecryptAESState___FLATTENER=[0,176,192,208,224];var $struct_DecryptRC4State___SIZE=264;var $struct_DecryptRC4State___FLATTENER=[0,256,257,260];var $struct_DecryptStream___SIZE=316;var $struct_DecryptStream___FLATTENER=[0,12,16,20,48,52];var $struct_DeviceNRecoder___SIZE=172;var $struct_DeviceNRecoder___FLATTENER=[0,12,16,20,24,28,32,160,164,168];var $struct_Dict___SIZE=24;var $struct_DictEntry___SIZE=16;var $struct_DisplayFontParam___SIZE=20;var $struct_DisplayFontParamT1___SIZE=4;var $struct_DisplayFontParamTT___SIZE=8;var $struct_EOFStream___SIZE=12;var $struct_EmbFile___SIZE=40;var $struct_EmbedStream___SIZE=32;var $struct_EmbedStream___FLATTENER=[0,24,28];var $struct_ExponentialFunction___SIZE=1564;var $struct_ExponentialFunction___FLATTENER=[0,1040,1296,1552,1560,1561];var $struct_FILE___SIZE=148;var $struct_FILE___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,70,71,72,76,84,88,92,96,100,104,108];var $struct_FNT_CMapRec____SIZE=24;var $struct_FNT_CMapRec____FLATTENER=[0,16,20];var $struct_FNT_FaceRec____SIZE=152;var $struct_FNT_FaceRec____FLATTENER=[0,132,136,140];var $struct_FNT_FontRec____SIZE=172;var $struct_FNT_FontRec____FLATTENER=[0,4,160,164,168];var $struct_FTC_BasicAttrRec___SIZE=28;var $struct_FTC_BasicFamilyRec____SIZE=48;var $struct_FTC_BasicQueryRec____SIZE=36;var $struct_FTC_CMapCacheRec____SIZE=0;var $struct_FTC_CMapCacheRec____FLATTENER=[];var $struct_FTC_CMapNodeRec____SIZE=288;var $struct_FTC_CMapNodeRec____FLATTENER=[0,20,24,28,32];var $struct_FTC_CMapQueryRec____SIZE=12;var $struct_FTC_CacheClassRec___SIZE=32;var $struct_FTC_CacheRec____SIZE=64;var $struct_FTC_CacheRec____FLATTENER=[0,4,8,12,16,48,52,56,60];var $struct_FTC_FaceNodeRec____SIZE=16;var $struct_FTC_FaceNodeRec____FLATTENER=[0,8,12];var $struct_FTC_FamilyRec____SIZE=20;var $struct_FTC_FamilyRec____FLATTENER=[0,8,12,16];var $struct_FTC_FontRec___SIZE=8;var $struct_FTC_FontRec___FLATTENER=[0,4,6];var $struct_FTC_GCacheClassRec___SIZE=36;var $struct_FTC_GCacheRec____SIZE=104;var $struct_FTC_GNodeRec____SIZE=28;var $struct_FTC_GNodeRec____FLATTENER=[0,20,24];var $struct_FTC_GQueryRec____SIZE=8;var $struct_FTC_IFamilyClassRec___SIZE=24;var $struct_FTC_INodeRec____SIZE=32;var $struct_FTC_ImageCacheRec____SIZE=0;var $struct_FTC_ImageCacheRec____FLATTENER=[];var $struct_FTC_ImageTypeRec____SIZE=16;var $struct_FTC_ManagerRec____SIZE=180;var $struct_FTC_ManagerRec____FLATTENER=[0,4,8,12,16,20,24,88,92,132,172,176];var $struct_FTC_MruListClassRec___SIZE=20;var $struct_FTC_MruListRec____SIZE=40;var $struct_FTC_MruListRec____FLATTENER=[0,4,8,12,16,36];var $struct_FTC_MruNodeRec____SIZE=8;var $struct_FTC_NodeRec____SIZE=20;var $struct_FTC_NodeRec____FLATTENER=[0,8,12,16,18];var $struct_FTC_OldCMapDescRec____SIZE=16;var $struct_FTC_OldCMapIdRec___SIZE=8;var $struct_FTC_OldFontRec___SIZE=8;var $struct_FTC_OldFontRec___FLATTENER=[0,4,6];var $struct_FTC_OldImageDescRec____SIZE=12;var $struct_FTC_OldImage_Desc___SIZE=12;var $struct_FTC_SBitCacheRec____SIZE=0;var $struct_FTC_SBitCacheRec____FLATTENER=[];var $struct_FTC_SBitRec____SIZE=16;var $struct_FTC_SBitRec____FLATTENER=[0,1,2,3,4,5,6,8,9,12];var $struct_FTC_SFamilyClassRec___SIZE=28;var $struct_FTC_SFamilyClassRec___FLATTENER=[0,20,24];var $struct_FTC_SNodeRec____SIZE=288;var $struct_FTC_SNodeRec____FLATTENER=[0,28,32];var $struct_FTC_ScalerRec____SIZE=24;var $struct_FTC_SizeNodeRec____SIZE=36;var $struct_FTC_SizeNodeRec____FLATTENER=[0,8,12];var $struct_FT_AutoHinterRec____SIZE=0;var $struct_FT_AutoHinterRec____FLATTENER=[];var $struct_FT_AutoHinter_ServiceRec___SIZE=16;var $struct_FT_AutoHinter_ServiceRec____SIZE=16;var $struct_FT_AutofitterRec____SIZE=204;var $struct_FT_BBox___SIZE=16;var $struct_FT_Bitmap___SIZE=24;var $struct_FT_Bitmap___FLATTENER=[0,4,8,12,16,18,19,20];var $struct_FT_BitmapGlyphRec____SIZE=52;var $struct_FT_BitmapGlyphRec____FLATTENER=[0,20,24,28];var $struct_FT_Bitmap_Size___SIZE=16;var $struct_FT_Bitmap_Size___FLATTENER=[0,2,4,8,12];var $struct_FT_CMapRec___SIZE=16;var $struct_FT_CMapRec____SIZE=16;var $struct_FT_CMap_ClassRec____SIZE=40;var $struct_FT_CharMapRec___SIZE=12;var $struct_FT_CharMapRec___FLATTENER=[0,4,8,10];var $struct_FT_CharMapRec____SIZE=12;var $struct_FT_CharMapRec____FLATTENER=[0,4,8,10];var $struct_FT_Data___SIZE=8;var $struct_FT_DriverRec____SIZE=40;var $struct_FT_DriverRec____FLATTENER=[0,20,24,32,36];var $struct_FT_Driver_ClassRec____SIZE=104;var $struct_FT_Driver_ClassRec____FLATTENER=[0,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100];var $struct_FT_FaceRec___SIZE=132;var $struct_FT_FaceRec___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,52,68,70,72,74,76,78,80,82,84,88,92,96,100,104,108,116,124,128];var $struct_FT_FaceRec____SIZE=132;var $struct_FT_FaceRec____FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,52,68,70,72,74,76,78,80,82,84,88,92,96,100,104,108,116,124,128];var $struct_FT_Face_InternalRec____SIZE=64;var $struct_FT_Face_InternalRec____FLATTENER=[0,2,4,20,28,32,52,56,60];var $struct_FT_Frame_Field___SIZE=4;var $struct_FT_GZipFileRec____SIZE=8276;var $struct_FT_GZipFileRec____FLATTENER=[0,4,8,12,68,72,4168,8264,8268,8272];var $struct_FT_Generic___SIZE=8;var $struct_FT_GlyphLoadRec___SIZE=36;var $struct_FT_GlyphLoadRec___FLATTENER=[0,20,24,28,32];var $struct_FT_GlyphLoaderRec____SIZE=96;var $struct_FT_GlyphLoaderRec____FLATTENER=[0,4,8,12,16,20,56,92];var $struct_FT_GlyphRec____SIZE=20;var $struct_FT_GlyphSlotRec____SIZE=160;var $struct_FT_GlyphSlotRec____FLATTENER=[0,4,8,12,16,24,56,60,64,72,76,100,104,108,128,132,136,140,144,148,152,156];var $struct_FT_Glyph_Class___SIZE=32;var $struct_FT_Glyph_Metrics___SIZE=32;var $struct_FT_IncrementalRec____SIZE=0;var $struct_FT_IncrementalRec____FLATTENER=[];var $struct_FT_Incremental_FuncsRec___SIZE=12;var $struct_FT_Incremental_InterfaceRec___SIZE=8;var $struct_FT_Incremental_MetricsRec___SIZE=16;var $struct_FT_Int64___SIZE=8;var $struct_FT_LZWFileRec____SIZE=4292;var $struct_FT_LZWFileRec____FLATTENER=[0,4,8,12,184,4280,4284,4288];var $struct_FT_LibraryRec____SIZE=200;var $struct_FT_LibraryRec____FLATTENER=[0,4,12,16,20,24,28,156,164,168,172,176,180,196];var $struct_FT_ListNodeRec____SIZE=12;var $struct_FT_ListRec___SIZE=8;var $struct_FT_LzwStateRec___SIZE=172;var $struct_FT_LzwStateRec___FLATTENER=[0,4,8,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,164,168];var $struct_FT_MM_Axis___SIZE=12;var $struct_FT_MM_Var___SIZE=20;var $struct_FT_Matrix___SIZE=16;var $struct_FT_MemoryRec____SIZE=16;var $struct_FT_ModuleRec___SIZE=20;var $struct_FT_ModuleRec____SIZE=20;var $struct_FT_Module_Class___SIZE=36;var $struct_FT_Multi_Master___SIZE=56;var $struct_FT_Open_Args___SIZE=32;var $struct_FT_Outline___SIZE=20;var $struct_FT_Outline___FLATTENER=[0,2,4,8,12,16];var $struct_FT_OutlineGlyphRec____SIZE=40;var $struct_FT_Outline_Funcs___SIZE=24;var $struct_FT_Parameter___SIZE=8;var $struct_FT_RFork_Ref___SIZE=8;var $struct_FT_RasterRec____SIZE=0;var $struct_FT_RasterRec____FLATTENER=[];var $struct_FT_Raster_Funcs___SIZE=24;var $struct_FT_Raster_Params___SIZE=48;var $struct_FT_RendererRec____SIZE=72;var $struct_FT_RendererRec____FLATTENER=[0,20,24,28,60,64,68];var $struct_FT_Renderer_Class___SIZE=60;var $struct_FT_Renderer_Class___FLATTENER=[0,36,40,44,48,52,56];var $struct_FT_ServiceCacheRec___SIZE=20;var $struct_FT_ServiceDescRec___SIZE=8;var $struct_FT_Service_BDFRec___SIZE=8;var $struct_FT_Service_BDFRec____SIZE=8;var $struct_FT_Service_CIDRec___SIZE=12;var $struct_FT_Service_CIDRec____SIZE=12;var $struct_FT_Service_CKERNvalidateRec____SIZE=4;var $struct_FT_Service_GXvalidateRec____SIZE=4;var $struct_FT_Service_GlyphDictRec___SIZE=8;var $struct_FT_Service_GlyphDictRec____SIZE=8;var $struct_FT_Service_KerningRec___SIZE=4;var $struct_FT_Service_KerningRec____SIZE=4;var $struct_FT_Service_MultiMastersRec___SIZE=20;var $struct_FT_Service_MultiMastersRec____SIZE=20;var $struct_FT_Service_OTvalidateRec____SIZE=4;var $struct_FT_Service_PfrMetricsRec___SIZE=12;var $struct_FT_Service_PfrMetricsRec____SIZE=12;var $struct_FT_Service_PsCMapsRec___SIZE=32;var $struct_FT_Service_PsCMapsRec____SIZE=32;var $struct_FT_Service_PsFontNameRec___SIZE=4;var $struct_FT_Service_PsFontNameRec____SIZE=4;var $struct_FT_Service_PsInfoRec___SIZE=16;var $struct_FT_Service_PsInfoRec____SIZE=16;var $struct_FT_Service_SFNT_TableRec___SIZE=12;var $struct_FT_Service_SFNT_TableRec____SIZE=12;var $struct_FT_Service_TTCMapsRec___SIZE=4;var $struct_FT_Service_TTCMapsRec____SIZE=4;var $struct_FT_Service_TTGlyfRec___SIZE=4;var $struct_FT_Service_TTGlyfRec____SIZE=4;var $struct_FT_Service_TrueTypeEngineRec___SIZE=4;var $struct_FT_Service_TrueTypeEngineRec____SIZE=4;var $struct_FT_Service_WinFntRec___SIZE=4;var $struct_FT_Service_WinFntRec____SIZE=4;var $struct_FT_SfntName___SIZE=16;var $struct_FT_SfntName___FLATTENER=[0,2,4,6,8,12];var $struct_FT_SizeRec____SIZE=44;var $struct_FT_SizeRec____FLATTENER=[0,4,12,40];var $struct_FT_Size_InternalRec____SIZE=0;var $struct_FT_Size_InternalRec____FLATTENER=[];var $struct_FT_Size_Metrics___SIZE=28;var $struct_FT_Size_Metrics___FLATTENER=[0,2,4,8,12,16,20,24];var $struct_FT_Size_RequestRec____SIZE=20;var $struct_FT_Slot_InternalRec____SIZE=40;var $struct_FT_Slot_InternalRec____FLATTENER=[0,4,8,12,28,36];var $struct_FT_Span___SIZE=6;var $struct_FT_StreamRec____SIZE=40;var $struct_FT_StrokeBorderRec____SIZE=32;var $struct_FT_StrokerRec____SIZE=120;var $struct_FT_StrokerRec____FLATTENER=[0,4,8,16,17,20,24,32,36,40,44,48,52,116];var $struct_FT_SubGlyphRec____SIZE=32;var $struct_FT_UnitVector___SIZE=4;var $struct_FT_ValidatorRec____SIZE=172;var $struct_FT_Var_Axis___SIZE=24;var $struct_FT_Var_Named_Style___SIZE=8;var $struct_FT_Vector___SIZE=8;var $struct_FT_WinFNT_HeaderRec___SIZE=156;var $struct_FT_WinFNT_HeaderRec___FLATTENER=[0,4,8,68,70,72,74,76,78,80,82,83,84,86,88,90,92,94,96,98,100,101,102,103,104,108,112,116,120,124,128,132,134,136,138,140];var $struct_FcCharSet___SIZE=0;var $struct_FcCharSet___FLATTENER=[];var $struct_FcConfig___SIZE=0;var $struct_FcConfig___FLATTENER=[];var $struct_FcFontSet___SIZE=12;var $struct_FcPattern___SIZE=0;var $struct_FcPattern___FLATTENER=[];var $struct_FileOutStream___SIZE=16;var $struct_FileOutStream___FLATTENER=[0,8,12];var $struct_FileStream___SIZE=312;var $struct_FileStream___FLATTENER=[0,24,28,32,33,292,296,300,304,308];var $struct_FilterStream___SIZE=12;var $struct_FixedLengthEncoder___SIZE=20;var $struct_FixedLengthEncoder___FLATTENER=[0,12,16];var $struct_FlateCode___SIZE=4;var $struct_FlateDecode___SIZE=8;var $struct_FlateHuffmanTab___SIZE=8;var $struct_FlateStream___SIZE=34100;var $struct_FlateStream___FLATTENER=[0,12,16,32784,32788,32792,32796,32800,34072,34080,34088,34092,34096,34097];var $struct_FoFiBase___SIZE=20;var $struct_FoFiBase_base_32___SIZE=20;var $struct_FoFiTrueType___SIZE=80;var $struct_FoFiTrueType___FLATTENER=[0,20,24,28,32,36,40,44,60,64,65,68,72,76];var $struct_FoFiType1___SIZE=32;var $struct_FoFiType1___FLATTENER=[0,20,24,28];var $struct_FoFiType1C___SIZE=956;var $struct_FoFiType1C___FLATTENER=[0,20,24,28,48,68,88,108,128,328,332,336,340,344,348,352,356,944,948,952,953];var $struct_FontInfo___SIZE=32;var $struct_FontInfo___FLATTENER=[0,4,8,12,13,14,16,24];var $struct_FontInfoScanner___SIZE=32;var $struct_FontInfoScanner___FLATTENER=[0,4,8,20];var $struct_Form___SIZE=24;var $struct_FormField___SIZE=52;var $struct_FormField___FLATTENER=[0,4,8,16,20,32,36,40,44,48];var $struct_FormField_base_32___SIZE=52;var $struct_FormField_base_32___FLATTENER=[0,4,8,16,20,32,36,40,44,48];var $struct_FormFieldButton___SIZE=68;var $struct_FormFieldButton___FLATTENER=[0,52,56,60,64];var $struct_FormFieldChoice___SIZE=68;var $struct_FormFieldChoice___FLATTENER=[0,49,50,51,52,53,56,60,64];var $_struct_FormFieldChoice__ChoiceOpt____SIZE=12;var $struct_FormFieldSignature___SIZE=52;var $struct_FormFieldText___SIZE=68;var $struct_FormFieldText___FLATTENER=[0,52,56,57,58,59,60,61,62,64];var $struct_FormPageWidgets___SIZE=20;var $struct_FormWidget___SIZE=100;var $struct_FormWidget___FLATTENER=[0,4,8,12,24,32,36,37,40,44,48,52,56,60,68,76,84,92];var $struct_FormWidgetButton___SIZE=120;var $struct_FormWidgetButton___FLATTENER=[0,100,104,108,112,116];var $struct_FormWidgetChoice___SIZE=104;var $struct_FormWidgetSignature___SIZE=104;var $struct_FormWidgetText___SIZE=104;var $struct_Function___SIZE=1040;var $struct_Function___FLATTENER=[0,4,8,12,524,1036];var $struct_Function_base_32___SIZE=1040;var $struct_Function_base_32___FLATTENER=[0,4,8,12,524,1036];var $struct_GDir___SIZE=12;var $struct_GDirEntry___SIZE=12;var $struct_GX_AVarCorrespondenceRec____SIZE=8;var $struct_GX_AVarSegmentRec____SIZE=8;var $struct_GX_BlendRec____SIZE=40;var $struct_GX_FVar_Axis___SIZE=20;var $struct_GX_FVar_Axis___FLATTENER=[0,4,8,12,16,18];var $struct_GX_FVar_Head___SIZE=16;var $struct_GX_FVar_Head___FLATTENER=[0,4,6,8,10,12,14];var $struct_GX_GVar_Head___SIZE=20;var $struct_GX_GVar_Head___FLATTENER=[0,4,6,8,12,14,16];var $struct_Gfx___SIZE=128;var $struct_Gfx___FLATTENER=[0,4,8,12,13,14,15,16,17,18,20,24,28,32,36,48,52,56,60,108,112,116,120,124];var $struct_Gfx8BitFont___SIZE=3536;var $struct_Gfx8BitFont___FLATTENER=[0,176,1200,1456,1460,1461,1464,3512,3524];var $struct_GfxAxialShading___SIZE=364;var $struct_GfxAxialShading___FLATTENER=[0,180,188,196,204,212,220,228,356,360,361];var $struct_GfxBlendModeInfo___SIZE=8;var $struct_GfxCIDFont___SIZE=232;var $struct_GfxCIDFont___FLATTENER=[0,176,180,184,224,228];var $struct_GfxCMYK___SIZE=16;var $struct_GfxCalGrayColorSpace___SIZE=84;var $struct_GfxCalGrayColorSpace___FLATTENER=[0,4,12,20,28,36,44,52,60,68,76];var $struct_GfxCalRGBColorSpace___SIZE=172;var $struct_GfxCalRGBColorSpace___FLATTENER=[0,4,12,20,28,36,44,52,60,68,76,148,156,164];var $struct_GfxColor___SIZE=128;var $struct_GfxColorSpace___SIZE=4;var $struct_GfxDeviceCMYKColorSpace___SIZE=4;var $struct_GfxDeviceGrayColorSpace___SIZE=4;var $struct_GfxDeviceNColorSpace___SIZE=148;var $struct_GfxDeviceNColorSpace___FLATTENER=[0,4,8,136,140,144];var $struct_GfxDeviceRGBColorSpace___SIZE=4;var $struct_GfxFont___SIZE=176;var $struct_GfxFont___FLATTENER=[0,4,8,12,20,24,28,32,36,40,44,48,52,60,64,112,144,152,160,168,172,173];var $struct_GfxFont_base_32___SIZE=176;var $struct_GfxFont_base_32___FLATTENER=[0,4,8,12,20,24,28,32,36,40,44,48,52,60,64,112,144,152,160,168,172,173];var $struct_GfxFontCIDWidthExcep___SIZE=16;var $struct_GfxFontCIDWidthExcepV___SIZE=32;var $struct_GfxFontCIDWidthExcepV___FLATTENER=[0,4,8,16,24];var $struct_GfxFontCIDWidths___SIZE=40;var $struct_GfxFontCIDWidths___FLATTENER=[0,8,16,24,28,32,36];var $struct_GfxFontDict___SIZE=8;var $struct_GfxFunctionShading___SIZE=392;var $struct_GfxFunctionShading___FLATTENER=[0,180,188,196,204,212,260,388];var $struct_GfxGouraudTriangleShading___SIZE=328;var $struct_GfxGouraudTriangleShading___FLATTENER=[0,180,184,188,192,196,324];var $struct_GfxGouraudVertex___SIZE=144;var $struct_GfxICCBasedColorSpace___SIZE=84;var $struct_GfxICCBasedColorSpace___FLATTENER=[0,4,8,12,44,76];var $struct_GfxImageColorMap___SIZE=668;var $struct_GfxImageColorMap___FLATTENER=[0,4,8,12,16,20,148,152,408,664];var $struct_GfxIndexedColorSpace___SIZE=16;var $struct_GfxLabColorSpace___SIZE=108;var $struct_GfxLabColorSpace___FLATTENER=[0,4,12,20,28,36,44,52,60,68,76,84,92,100];var $struct_GfxPatch___SIZE=1280;var $_struct_GfxPatch__ColorValue____SIZE=256;var $struct_GfxPatchMeshShading___SIZE=320;var $struct_GfxPatchMeshShading___FLATTENER=[0,180,184,188,316];var $struct_GfxPath___SIZE=32;var $struct_GfxPath___FLATTENER=[0,4,12,20,24,28];var $struct_GfxPattern___SIZE=8;var $struct_GfxPatternColorSpace___SIZE=8;var $struct_GfxRGB___SIZE=12;var $struct_GfxRadialShading___SIZE=380;var $struct_GfxRadialShading___FLATTENER=[0,180,188,196,204,212,220,228,236,244,372,376,377];var $struct_GfxResources___SIZE=88;var $struct_GfxResources___FLATTENER=[0,4,16,28,40,52,64,72,84];var $struct_GfxSeparationColorSpace___SIZE=20;var $struct_GfxShading___SIZE=180;var $struct_GfxShading___FLATTENER=[0,4,8,12,140,144,152,160,168,176];var $struct_GfxShading_base_32___SIZE=180;var $struct_GfxShading_base_32___FLATTENER=[0,4,8,12,140,144,152,160,168,176];var $struct_GfxShadingBitBuf___SIZE=12;var $struct_GfxShadingPattern___SIZE=60;var $struct_GfxShadingPattern___FLATTENER=[0,8,12];var $struct_GfxState___SIZE=652;var $struct_GfxState___FLATTENER=[0,8,16,64,72,80,88,96,104,112,116,120,124,252,380,384,388,392,400,408,409,412,428,436,440,444,452,456,460,464,472,473,474,476,480,488,536,544,552,560,568,576,580,584,592,600,608,616,624,632,640,648];var $_struct_GfxState__ReusablePathIterator____SIZE=20;var $struct_GfxSubpath___SIZE=24;var $struct_GfxTilingPattern___SIZE=136;var $struct_GfxTilingPattern___FLATTENER=[0,8,12,16,48,56,64,76,124];var $struct_GlobalParams___SIZE=224;var $struct_GlobalParams___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,41,42,44,48,52,56,60,61,62,63,64,65,66,67,68,72,76,77,80,84,85,86,87,88,92,96,100,108,116,124,125,126,127,128,132,136,140,144,148,172,196,220];var $struct_GooHash___SIZE=16;var $struct_GooHashBucket___SIZE=12;var $struct_GooHashIter___SIZE=8;var $struct_GooList___SIZE=16;var $struct_GooString___SIZE=32;var $struct_GooString___FLATTENER=[0,24,28];var $struct_GooTimer___SIZE=1;var $struct_Hints___SIZE=156;var $struct_IUP_WorkerRec____SIZE=16;var $struct_IdentityFunction___SIZE=1040;var $struct_ImageStream___SIZE=28;var $struct_ImgWriter___SIZE=4;var $struct_JArithmeticDecoder___SIZE=36;var $struct_JArithmeticDecoderStats___SIZE=8;var $struct_JBIG2Bitmap___SIZE=24;var $struct_JBIG2Bitmap___FLATTENER=[0,8,12,16,20];var $struct_JBIG2BitmapPtr___SIZE=12;var $struct_JBIG2CodeTable___SIZE=12;var $struct_JBIG2HuffmanDecoder___SIZE=12;var $struct_JBIG2HuffmanTable___SIZE=16;var $struct_JBIG2MMRDecoder___SIZE=16;var $struct_JBIG2PatternDict___SIZE=16;var $struct_JBIG2PatternDict___FLATTENER=[0,8,12];var $struct_JBIG2Segment___SIZE=8;var $struct_JBIG2Stream___SIZE=144;var $struct_JBIG2Stream___FLATTENER=[0,12,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140];var $struct_JBIG2SymbolDict___SIZE=24;var $struct_JBIG2SymbolDict___FLATTENER=[0,8,12,16,20];var $struct_JPXChannelDefn___SIZE=16;var $struct_JPXCodeBlock___SIZE=56;var $struct_JPXCoeff___SIZE=8;var $struct_JPXColorSpec___SIZE=40;var $struct_JPXColorSpecCIELab___SIZE=28;var $struct_JPXColorSpecEnumerated___SIZE=32;var $struct_JPXCompMap___SIZE=16;var $struct_JPXImage___SIZE=48;var $struct_JPXPalette___SIZE=16;var $struct_JPXPrecinct___SIZE=20;var $struct_JPXResLevel___SIZE=76;var $struct_JPXResLevel___FLATTENER=[0,4,8,12,16,20,24,36,48,60,72];var $struct_JPXStream___SIZE=220;var $struct_JPXStream___FLATTENER=[0,12,16,20,24,28,32,72,76,92,96,112,116,132,136,184,188,192,196,200,204,208,212,216];var $struct_JPXSubband___SIZE=40;var $struct_JPXTagTreeNode___SIZE=8;var $struct_JPXTile___SIZE=52;var $struct_JPXTileComp___SIZE=88;var $struct_LZWStream___SIZE=53324;var $struct_LZWStream___FLATTENER=[0,12,16,20,24,28,32,49196,49200,49204,49208,49212,53312,53316,53320];var $_struct_LZWStream____40____SIZE=12;var $struct_Lexer___SIZE=160;var $struct_Lexer___FLATTENER=[0,4,8,12,24,25,156];var $struct_Linearization___SIZE=12;var $struct_Link___SIZE=40;var $struct_Link___FLATTENER=[0,8,16,24,32,36];var $struct_LinkAction___SIZE=4;var $struct_LinkDest___SIZE=60;var $struct_LinkDest___FLATTENER=[0,4,8,16,24,32,40,48,56,57,58,59];var $struct_LinkGoTo___SIZE=12;var $struct_LinkGoToR___SIZE=16;var $struct_LinkJavaScript___SIZE=8;var $struct_LinkLaunch___SIZE=12;var $struct_LinkMovie___SIZE=20;var $struct_LinkMovie___FLATTENER=[0,4,12,16];var $struct_LinkNamed___SIZE=8;var $struct_LinkOCGState___SIZE=12;var $_struct_LinkOCGState__StateList____SIZE=8;var $struct_LinkRendition___SIZE=40;var $struct_LinkRendition___FLATTENER=[0,4,16,28,32,36];var $struct_LinkSound___SIZE=20;var $struct_LinkSound___FLATTENER=[0,4,12,13,14,16];var $struct_LinkURI___SIZE=8;var $struct_LinkUnknown___SIZE=8;var $struct_Links___SIZE=8;var $struct_LocalPDFDocBuilder___SIZE=4;var $struct_MarkedContentStack___SIZE=8;var $struct_Matrix___SIZE=48;var $struct_MediaParameters___SIZE=96;var $struct_MediaParameters___FLATTENER=[0,4,8,12,16,24,48,56,60];var $_struct_MediaParameters__Color____SIZE=24;var $struct_MediaRendition___SIZE=212;var $struct_MediaRendition___FLATTENER=[0,4,100,196,200,204,208];var $struct_MediaWindowParameters___SIZE=36;var $struct_MediaWindowParameters___FLATTENER=[0,4,8,12,16,24,32,33,34];var $struct_MemStream___SIZE=44;var $struct_MemStream___FLATTENER=[0,24,28,32,36,40];var $struct_Movie___SIZE=96;var $struct_Movie___FLATTENER=[0,2,4,8,12,24,28,32];var $struct_MovieActivationParameters___SIZE=64;var $struct_MovieActivationParameters___FLATTENER=[0,8,16,24,28,29,32,36,40,48,56,60];var $_struct_MovieActivationParameters__MovieTime____SIZE=8;var $struct_NameToCharCode___SIZE=12;var $struct_NameToCharCodeEntry___SIZE=8;var $struct_NameTree___SIZE=20;var $_struct_NameTree__Entry____SIZE=44;var $struct_OCGs___SIZE=36;var $struct_OCGs___FLATTENER=[0,4,8,20,32];var $struct_Object___SIZE=12;var $struct_ObjectItem___SIZE=16;var $struct_ObjectKey___SIZE=12;var $struct_ObjectStream___SIZE=20;var $struct_ObjectStreamItem___SIZE=8;var $struct_ObjectStreamKey___SIZE=8;var $struct_Operator___SIZE=148;var $struct_Operator___FLATTENER=[0,4,8,140];var $struct_OptionalContentGroup___SIZE=20;var $struct_OptionalContentGroup___FLATTENER=[0,4,8,16];var $struct_OutStream___SIZE=8;var $struct_Outline___SIZE=4;var $struct_OutlineItem___SIZE=60;var $struct_OutlineItem___FLATTENER=[0,4,8,12,16,28,40,52,56];var $struct_OutputDev___SIZE=104;var $struct_OutputDev___FLATTENER=[0,4,52,100];var $struct_PCF_AccelRec___SIZE=84;var $struct_PCF_AccelRec___FLATTENER=[0,1,2,3,4,5,6,8,12,16,20,36,52,68];var $struct_PCF_CMapRec____SIZE=24;var $struct_PCF_CMapRec____FLATTENER=[0,16,20];var $struct_PCF_Compressed_MetricRec___SIZE=5;var $struct_PCF_EncodingRec____SIZE=8;var $struct_PCF_FaceRec____SIZE=328;var $struct_PCF_FaceRec____FLATTENER=[0,132,172,176,180,184,196,280,284,288,292,296,300,304,308,312,316];var $struct_PCF_MetricRec___SIZE=16;var $struct_PCF_ParsePropertyRec____SIZE=12;var $struct_PCF_PropertyRec____SIZE=12;var $struct_PCF_TableRec____SIZE=16;var $struct_PCF_TocRec___SIZE=12;var $struct_PDFDoc___SIZE=68;var $struct_PDFDocBuilder___SIZE=4;var $struct_PDFDocFactory___SIZE=4;var $struct_PDFRectangle___SIZE=32;var $struct_PFR_BitWriter____SIZE=20;var $struct_PFR_BitmapCharRec____SIZE=12;var $struct_PFR_CMapRec____SIZE=24;var $struct_PFR_CMapRec____FLATTENER=[0,16,20];var $struct_PFR_CharRec____SIZE=16;var $struct_PFR_DimensionRec___SIZE=12;var $struct_PFR_ExtraItemRec____SIZE=8;var $struct_PFR_FaceRec____SIZE=440;var $struct_PFR_FaceRec____FLATTENER=[0,132,240,288];var $struct_PFR_GlyphRec____SIZE=36;var $struct_PFR_HeaderRec____SIZE=108;var $struct_PFR_KernItemRec____SIZE=24;var $struct_PFR_KernItemRec____FLATTENER=[0,4,5,6,8,12,16,20];var $struct_PFR_LogFontRec____SIZE=48;var $struct_PFR_LogFontRec____FLATTENER=[0,4,8,24,28,32,36,40,44];var $struct_PFR_PhyFontRec____SIZE=152;var $struct_PFR_PhyFontRec____FLATTENER=[0,4,8,12,16,20,36,40,44,48,52,56,68,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148];var $struct_PFR_SizeRec____SIZE=44;var $struct_PFR_SlotRec____SIZE=196;var $struct_PFR_StrikeRec___SIZE=36;var $struct_PFR_SubGlyphRec___SIZE=24;var $struct_PSAux_Interface___SIZE=28;var $struct_PSAux_ServiceRec____SIZE=28;var $struct_PSFont16Enc___SIZE=12;var $struct_PSFont8Info___SIZE=12;var $struct_PSFontParam___SIZE=16;var $struct_PSH_AlignmentRec____SIZE=12;var $struct_PSH_Blue_TableRec___SIZE=516;var $struct_PSH_Blue_ZoneRec___SIZE=32;var $struct_PSH_BluesRec___SIZE=2084;var $struct_PSH_BluesRec___FLATTENER=[0,516,1032,1548,2064,2068,2072,2076,2080];var $struct_PSH_ContourRec____SIZE=8;var $struct_PSH_DimensionRec___SIZE=204;var $struct_PSH_DimensionRec___FLATTENER=[0,196,200];var $struct_PSH_GlobalsRec____SIZE=2496;var $struct_PSH_GlobalsRec____FLATTENER=[0,4,412];var $struct_PSH_Globals_FuncsRec___SIZE=12;var $struct_PSH_Globals_FuncsRec____SIZE=12;var $struct_PSH_GlyphRec____SIZE=128;var $struct_PSH_GlyphRec____FLATTENER=[0,4,8,12,16,20,24,28,108,112,116,120,121,122,123,124];var $struct_PSH_HintRec____SIZE=28;var $struct_PSH_Hint_TableRec____SIZE=40;var $struct_PSH_PointRec____SIZE=48;var $struct_PSH_PointRec____FLATTENER=[0,4,8,12,16,20,21,24,28,32,36,40,44];var $struct_PSH_WidthRec___SIZE=12;var $struct_PSH_WidthsRec___SIZE=196;var $struct_PSH_ZoneRec____SIZE=16;var $struct_PSHinter_Interface___SIZE=12;var $struct_PSObject___SIZE=12;var $struct_PSOutCustomColor___SIZE=40;var $struct_PSOutCustomColor___FLATTENER=[0,8,16,24,32,36];var $struct_PSOutImgClipRect___SIZE=16;var $struct_PSOutputDev___SIZE=520;var $struct_PSOutputDev___FLATTENER=[0,104,108,112,116,120,124,128,132,136,140,144,145,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,308,316,324,332,336,344,352,360,368,376,384,392,400,404,412,420,428,436,440,444,448,449,450,452,456,464,472,480,488,496,504,505,506,507,508,512,516];var $struct_PSStack___SIZE=1204;var $struct_PSSubstFont___SIZE=12;var $struct_PSTokenizer___SIZE=12;var $struct_PS_BlendRec____SIZE=420;var $struct_PS_BlendRec____FLATTENER=[0,4,8,24,88,136,140,144,212,280,284,352,416];var $struct_PS_DesignMapRec___SIZE=12;var $struct_PS_DimensionRec____SIZE=36;var $struct_PS_FontExtraRec___SIZE=2;var $struct_PS_FontInfoRec___SIZE=32;var $struct_PS_FontInfoRec___FLATTENER=[0,4,8,12,16,20,24,26,28];var $struct_PS_FontInfoRec____SIZE=32;var $struct_PS_FontInfoRec____FLATTENER=[0,4,8,12,16,20,24,26,28];var $struct_PS_HintRec____SIZE=12;var $struct_PS_Hint_TableRec____SIZE=12;var $struct_PS_Hinter_Module_Rec____SIZE=176;var $struct_PS_Hinter_Module_Rec____FLATTENER=[0,20,108,120,148];var $struct_PS_HintsRec____SIZE=88;var $struct_PS_MaskRec____SIZE=16;var $struct_PS_Mask_TableRec____SIZE=12;var $struct_PS_ParserRec___SIZE=72;var $struct_PS_ParserRec____SIZE=72;var $struct_PS_Parser_FuncsRec___SIZE=52;var $struct_PS_PrivateRec___SIZE=196;var $struct_PS_PrivateRec___FLATTENER=[0,4,8,9,10,11,12,40,60,88,108,112,116,120,122,124,125,126,127,128,154,180,184,188,192];var $struct_PS_PrivateRec____SIZE=196;var $struct_PS_PrivateRec____FLATTENER=[0,4,8,9,10,11,12,40,60,88,108,112,116,120,122,124,125,126,127,128,154,180,184,188,192];var $struct_PS_TableRec___SIZE=52;var $struct_PS_TableRec____SIZE=52;var $struct_PS_Table_FuncsRec___SIZE=16;var $struct_PS_UniMap___SIZE=8;var $struct_PS_UnicodesRec___SIZE=24;var $struct_PS_UnicodesRec___FLATTENER=[0,16,20];var $struct_PS_UnicodesRec____SIZE=24;var $struct_PS_UnicodesRec____FLATTENER=[0,16,20];var $struct_Page___SIZE=108;var $struct_Page___FLATTENER=[0,4,16,24,28,32,44,56,60,72,84,96,104];var $struct_PageAttrs___SIZE=252;var $struct_PageAttrs___FLATTENER=[0,32,64,68,100,132,164,168,180,192,204,216,228,240];var $struct_PageLabelInfo___SIZE=16;var $_struct_PageLabelInfo__Interval____SIZE=20;var $struct_PageTransition___SIZE=32;var $struct_PageTransition___FLATTENER=[0,4,8,12,16,20,28,29];var $struct_Parser___SIZE=40;var $struct_Parser___FLATTENER=[0,4,8,12,24,36];var $struct_PopplerCache___SIZE=16;var $struct_PopplerCacheItem___SIZE=4;var $struct_PopplerCacheKey___SIZE=4;var $struct_PopplerObjectCache___SIZE=8;var $struct_PostScriptFunction___SIZE=1064;var $struct_PostScriptFunction___FLATTENER=[0,1040,1044,1048,1052,1056,1060];var $struct_PostScriptFunctionItem___SIZE=12;var $struct_PostScriptFunctionKey___SIZE=16;var $struct_PreScanOutputDev___SIZE=116;var $struct_PreScanOutputDev___FLATTENER=[0,104,105,106,107,108,112];var $struct_ProfileData___SIZE=28;var $struct_ProfileData___FLATTENER=[0,4,12,20];var $struct_Ref___SIZE=8;var $struct_RunLengthEncoder___SIZE=160;var $struct_RunLengthEncoder___FLATTENER=[0,12,144,148,152,156];var $struct_RunLengthStream___SIZE=152;var $struct_RunLengthStream___FLATTENER=[0,12,140,144,148];var $struct_SFNT_HeaderRec____SIZE=16;var $struct_SFNT_HeaderRec____FLATTENER=[0,4,6,8,10,12];var $struct_SFNT_Interface___SIZE=160;var $struct_SampledFunction___SIZE=2592;var $struct_SampledFunction___FLATTENER=[0,1040,1168,1680,2192,2448,2576,2580,2584,2588];var $struct_SecurityHandler___SIZE=8;var $struct_Sound___SIZE=32;var $struct_Sound___FLATTENER=[0,4,8,12,20,24,28];var $struct_Splash___SIZE=188;var $struct_Splash___FLATTENER=[0,4,8,12,16,20,24,28,164,168,172,176,180,184,185];var $struct_SplashAxialPattern___SIZE=140;var $struct_SplashAxialPattern___FLATTENER=[0,4,52,60,68,76,84,92,100,108,116,124,128,132,136];var $struct_SplashBitmap___SIZE=28;var $struct_SplashClip___SIZE=72;var $struct_SplashClip___FLATTENER=[0,4,12,20,28,36,40,44,48,52,56,60,64,68];var $struct_SplashFTFont___SIZE=176;var $struct_SplashFTFont___FLATTENER=[0,120,124,140,156,164,172];var $struct_SplashFTFontEngine___SIZE=12;var $struct_SplashFTFontEngine___FLATTENER=[0,1,4,8];var $struct_SplashFTFontFile___SIZE=40;var $struct_SplashFTFontFile___FLATTENER=[0,20,24,28,32,36];var $struct_SplashFTFontPath___SIZE=16;var $struct_SplashFTFontPath___FLATTENER=[0,4,12];var $struct_SplashFont___SIZE=120;var $struct_SplashFont___FLATTENER=[0,4,8,40,72,76,80,84,88,92,96,100,104,108,112,116];var $struct_SplashFontCacheTag___SIZE=28;var $struct_SplashFontCacheTag___FLATTENER=[0,4,6,8,12,16,20,24];var $struct_SplashFontEngine___SIZE=68;var $struct_SplashFontFile___SIZE=20;var $struct_SplashFontFileID___SIZE=4;var $struct_SplashFontSrc___SIZE=24;var $struct_SplashGlyphBitmap___SIZE=28;var $struct_SplashGouraudColor___SIZE=4;var $struct_SplashGouraudPattern___SIZE=16;var $struct_SplashIntersect___SIZE=12;var $struct_SplashOutFontFileID___SIZE=12;var $struct_SplashOutImageData___SIZE=32;var $struct_SplashOutImageMaskData___SIZE=20;var $struct_SplashOutMaskedImageData___SIZE=32;var $struct_SplashOutputDev___SIZE=240;var $struct_SplashOutputDev___FLATTENER=[0,104,105,108,112,116,117,118,119,120,121,128,164,168,172,176,180,212,216,220,224,228,232,236];var $struct_SplashPath___SIZE=32;var $struct_SplashPathHint___SIZE=16;var $struct_SplashPathPoint___SIZE=16;var $struct_SplashPattern___SIZE=4;var $struct_SplashPipe___SIZE=72;var $struct_SplashPipe___FLATTENER=[0,4,8,12,20,21,24,28,32,36,40,44,48,52,60,64,68];var $struct_SplashScreen___SIZE=16;var $struct_SplashScreen___FLATTENER=[0,4,8,12,13];var $struct_SplashScreenParams___SIZE=36;var $struct_SplashScreenParams___FLATTENER=[0,4,8,12,20,28];var $struct_SplashScreenPoint___SIZE=12;var $struct_SplashSolidColor___SIZE=8;var $struct_SplashState___SIZE=148;var $struct_SplashState___FLATTENER=[0,48,52,56,60,64,72,80,88,92,96,104,112,116,120,128,132,136,140,141,144];var $struct_SplashTransparencyGroup___SIZE=32;var $struct_SplashXPath___SIZE=12;var $struct_SplashXPathAdjust___SIZE=84;var $struct_SplashXPathAdjust___FLATTENER=[0,4,8,12,20,28,36,44,52,60,68,76];var $struct_SplashXPathPoint___SIZE=16;var $struct_SplashXPathScanner___SIZE=52;var $struct_SplashXPathSeg___SIZE=52;var $struct_StandardAuthData___SIZE=8;var $struct_StandardSecurityHandler___SIZE=68;var $struct_StandardSecurityHandler___FLATTENER=[0,8,12,13,32,36,40,44,48,52,56,60,64];var $struct_StdFontMapEntry___SIZE=8;var $struct_StdinCacheLoader___SIZE=4;var $struct_StdinPDFDocBuilder___SIZE=4;var $struct_StitchingFunction___SIZE=1064;var $struct_StitchingFunction___FLATTENER=[0,1040,1044,1048,1052,1056,1060];var $struct_Stream___SIZE=8;var $struct_StreamPredictor___SIZE=44;var $struct_T1_BuilderRec___SIZE=112;var $struct_T1_BuilderRec___FLATTENER=[0,4,8,12,16,20,24,28,32,40,48,64,68,69,70,72,76,80];var $struct_T1_BuilderRec____SIZE=112;var $struct_T1_BuilderRec____FLATTENER=[0,4,8,12,16,20,24,28,32,40,48,64,68,69,70,72,76,80];var $struct_T1_Builder_FuncsRec___SIZE=32;var $struct_T1_CMapCustomRec____SIZE=28;var $struct_T1_CMapCustomRec____FLATTENER=[0,16,20,24];var $struct_T1_CMapStdRec____SIZE=32;var $struct_T1_CMapStdRec____FLATTENER=[0,16,20,24,28];var $struct_T1_CMap_ClassesRec___SIZE=16;var $struct_T1_CMap_ClassesRec____SIZE=16;var $struct_T1_DecoderRec____SIZE=1500;var $struct_T1_DecoderRec____FLATTENER=[0,112,1136,1140,1344,1348,1352,1356,1360,1364,1368,1372,1376,1392,1400,1404,1408,1464,1468,1472,1476,1488,1492,1496];var $struct_T1_Decoder_FuncsRec___SIZE=12;var $struct_T1_Decoder_ZoneRec___SIZE=12;var $struct_T1_DriverRec____SIZE=0;var $struct_T1_DriverRec____FLATTENER=[];var $struct_T1_EncodingRec___SIZE=20;var $struct_T1_FaceRec____SIZE=556;var $struct_T1_FaceRec____FLATTENER=[0,132,484,488,492,496,520,528,532,536,540,544,548,552];var $struct_T1_FieldRec____SIZE=36;var $struct_T1_FontRec___SIZE=352;var $struct_T1_FontRec___FLATTENER=[0,32,36,232,236,240,260,264,268,272,276,280,284,288,292,296,300,301,304,320,328,344,348];var $struct_T1_GlyphSlotRec____SIZE=180;var $struct_T1_GlyphSlotRec____FLATTENER=[0,160,161,164,168,172,176];var $struct_T1_HintsRec____SIZE=0;var $struct_T1_HintsRec____FLATTENER=[];var $struct_T1_Hints_FuncsRec___SIZE=28;var $struct_T1_Hints_FuncsRec____SIZE=28;var $struct_T1_Loader____SIZE=376;var $struct_T1_Loader____FLATTENER=[0,96,100,152,156,208,260,312,316,368,372];var $struct_T1_ParserRec____SIZE=96;var $struct_T1_ParserRec____FLATTENER=[0,72,76,80,84,88,92,93,94];var $struct_T1_Private___SIZE=196;var $struct_T1_Private___FLATTENER=[0,4,8,9,10,11,12,40,60,88,108,112,116,120,122,124,125,126,127,128,154,180,184,188,192];var $struct_T1_SizeRec____SIZE=44;var $struct_T1_TokenRec____SIZE=12;var $struct_T2_HintsRec____SIZE=0;var $struct_T2_HintsRec____FLATTENER=[];var $struct_T2_Hints_FuncsRec___SIZE=28;var $struct_T2_Hints_FuncsRec____SIZE=28;var $struct_T3FontCache___SIZE=80;var $struct_T3FontCache___FLATTENER=[0,8,16,24,32,40,44,48,52,56,60,64,68,72,76];var $struct_T3FontCacheTag___SIZE=4;var $struct_T3GlyphStack___SIZE=44;var $struct_T3GlyphStack___FLATTENER=[0,4,8,12,16,20,24,32,40];var $struct_T42Table___SIZE=8;var $struct_T42_DriverRec____SIZE=48;var $struct_T42_DriverRec____FLATTENER=[0,40,44];var $struct_T42_FaceRec____SIZE=560;var $struct_T42_FaceRec____FLATTENER=[0,132,484,488,492,496,500,504,528,536];var $struct_T42_GlyphSlotRec____SIZE=164;var $struct_T42_LoaderRec___SIZE=304;var $struct_T42_LoaderRec___FLATTENER=[0,88,92,144,148,200,252];var $struct_T42_ParserRec___SIZE=88;var $struct_T42_ParserRec___FLATTENER=[0,72,76,80,84];var $struct_T42_SizeRec____SIZE=48;var $struct_TBBox_Rec___SIZE=24;var $struct_TBand___SIZE=4;var $struct_TCell____SIZE=16;var $struct_TPoint___SIZE=8;var $struct_TProfile___SIZE=32;var $struct_TRaster____SIZE=24;var $struct_TRaster____FLATTENER=[0,4,8,12,16,22];var $struct_TTC_HeaderRec___SIZE=16;var $struct_TT_BDFRec___SIZE=24;var $struct_TT_CMap12Rec____SIZE=44;var $struct_TT_CMap12Rec____FLATTENER=[0,24,28,32,36,40];var $struct_TT_CMap13Rec____SIZE=44;var $struct_TT_CMap13Rec____FLATTENER=[0,24,28,32,36,40];var $struct_TT_CMap14Rec____SIZE=40;var $struct_TT_CMap14Rec____FLATTENER=[0,24,28,32,36];var $struct_TT_CMap4Rec____SIZE=56;var $struct_TT_CMap4Rec____FLATTENER=[0,24,28,32,36,40,44,48,52];var $struct_TT_CMapInfo___SIZE=8;var $struct_TT_CMapRec____SIZE=24;var $struct_TT_CMapRec____FLATTENER=[0,16,20];var $struct_TT_CMap_ClassRec___SIZE=52;var $struct_TT_CMap_ClassRec___FLATTENER=[0,40,44,48];var $struct_TT_CallRec____SIZE=16;var $struct_TT_CodeRange___SIZE=8;var $struct_TT_DefRecord____SIZE=16;var $struct_TT_DriverRec____SIZE=84;var $struct_TT_DriverRec____FLATTENER=[0,40,44,80];var $struct_TT_ExecContextRec____SIZE=608;var $struct_TT_ExecContextRec____FLATTENER=[0,4,8,12,16,20,24,28,32,36,72,108,144,180,216,244,284,352,356,360,364,368,372,376,380,384,388,392,396,400,404,408,412,416,420,424,428,432,436,440,442,444,468,472,476,480,484,488,492,560,561,564,568,572,576,580,584,588,592,596,600,604];var $struct_TT_FaceRec____SIZE=824;var $struct_TT_FaceRec____FLATTENER=[0,132,148,152,156,160,216,260,292,296,300,344,348,368,468,500,504,508,512,516,520,524,528,532,536,540,548,556,612,616,620,624,628,644,648,652,656,660,664,668,672,676,680,684,688,692,700,704,708,712,716,720,724,728,732,736,740,744,748,752,756,760,764,768,772,776,780,784,788,792,816,820];var $struct_TT_GaspRangeRec____SIZE=4;var $struct_TT_GaspRec___SIZE=8;var $struct_TT_GlyphZoneRec___SIZE=36;var $struct_TT_GlyphZoneRec___FLATTENER=[0,4,6,8,10,12,16,20,24,28,32];var $struct_TT_GraphicsState___SIZE=68;var $struct_TT_GraphicsState___FLATTENER=[0,2,4,6,10,14,20,24,28,32,36,40,44,48,50,52,53,56,60,62,64];var $struct_TT_HdmxEntryRec____SIZE=8;var $struct_TT_HdmxEntryRec____FLATTENER=[0,1,4];var $struct_TT_HdmxRec___SIZE=8;var $struct_TT_Header___SIZE=56;var $struct_TT_Header___FLATTENER=[0,4,8,12,16,18,20,28,36,38,40,42,44,46,48,50,52];var $struct_TT_HoriHeader___SIZE=44;var $struct_TT_HoriHeader___FLATTENER=[0,4,6,8,10,12,14,16,18,20,22,24,32,34,36,40];var $struct_TT_Kern0_PairRec____SIZE=6;var $struct_TT_LoaderRec____SIZE=208;var $struct_TT_LoaderRec____FLATTENER=[0,4,8,12,16,20,24,28,32,36,52,56,60,64,65,68,76,84,88,124,160,164,168,172,176,180,184,192,200,204];var $struct_TT_LongMetricsRec____SIZE=4;var $struct_TT_MaxProfile___SIZE=32;var $struct_TT_MaxProfile___FLATTENER=[0,4,6,8,10,12,14,16,18,20,22,24,26,28,30];var $struct_TT_NameEntryRec___SIZE=20;var $struct_TT_NameEntryRec___FLATTENER=[0,2,4,6,8,12,16];var $struct_TT_NameTableRec___SIZE=20;var $struct_TT_OS2___SIZE=100;var $struct_TT_OS2___FLATTENER=[0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,44,48,52,56,60,64,66,68,70,72,74,76,78,80,84,88,90,92,94,96];var $struct_TT_PCLT___SIZE=56;var $struct_TT_PCLT___FLATTENER=[0,4,8,10,12,14,16,18,20,36,44,50,51,52,53];var $struct_TT_Post_20Rec___SIZE=12;var $struct_TT_Post_20Rec___FLATTENER=[0,2,4,8];var $struct_TT_Post_25Rec___SIZE=8;var $struct_TT_Post_NamesRec___SIZE=16;var $struct_TT_Postscript___SIZE=32;var $struct_TT_Postscript___FLATTENER=[0,4,8,10,12,16,20,24,28];var $struct_TT_SBit_ComponentRec____SIZE=4;var $struct_TT_SBit_ComponentRec____FLATTENER=[0,2,3];var $struct_TT_SBit_LineMetricsRec___SIZE=12;var $struct_TT_SBit_MetricsRec___SIZE=8;var $struct_TT_SBit_RangeRec____SIZE=40;var $struct_TT_SBit_RangeRec____FLATTENER=[0,2,4,6,8,12,16,24,28,32,36];var $struct_TT_SBit_ScaleRec____SIZE=28;var $struct_TT_SBit_ScaleRec____FLATTENER=[0,12,24,25,26,27];var $struct_TT_SBit_SmallMetricsRec___SIZE=5;var $struct_TT_SBit_StrikeRec____SIZE=48;var $struct_TT_SBit_StrikeRec____FLATTENER=[0,4,8,12,16,28,40,42,44,45,46,47];var $struct_TT_SizeRec____SIZE=304;var $struct_TT_SizeRec____FLATTENER=[0,44,72,112,116,120,124,128,132,136,140,144,148,172,240,244,248,252,256,292,296,300,301];var $struct_TT_Size_Metrics___SIZE=40;var $struct_TT_Size_Metrics___FLATTENER=[0,4,8,12,16,20,36,37,38];var $struct_TT_TableRec____SIZE=16;var $struct_TT_ValidatorRec____SIZE=176;var $struct_TT_VertHeader___SIZE=44;var $struct_TT_VertHeader___FLATTENER=[0,4,6,8,10,12,14,16,18,20,22,24,32,34,36,40];var $struct_TWorker____SIZE=1028;var $struct_TWorker____FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,86,87,88,92,96,100,104,128,148,152,156,158,160,164,168,172,176,180,181,184,960,1024];var $struct_TextBlock___SIZE=132;var $struct_TextBlock___FLATTENER=[0,4,8,16,24,32,40,48,56,64,72,80,88,92,96,100,104,108,112,116,120,124,128];var $struct_TextFlow___SIZE=64;var $struct_TextFlow___FLATTENER=[0,4,12,20,28,36,44,52,56,60];var $struct_TextFontInfo___SIZE=12;var $struct_TextLine___SIZE=96;var $struct_TextLine___FLATTENER=[0,4,8,16,24,32,40,48,52,56,60,64,68,72,76,80,84,88,92];var $struct_TextLineFrag___SIZE=56;var $struct_TextLineFrag___FLATTENER=[0,4,8,12,20,28,36,44,52];var $struct_TextLink___SIZE=20;var $struct_TextOutputDev___SIZE=128;var $struct_TextOutputDev___FLATTENER=[0,104,108,112,116,120,121,122,123,124];var $struct_TextPage___SIZE=132;var $struct_TextPage___FLATTENER=[0,4,12,20,24,28,32,40,44,48,52,68,72,76,80,84,88,92,96,100,108,116,120,124,128];var $struct_TextPool___SIZE=20;var $struct_TextSelectionDumper___SIZE=20;var $struct_TextSelectionDumper___FLATTENER=[0,8,12,16];var $struct_TextSelectionPainter___SIZE=24;var $struct_TextSelectionPainter___FLATTENER=[0,8,12,16,20];var $struct_TextSelectionSizer___SIZE=20;var $struct_TextSelectionSizer___FLATTENER=[0,8,12];var $struct_TextSelectionVisitor___SIZE=8;var $struct_TextUnderline___SIZE=36;var $struct_TextWord___SIZE=124;var $struct_TextWord___FLATTENER=[0,4,12,20,28,36,44,48,52,56,60,64,68,72,76,84,88,92,100,108,116,120];var $struct_TextWordList___SIZE=4;var $struct_TrueTypeCmap___SIZE=20;var $struct_TrueTypeLoca___SIZE=16;var $struct_TrueTypeTable___SIZE=20;var $struct_Type1CEexecBuf___SIZE=16;var $struct_Type1CEexecBuf___FLATTENER=[0,4,8,10,12];var $struct_Type1CIndex___SIZE=20;var $struct_Type1CIndexVal___SIZE=8;var $struct_Type1COp___SIZE=12;var $struct_Type1COp___FLATTENER=[0,1,4];var $struct_Type1CPrivateDict___SIZE=556;var $struct_Type1CPrivateDict___FLATTENER=[0,48,52,108,112,152,156,212,216,256,260,268,272,276,284,288,296,300,396,400,496,500,501,504,512,516,524,528,532,540,544,552];var $struct_Type1CTopDict___SIZE=200;var $struct_Type1CTopDict___FLATTENER=[0,4,8,12,16,20,24,28,32,40,48,56,60,64,112,116,120,152,160,164,168,172,176,180,184,188,192,196];var $struct_UnicodeCaseTableVector___SIZE=1024;var $struct_UnicodeMap___SIZE=56;var $struct_UnicodeMapCache___SIZE=16;var $struct_UnicodeMapExt___SIZE=24;var $struct_UnicodeMapExt___FLATTENER=[0,4,20];var $struct_UnicodeMapRange___SIZE=16;var $struct_UnicodeMapTableEntry___SIZE=8;var $struct_WinMZ_HeaderRec___SIZE=4;var $struct_WinNE_HeaderRec___SIZE=6;var $struct_WinPE32_HeaderRec___SIZE=20;var $struct_WinPE32_HeaderRec___FLATTENER=[0,4,6,8,10,12,16];var $struct_WinPE32_SectionRec___SIZE=20;var $struct_WinPE32_SectionRec___FLATTENER=[0,8,12,16];var $struct_WinPE_RsrcDataEntryRec___SIZE=16;var $struct_WinPE_RsrcDirEntryRec___SIZE=8;var $struct_WinPE_RsrcDirRec___SIZE=16;var $struct_WinPE_RsrcDirRec___FLATTENER=[0,4,8,10,12,14];var $struct_XRef___SIZE=116;var $struct_XRef___FLATTENER=[0,4,8,12,16,20,24,28,32,36,48,52,56,60,64,68,72,76,80,84,100,104,108,112];var $struct_XRefEntry___SIZE=28;var $struct_XpdfSecurityHandler___SIZE=0;var $struct_XpdfSecurityHandler___FLATTENER=[];var $struct__ByteRange___SIZE=8;var $struct__IO_FILE___SIZE=148;var $struct__IO_FILE___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,70,71,72,76,84,88,92,96,100,104,108];var $struct__IO_marker___SIZE=12;var $struct___class_type_info_pseudo___SIZE=8;var $_struct___cxxabiv1____class_type_info____SIZE=0;var $_struct___cxxabiv1____class_type_info____FLATTENER=[];var $struct___jmp_buf_tag___SIZE=156;var $struct___jmp_buf_tag___FLATTENER=[0,24,28];var $struct___pthread_slist_t___SIZE=4;var $struct___si_class_type_info_pseudo___SIZE=12;var $struct___sigset_t___SIZE=128;var $struct___type_info_pseudo___SIZE=8;var $struct__bdf_list_t___SIZE=16;var $struct__bdf_parse_t___SIZE=8252;var $struct__bdf_parse_t___FLATTENER=[0,4,8,12,14,16,18,20,22,24,28,32,36,40,8232,8248];var $struct__hashnode____SIZE=8;var $struct_anon___SIZE=8;var $struct_bdf_bbx_t___SIZE=12;var $struct_bdf_font_t___SIZE=16548;var $struct_bdf_font_t___FLATTENER=[0,4,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,128,132,8324,16516,16518,16520,16524,16528,16532];var $struct_bdf_glyph_t___SIZE=36;var $struct_bdf_glyph_t___FLATTENER=[0,4,8,10,12,24,28,32];var $struct_bdf_glyphlist_t___SIZE=36;var $struct_bdf_glyphlist_t___FLATTENER=[0,2,4,8,12,16,20,24];var $struct_bdf_options_t___SIZE=16;var $struct_bdf_property_t___SIZE=16;var $struct_decomposition___SIZE=12;var $struct_dirent___SIZE=276;var $struct_dirent___FLATTENER=[0,8,16,18,19];var $struct_hashtable___SIZE=16;var $struct_internal_state___SIZE=4;var $struct_lconv___SIZE=56;var $struct_lconv___FLATTENER=[0,4,8,12,16,20,24,28,32,36,40,41,42,43,44,45,46,47,48,49,50,51,52,53];var $struct_passwd___SIZE=28;var $struct_raccess_guess_rec___SIZE=8;var $struct_stat___SIZE=88;var $struct_stat___FLATTENER=[0,8,12,16,20,24,28,32,40,44,48,52,56,60,64,68,72,76,80,84];var $_struct_std____1____bit_iterator_std____1__vector_bool__std____1__allocator_bool____false_____SIZE=8;var $_struct_std____1____bit_reference_std____1__vector_bool__std____1__allocator_bool_________SIZE=8;var $_struct_std____1____compressed_pair_CachedFile__Chunk__std____1__allocator_CachedFile__Chunk_______SIZE=4;var $_struct_std____1____compressed_pair_CachedFile__Chunk__std____1__allocator_CachedFile__Chunk_______SIZE=8;var $_struct_std____1____compressed_pair_Dict___std____1__allocator_Dict________SIZE=4;var $_struct_std____1____compressed_pair_Dict___std____1__allocator_Dict________SIZE=8;var $_struct_std____1____compressed_pair_PageAttrs___std____1__allocator_PageAttrs________SIZE=4;var $_struct_std____1____compressed_pair_PageAttrs___std____1__allocator_PageAttrs________SIZE=8;var $_struct_std____1____compressed_pair_Ref__std____1__allocator_Ref_______SIZE=4;var $_struct_std____1____compressed_pair_Ref__std____1__allocator_Ref_______SIZE=8;var $_struct_std____1____compressed_pair__ByteRange__std____1__allocator__ByteRange_______SIZE=4;var $_struct_std____1____compressed_pair__ByteRange__std____1__allocator__ByteRange_______SIZE=8; |