freetype/truetype
Nigel Tao 9c46b87503 Make face.Glyph not allocate a new mask each time.
benchmark                 old ns/op     new ns/op     delta
BenchmarkDrawString-4     96914389      88683659      -8.49%

benchmark                 old allocs     new allocs     delta
BenchmarkDrawString-4     32287          0              -100.00%

benchmark                 old bytes     new bytes     delta
BenchmarkDrawString-4     1929619       156           -99.99%
2015-08-23 21:11:02 +10:00
..
face.go Make face.Glyph not allocate a new mask each time. 2015-08-23 21:11:02 +10:00
face_test.go Add a DrawString benchmark. 2015-08-23 20:45:19 +10:00
glyph.go Use the common golang.org/x/exp/shiny/font.Hinting type. 2015-08-20 16:07:51 +10:00
hint.go Delete the f26dot6 type in favor of fixed.Int26_6. 2015-08-18 16:47:46 +10:00
hint_test.go Use the fixed.Int26_6 type in package truetype. 2015-08-18 16:30:37 +10:00
opcodes.go Move files up one level. 2015-08-12 14:30:01 +10:00
truetype.go Use the fixed.Int26_6 type in package truetype. 2015-08-18 16:30:37 +10:00
truetype_test.go Use the common golang.org/x/exp/shiny/font.Hinting type. 2015-08-20 16:07:51 +10:00