Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SkScan_Antihair: assert in debug and potentialy lost last pixels | aleksandar.stojiljkovic | 2015-11-02 |
| | | | | | | | | | alpha: (uint8_t) 256 is clamped to 255 before static cast to uint8_t in SkToU8. BUG=4406 Review URL: https://codereview.chromium.org/1424253002 | ||
* | Use device-space stroke width for SkDraw::drawRect() quick-reject | fmalita | 2015-01-15 |
The stroke width needs to be CTM-adjusted when applied to device space rects. BUG=skia:3313 R=reed@google.com Review URL: https://codereview.chromium.org/801353008 |