summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvasProxy.cpp
AgeCommit message (Expand)Author
2017-07-19Improve color correctness for drawing bitmaps with Skia pipeline Stan Iliev
2017-04-05switch over to SkVertices object, and stop using deprecated methods. Mike Reed
2017-04-04Merge "Optimize Canvas::drawGlyphs" TreeHugger Robot
2017-04-04Optimize Canvas::drawGlyphs Stan Iliev
2017-04-03add temporary cast to allow Skia roll Mike Reed
2017-03-20use SkVertices::Builder in drawBitmapLattice Mike Reed
2017-02-11Implement SkiaCanvasProxy::onDrawArc Yuqian Li
2017-01-11resolve merge conflicts of 082a1721b516 to master Mark Salyzyn
2017-01-09Replace cutils/log.h and log/logger.h with log/log.h Mark Salyzyn
2017-01-09Merge "Remove clipRegion from the public API." Derek Sollenberger
2017-01-05Implement image draw functions in SkiaCanvasProxy Stan Iliev
2017-01-04Remove clipRegion from the public API. Derek Sollenberger
2016-12-07switch over clip calls to use SkClipOp instead of SkRegion::Op Mike Reed
2016-11-03Implement onDrawTextBlob in the SkiaCanvasProxy. Derek Sollenberger
2016-11-02use SkBlendMode Mike Reed
2016-10-20Pass Bitmap instead of SkBitmap for bitmap rect operation sergeyv
2016-10-20Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) sergeyv
2016-07-25Merge "Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText" Stan Iliev
2016-07-25Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText Stan Iliev
2016-07-25More efficient text rendering on path Yuqian Li
2016-07-15Update SkiaCanvasProxy with SkSurface API change Matt Sarett
2016-03-25Compute text bounds on a per glyph basis when drawing from an SkPicture. Derek Sollenberger
2016-03-21Reland: Move text logic from jni to hwui level sergeyv
2016-03-21Revert "Move text logic from jni to hwui level" Sergei Vasilinetc
2016-03-17Move text logic from jni to hwui level sergeyv
2016-01-25Add internal Canvas save flags Florin Malita
2016-01-12Override getSaveLayerStrategy instead of willSaveLayer Leon Scroggins III
2015-12-16Remove onDrawSprite API as it is no longer exposed via SkCanvas Derek Sollenberger
2015-10-29Merge six commits from master-skia to master Leon Scroggins III
2015-10-28Revert "Merge six commits from master-skia to master" Tom Hudson
2015-10-28Merge six commits from master-skia to master Leon Scroggins III
2015-08-20Merge "Use static_assert instead of SK_COMPILE_ASSERT." Ben Wagner
2015-08-19Use static_assert instead of SK_COMPILE_ASSERT. Ben Wagner
2015-08-19Change setMatrix behavior to only affect canvas-local matrix Chris Craik
2015-08-19Remove use of SkAutoSTMalloc from Android. Ben Wagner
2015-08-04Add Skia includes where needed. Ben Wagner
2015-07-10am a5e2946f: am b9d7bba5: am 434b577f: am 8ac76504: am 9613e9b7: Merge "New s... Tom Hudson
2015-07-09New setLocalMatrix() operation for HWUI Tom Hudson
2015-06-09drawBitmap() support for extractSubset() Tom Hudson
2015-04-15Fix positioned text bounds Tom Hudson
2015-03-05Fix bug, change crashes to warnings Tom Hudson
2015-02-20Fix onDrawText for non-absolute positioning Tom Hudson
2015-01-30Create proxy between Skia's SkCanvas and the framework Canvas. Derek Sollenberger