aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDraw.cpp
Commit message (Expand)AuthorAge
* Increase use of SkMatrix::hasPerspective(), merge in has_perspective().Gravatar tomhudson@google.com2011-06-06
* unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the valueGravatar reed@google.com2011-04-08
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* handle scale < 0 for stroke-rectsGravatar reed@google.com2011-04-05
* reenable fast stroked rects, now that we correctly handle non-square scaleGravatar reed@google.com2011-04-04
* temporarily disable fast stroking, until we handle non-square scales in matrixGravatar reed@google.com2011-04-04
* add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiasedGravatar reed@google.com2011-04-04
* faster stroke rectsGravatar mike@reedtribe.org2011-04-04
* Initialize fClip in SkBounder, in case doIRect() is called before it is usedGravatar reed@google.com2011-03-23
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmapsGravatar reed@google.com2011-01-13
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* Fix SkDraw::validate to work with vector Devices.Gravatar vandebo@chromium.org2010-10-26
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* if we're strokeandfill+hairline, just draw fill (they way paths do) insteadGravatar reed@android.com2010-03-25
* convert matrix <--> matrix44Gravatar reed@android.com2010-03-01
* check bounder before lockPixels on the bitmapGravatar reed@android.com2010-02-09
* Added a virtual to SkBounder, called by text, that passesGravatar reed@android.com2010-01-04
* outset the bounds if we're in hairline before quick-reject in SkDraw.cppGravatar reed@android.com2009-11-23
* don't magically convert to hairline unless we're < 1.0 in both X and Y. The n...Gravatar reed@android.com2009-09-03
* handle cap==round for drawPointsGravatar reed@android.com2009-07-10
* add dox for scalarcomparetypeGravatar reed@android.com2009-07-08
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* detect nearly translate-only matrices when drawing bitmaps (for speed)Gravatar reed@android.com2009-06-24
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* add ADD xfermodeGravatar reed@android.com2009-04-24
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* use static_castGravatar reed@android.com2009-03-23
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)Gravatar reed@android.com2009-02-24
* fix compile by using the right (new) name for SkComposeShader.hGravatar reed@android.com2008-12-18
* grab from latest androidGravatar reed@android.com2008-12-17