Adam Barth ac83043173 Fix order of matrix operations
When rasterzing with a non-zero left and top offset, we need to apply the scale
first so that we're translating in the correct coordinate system.

Fixes https://github.com/flutter/flutter/issues/1292
2016-01-19 09:57:26 -08:00
..
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00
2016-01-19 09:57:26 -08:00
2016-01-12 22:39:51 -08:00
2016-01-12 22:39:51 -08:00

Flow

Flow is a simple compositor based on Skia that the Flutter engine uses to cache recoded paint commands and pixels generated from those recordings. Flow runs on the GPU thread and uploads information to the GPU.