- 30 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This is more consistent with the standard library's image/color package. The benchmarks didn't seem to change significantly.
-
- 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
-
- 06 10月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r, rsc CC=golang-dev http://codereview.appspot.com/5166052
-
- 12 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4702041
-
- 10 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4675071
-
- 05 6月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4517137
-
- 21 1月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, r2 CC=golang-dev http://codereview.appspot.com/4040045
-
- 12 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
consistency with existing NewFooPainter functions. Unbreak build from ColorImage change in the core image package. R=adg CC=golang-dev http://codereview.appspot.com/2450041
-
- 15 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
bounding rect. This does for Alpha{Over,Src}Painter what revision 7329234544 did for RGBAPainter. R=r CC=golang-dev http://codereview.appspot.com/2210041
-
- 10 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Porter-Duff composition operator used. This saves a malloc when passing an AlphaSrcPainter as a value of Painter interface type. R=r CC=golang-dev http://codereview.appspot.com/2149044
-
- 27 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
bounding rect. This bug was introduced when an image.RGBA's representation went from slice of slices to one linear buffer. R=r CC=golang-dev http://codereview.appspot.com/2020044
-
- 10 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, adg CC=golang-dev http://codereview.appspot.com/1850041
-
- 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
-
- 29 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
32 bit. R=rsc CC=golang-dev http://codereview.appspot.com/1389041
-
- 27 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc, r CC=rog, golang-dev http://codereview.appspot.com/1332041
-
- 22 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
magic zero value to indicate end of painting. This means that Painter implementations can assume thant the Spans' Y values are monotonic. R=rsc CC=golang-dev, rog http://codereview.appspot.com/1261043
-
- 20 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/1236042
-
- 14 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
draw text onto an image. This is a simple API that doesn't handle line breaking, ligatures, right-to-left or vertical scripts, and other fancy features. R=r, rsc CC=golang-dev http://codereview.appspot.com/1121045
-
- 13 4月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Introduce MonochromePainter and GammaCorrectionPainter. R=r, rsc CC=golang-dev http://codereview.appspot.com/904041
-