commit | 4c9355c35a0f62805739823a62ad41ca1cbc6502 | [log] [tgz] |
---|---|---|
author | Mike Reed <reed@google.com> | Wed May 07 11:48:37 2014 -0400 |
committer | Leon Scroggins III <scroggo@google.com> | Thu May 15 10:17:44 2014 -0400 |
tree | 718b7f1f91f9c5186473bc174f5bb74e9a359615 | |
parent | 27a964b54d10bbc2793bb06557f69fef47177ebd [diff] |
Frameworks changes to support latest Skia (r14729) Required for a merge in external/skia (I88b4d5cc81c357a8e223bd7860b1029590265200). Includes two cherry-picks: I456df543e1925b280f785c7b3bb81370157f9b09: replace SkRasterizer* with NativeRasterizer* in JNI I98adb200e023369d3ee75f21927fa98f23095a77: Fix Paint.getFlags,setFlags wrt FILTER_BITMAP_FLAG In Paint.setFlags(), turn FILTER_BITMAP_FLAG into a call to SkPaint::setFilterLevel(). In Paint.getFlags(), read SkPaint::getFilterLevel() to determine whether to include FILTER_BITMAP_FLAG in the result. Fixes CTS tests with ToT Skia. Change-Id: I2736f3f68683651574d79a169ff0ab563e0a469e