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

Unified Diff: example/gamma/main.go

Issue 1686048: code review 1686048: freetype/raster: Rename Fixed and Fixed64 to Fix32 and ... (Closed)
Patch Set: code review 1686048: freetype/raster: Rename Fixed and Fixed64 to Fix32 and ... Created 14 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « example/freetype/main.go ('k') | example/raster/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/gamma/main.go
===================================================================
--- a/example/gamma/main.go
+++ b/example/gamma/main.go
@@ -18,7 +18,7 @@
)
func p(x, y int) raster.Point {
- return raster.Point{raster.Fixed(x * 256), raster.Fixed(y * 256)}
+ return raster.Point{raster.Fix32(x * 256), raster.Fix32(y * 256)}
}
func clear(m *image.Alpha) {
« no previous file with comments | « example/freetype/main.go ('k') | example/raster/main.go » ('j') | no next file with comments »

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