Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(557)

Issue 1708045: code review 1708045: freetype/raster: new Path and Stroke API. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by nigeltao
Modified:
14 years, 5 months ago
Reviewers:
CC:
r, rsc, golang-dev, rog
Visibility:
Public.

Description

freetype/raster: new Path and Stroke API. The stroking algorithm is a placeholder. A proper one will land in a future change once the API is agreed upon.

Patch Set 1 #

Patch Set 2 : code review 1708045: freetype/raster: new Path and Stroke API. #

Total comments: 7

Patch Set 3 : code review 1708045: freetype/raster: new Path and Stroke API. #

Patch Set 4 : code review 1708045: freetype/raster: new Path and Stroke API. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -34 lines) Patch
M freetype/raster/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A freetype/raster/geom.go View 1 2 1 chunk +260 lines, -0 lines 0 comments Download
M freetype/raster/raster.go View 3 chunks +28 lines, -34 lines 0 comments Download

Messages

Total messages: 5
nigeltao
Hello r, rsc (cc: golang-dev@googlegroups.com, rog), I'd like you to review this change.
14 years, 5 months ago (2010-06-20 23:05:13 UTC) #1
r2
http://codereview.appspot.com/1708045/diff/2001/3002 File freetype/raster/geom.go (right): http://codereview.appspot.com/1708045/diff/2001/3002#newcode50 freetype/raster/geom.go:50: return Fixed(256 * math.Sqrt(x*x+y*y)) i think you can be ...
14 years, 5 months ago (2010-06-23 00:53:43 UTC) #2
rsc1
LGTM Seems like a reasonable API. http://codereview.appspot.com/1708045/diff/2001/3002 File freetype/raster/geom.go (right): http://codereview.appspot.com/1708045/diff/2001/3002#newcode187 freetype/raster/geom.go:187: ButtCap Cap = ...
14 years, 5 months ago (2010-06-23 03:01:36 UTC) #3
rsc1
http://codereview.appspot.com/1708045/diff/2001/3002 File freetype/raster/geom.go (right): http://codereview.appspot.com/1708045/diff/2001/3002#newcode50 freetype/raster/geom.go:50: return Fixed(256 * math.Sqrt(x*x+y*y)) At the least, I think ...
14 years, 5 months ago (2010-06-23 03:15:55 UTC) #4
nigeltao
14 years, 5 months ago (2010-06-23 07:39:26 UTC) #5
*** Submitted as
http://code.google.com/p/freetype-go/source/detail?r=7841fec2baad ***

freetype/raster: new Path and Stroke API.

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
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b