The current incorrect fixed point output isn't in the repository yet, so no rebaseline needed.
Thanks for the fix... a couple questions, though... http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp File gm/fontscaler.cpp (right): http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp#newcode101 gm/fontscaler.cpp:101: r.set(x-SkIntToScalar(3), SkIntToScalar(15), x-SkIntToScalar(1), SkIntToScalar(280)); please wrap this line http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp#newcode106 gm/fontscaler.cpp:106: //paint.setTypeface(fFaces[i]); why is this commented-out line here?
http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp File gm/fontscaler.cpp (right): http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp#newcode101 gm/fontscaler.cpp:101: r.set(x-SkIntToScalar(3), SkIntToScalar(15), x-SkIntToScalar(1), SkIntToScalar(280)); On 2012/01/04 23:46:47, epoger wrote: > please wrap this line Done. http://codereview.appspot.com/5509049/diff/3/gm/fontscaler.cpp#newcode106 gm/fontscaler.cpp:106: //paint.setTypeface(fFaces[i]); On 2012/01/04 23:46:47, epoger wrote: > why is this commented-out line here? Ok, ok, this whole thing was copied from a SampleApp slide, I suppose it's time to cut the cord and get rid of the dead code.
LGTM
Committed revision 2973.