| Commit message (Expand) | Author | Age |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | remove obsolete closeStream() method -- the caller just unref's the stream wh... | reed@android.com | 2010-04-16 |
* | add EmptyTypeface class, to gracefully handle when there are no fonts avail. | reed@android.com | 2010-04-16 |
* | add SK_ENABLE_LIBPNG to force reference to PNG codec | reed@android.com | 2010-04-15 |
* | be sure to ref() before returning a typeface from Create | reed@android.com | 2010-04-15 |
* | fix overflow in matrixproc, and add debugging code to test that | reed@android.com | 2010-04-14 |
* | fix build for SK_SCALAR_IS_FIXED | reed@android.com | 2010-04-13 |
* | extend sentinel array to avoid reading uninitialized memory | reed@android.com | 2010-04-13 |
* | call premultiply instead of pack32 | reed@android.com | 2010-04-13 |
* | fix paraens to avoid warnings | reed@android.com | 2010-04-13 |
* | add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API | reed@android.com | 2010-04-13 |
* | fix refcnt for streams | reed@android.com | 2010-04-12 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | ray fixes neon for dither and blend | reed@android.com | 2010-04-09 |
* | if we're strokeandfill+hairline, just draw fill (they way paths do) instead | reed@android.com | 2010-03-25 |
* | add inherit-from-root-transform flag (for fixed-positioning) | reed@android.com | 2010-03-23 |
* | use 64bit intermediate to accumulate 16.16 widths, to avoid overflow | reed@android.com | 2010-03-19 |
* | improve precision for blend | reed@android.com | 2010-03-12 |
* | Disable 32A->565+dither neon, since it gives different results between its | reed@android.com | 2010-03-12 |
* | only report hasspan16 if we're opaque, otherwise we get a different blend | reed@android.com | 2010-03-11 |
* | fix off-by-1 in alpha in colorshader setup | reed@android.com | 2010-03-11 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |
* | handle NaN in curve choppers and edgeclipper | reed@android.com | 2010-03-08 |
* | document the return value of append() | reed@android.com | 2010-03-05 |
* | update android specific RAM restrictions | reed@android.com | 2010-03-04 |
* | add optional pref-config table to codecs | reed@android.com | 2010-03-03 |
* | update for new fonts | reed@android.com | 2010-03-02 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | don't abort drawing based on layer size | reed@android.com | 2010-02-26 |
* | add localToGlobal and parents | reed@android.com | 2010-02-24 |
* | add DEBUG_LAYER_BOUNDS option to show layer bounds | reed@android.com | 2010-02-24 |
* | explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps | reed@android.com | 2010-02-22 |
* | more layers extracted from webkit | reed@android.com | 2010-02-19 |
* | update layers | reed@android.com | 2010-02-18 |
* | add layers | reed@android.com | 2010-02-12 |
* | update save/restore comments to mention that the drawFilter is also saved | reed@android.com | 2010-02-11 |
* | experimental draft, please ignore | reed@android.com | 2010-02-11 |
* | add copysign for ints and floats | reed@android.com | 2010-02-09 |
* | add countPoints() and getPoint() | reed@android.com | 2010-02-09 |
* | check bounder before lockPixels on the bitmap | reed@android.com | 2010-02-09 |
* | add | reed@android.com | 2010-02-09 |
* | use statictextviews to display coordinates in unitmapper | reed@android.com | 2010-02-08 |
* | This patch allows the use of the native FreeType emboldening | senorblanco@chromium.org | 2010-02-05 |
* | respect edgetype in quickreject | reed@android.com | 2010-02-05 |
* | add SkXRay geometry routines | reed@android.com | 2010-02-05 |
* | add containsText() api | reed@android.com | 2010-02-05 |
* | check for null cmap in libgif | reed@android.com | 2010-02-05 |
* | add some utils to SkPoint | reed@android.com | 2010-01-28 |
* | disable debug printfs for gamma table | reed@android.com | 2010-01-26 |
* | call skip in a loop to handle the case where the backing stream may be network | reed@android.com | 2010-01-21 |