DescriptionFix CTM application in SkResizeImagefilter; implement bounds traversals.
SkResizeImageFilter resizes all the pixels from its input (subject to
the input's crop rect), but the offset to be applied was incorrect.
It should take the CTM into account, so that the origin of the resize is
the world space origin, unaffected by whatever clipping is applied.
New GM imageresizetiled exercises the behaviour under
impl-side-painting-like conditions, and existing GMs now have resize
cases added.
R=reed@google.com, robertphillips@google.com
Committed: https://code.google.com/p/skia/source/detail?r=13506
Patch Set 1 #Patch Set 2 : Updated to ToT #Patch Set 3 : Embiggen result size for imagefiltersscaled; add suppressions to ignored-tests.txt. #
Total comments: 6
Patch Set 4 : Fixed nits #Patch Set 5 : Simplify imageresizetiled GM a tad (layerBounds are useless) #Patch Set 6 : Simplify imageresizetiled GM a tad (layerBounds are useless) #
Messages
Total messages: 6 (0 generated)
|