Remove external matrix feature.
We haven't been testing this for nearly two years.
R=reed@google.com
Committed: https://code.google.com/p/skia/source/detail?r=5857
lgtm if (hasCustomD1GProc(*draw)) { // todo: fix this assumption about clips w/ custom fClip = ...
12 years, 2 months ago
(2012-10-08 20:40:26 UTC)
#2
lgtm
if (hasCustomD1GProc(*draw)) {
// todo: fix this assumption about clips w/ custom
fClip = draw->fClip;
fClipBounds = fClip->getBounds();
return draw->fProcs->fD1GProc;
}
What the heck is that check?
Issue 6640044: Remove external matrix feature.
(Closed)
Created 12 years, 2 months ago by bsalomon
Modified 12 years, 2 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0