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

Issue 2169041: code review 2169041: freetype: cache glyphs during DrawText. (Closed)

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

Description

freetype: cache glyphs during DrawText. A freetype.Context now has dst and src image setters and the notion of a current point, instead of having to pass a painter and pt to DrawText.

Patch Set 1 #

Patch Set 2 : code review 2169041: freetype: cache glyphs during DrawText. #

Patch Set 3 : code review 2169041: freetype: cache glyphs during DrawText. #

Total comments: 4

Patch Set 4 : code review 2169041: freetype: cache glyphs during DrawText. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -70 lines) Patch
M example/freetype/main.go View 4 chunks +4 lines, -6 lines 0 comments Download
M freetype/freetype.go View 1 2 3 5 chunks +147 lines, -64 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 8 months ago (2010-09-07 14:37:59 UTC) #1
rsc1
LGTM leaving for rob
13 years, 8 months ago (2010-09-08 14:24:15 UTC) #2
r
LGTM http://codereview.appspot.com/2169041/diff/5001/freetype/freetype.go File freetype/freetype.go (right): http://codereview.appspot.com/2169041/diff/5001/freetype/freetype.go#newcode22 freetype/freetype.go:22: // nXFractions possible values in the X direction ...
13 years, 8 months ago (2010-09-09 05:01:34 UTC) #3
nigeltao
13 years, 8 months ago (2010-09-09 09:22:36 UTC) #4
*** Submitted as
http://code.google.com/p/freetype-go/source/detail?r=b76de01666fe ***

freetype: cache glyphs during DrawText.
A freetype.Context now has dst and src image setters and the notion of
a current point, instead of having to pass a painter and pt to DrawText.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/2169041
Sign in to reply to this message.

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