skia2/src
robertphillips 9e6835da41 Track nested picture xform state for layer hoisting
The accumulated matrix state of any enclosing SkPictures must be stored separate from the picture-local CTM. Any setMatrix calls inside a layer need to replace the picture-local CTM but concatenate with the enclosing SkPicture transform state (and the transform state needed to translate the layer to the correct location in the cached GrTexture).

Review URL: https://codereview.chromium.org/639863005
2014-10-22 05:33:52 -07:00
..
animator stop calling SkCanvas::getDevice 2014-06-30 09:05:34 -07:00
core SkLazyPtr follow ups 2014-10-21 12:20:04 -07:00
device/xps Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) 2014-09-29 06:29:53 -07:00
doc use real pdfdevice behind SkDocument 2014-10-09 05:30:10 -07:00
effects Auto-compare GrProcessors' texture accesses in isEqual(). 2014-10-16 09:18:09 -07:00
fonts Replace SkTypeface::Style with SkFontStyle. 2014-10-20 13:33:19 -07:00
gpu Track nested picture xform state for layer hoisting 2014-10-22 05:33:52 -07:00
image Override SkCanvas::drawImage() in SkRecorder. 2014-10-16 11:58:39 -07:00
images Clean up some warnings about unused code. 2014-10-21 07:21:36 -07:00
lazy Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. 2014-10-13 13:17:56 -07:00
opts Fix race in supports_simd(). 2014-10-13 12:48:16 -07:00
pathops abort op early if path isn't parseable 2014-10-03 05:36:27 -07:00
pdf Fix image filters for PDF backend. 2014-10-20 14:03:13 -07:00
pipe Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) 2014-10-17 06:19:27 -07:00
ports Replace SkTypeface::Style with SkFontStyle. 2014-10-20 13:33:19 -07:00
sfnt SkData can allocate room for its contents in the same block 2014-09-11 08:42:36 -07:00
svg
utils Fix debugger's SaveAs functionality 2014-10-21 10:31:38 -07:00
views Clean up some warnings about unused code. 2014-10-21 07:21:36 -07:00
xml