summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sfnt: Cast a charcode to 32-bit in cmap format 14 parser.int-not32-changessuzuki toshiya2009-07-032-9/+19
* sfnt: Cast a charcode to 32-bit in cmap format 12 parser.suzuki toshiya2009-07-032-2/+13
* psaux: Fix a few casts to FT_Int32 value.suzuki toshiya2009-07-032-3/+11
* sfnt: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+10
* sfnt: Extend a few local variables to load 32-bit values.suzuki toshiya2009-07-032-2/+9
* pfr: Extend `num_aux' to take 32-bit value.suzuki toshiya2009-07-032-1/+9
* pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.suzuki toshiya2009-07-032-3/+15
* gxvalid: Extend a few local variables to reduce the casts.suzuki toshiya2009-07-032-2/+9
* gxvalid: Extend `settingTable' to take 32-bit offset.suzuki toshiya2009-07-032-1/+8
* autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.suzuki toshiya2009-07-032-2/+11
* smooth: Exclude 16-bit system in invalid pitch/height check.suzuki toshiya2009-07-032-0/+15
* cff: Type large constants > 0x7FFF as long for 16-bit systems.suzuki toshiya2009-07-032-4/+13
* base: Remove an unused variable.suzuki toshiya2009-07-032-2/+7
* cache: Check higher bits in flags for non ILP32 systems.suzuki toshiya2009-07-032-4/+52
* sfnt: Ignore invalid GIDs in glyph name lookup.suzuki toshiya2009-07-033-4/+33
* pcf: Fix a comparison between FT_Long and FT_ULong.suzuki toshiya2009-07-032-1/+9
* gxvalid: Guarantee `nFeatureFlags' size up to 32-bit.suzuki toshiya2009-07-033-4/+12
* sfnt: Insert explicit cast for LP64 system.suzuki toshiya2009-07-032-1/+8
* gxvalid: Guarantee `just' table size upto 32-bit.suzuki toshiya2009-07-032-1/+9
* gxvalid: Guarantee `trak' table size upto 32-bit.suzuki toshiya2009-07-032-1/+9
* type1: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+8
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+10
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+9
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+9
* smooth: Improve the format in debug message.suzuki toshiya2009-07-032-1/+8
* sfnt: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-2/+9
* psaux: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+9
* truetype: Extend TrueType GX packed deltas to FT_Offset.suzuki toshiya2009-07-032-3/+12
* truetype: Extend mmvar_len to hold size_t values.suzuki toshiya2009-07-032-1/+10
* truetype: Check invalid function number in IDEF instruction.suzuki toshiya2009-07-032-2/+16
* truetype: Check invalid function number in FDEF instruction.suzuki toshiya2009-07-032-2/+17
* truetype: Truncate the deltas of composite glyph at 16-bit values.suzuki toshiya2009-07-032-2/+18
* truetype: Truncate the instructions upto 16-bit per a glyph.suzuki toshiya2009-07-032-1/+14
* truetype: Cast the numerical operands to 32-bit for LP64 systems.suzuki toshiya2009-07-032-8/+19
* truetype: Cast the project vector to 32-bit for LP64 system.suzuki toshiya2009-07-032-2/+10
* truetype: Cast the scaling params to 32-bit for LP64 system.suzuki toshiya2009-07-032-8/+16
* sfnt: Cast a character code to FT_UInt32 for LP64 system.suzuki toshiya2009-07-032-15/+28
* sfnt: Cast a character code to FT_UInt32 for LP64 system.suzuki toshiya2009-07-032-2/+10
* sfnt: Extend TT_BDF->strings_size to FT_ULong for huge BDF.suzuki toshiya2009-07-033-2/+14
* psaux: Handle the string length by FT_Offset variables.suzuki toshiya2009-07-033-12/+29
* pcf: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-1/+9
* pcf: Handle the string length by size_t variables.suzuki toshiya2009-07-035-12/+30
* pcf: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-4/+12
* otvalid: Truncate the glyph index to 16-bit.suzuki toshiya2009-07-032-5/+27
* cache: Insert explict casts for LP64 systems.suzuki toshiya2009-07-032-2/+12
* cache: Fix some data types mismatching with their sources.suzuki toshiya2009-07-037-12/+37
* XXX_cmap_encoding_char_next() return FT_UInt32 values.suzuki toshiya2009-07-038-27/+63
* truetype: Extend TT_Face->num_locations for broken TTFs.suzuki toshiya2009-07-033-6/+19
* smooth: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-17/+46
* cff: Fix some data types mismatching with their sources.suzuki toshiya2009-07-033-8/+30