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