- 17 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 13 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This is in anticipation of removing the Point type entirely. Instead, we will use the fixed.Point26_6 type from golang.org/x/image/math/fixed.
-
- 12 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 24 2月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This code dates from before Go 1.0. LGTM=crawshaw R=crawshaw CC=golang-codereviews https://codereview.appspot.com/206860043
-
- 03 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Fix bug where the String representation of a Fix32 representing minus one quarter was "0:064" instead of "-0:064". R=r, rsc, rog, nigeltao_gnome CC=golang-dev http://codereview.appspot.com/2275043
-
- 08 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/2116046
-
- 03 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
just version 2. The FTL (Freetype Licence) is still available. This matches the original Freetype library (written in C). This only expands and does not further restrict the licensing options available to users of the freetype-go library. R=adg CC=golang-dev http://codereview.appspot.com/1731049
-
- 07 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=adg CC=golang-dev, rog http://codereview.appspot.com/1711048
-
- 01 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev, rog http://codereview.appspot.com/1686048
-
- 30 6月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, rsc CC=golang-dev, rog http://codereview.appspot.com/1746043
-
- 29 6月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
It still isn't perfect (e.g. it doesn't join), but it's getting closer. Also fix the bug where RotateCW and RotateCCW was mixed up, since the Y-axis grows down in a computer graphics co-ordinate system, not up as in classical mathematics. R=r, rsc, rog CC=golang-dev http://codereview.appspot.com/1736043
-
- 23 6月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
The stroking algorithm is a placeholder. A proper one will land in a future change once the API is agreed upon. R=r, rsc CC=golang-dev, rog http://codereview.appspot.com/1708045
-