aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* add const to SkColorShader's asABitmapGravatar reed@google.com2011-03-08
* fix warnings in VS 2010Gravatar reed@google.com2011-03-07
* make asABitmap() constGravatar reed@google.com2011-03-07
* [PDF] Re add line accidentally removed in r892.Gravatar vandebo@chromium.org2011-03-05
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* add origin to deviceGravatar reed@google.com2011-03-04
* Add SkPDFUtils.cpp to build.Gravatar ctguil@chromium.org2011-03-04
* PDF Type3 Support.Gravatar ctguil@chromium.org2011-03-04
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Update windows port of of SkFontHost::GetAdvancedTypefaceMetrics to use calcu...Gravatar ctguil@chromium.org2011-03-04
* Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...Gravatar ctguil@chromium.org2011-03-04
* export SkCreateTypefaceFromLOGFONTGravatar reed@google.com2011-03-04
* delete unused fileGravatar reed@google.com2011-03-04
* Delete another unused file.Gravatar thakis@chromium.org2011-03-04
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* Our region blitter (invoked by region::setPath()) must have its scanlinesGravatar reed@google.com2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlineGravatar reed@google.com2011-03-02
* check that alloc() succeeded before calling the scaler's getImage()Gravatar reed@google.com2011-03-01
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* remove obsolete generateLineHeightGravatar reed@google.com2011-03-01
* fix float->int warningGravatar reed@google.com2011-03-01
* fix warnings from windowsGravatar reed@google.com2011-03-01
* use sprintf to generate float->string for SkString routines, removing theGravatar reed@google.com2011-02-28
* export SkCreateTypefaceFromLOGFONTGravatar reed@google.com2011-02-28
* [PDF] Fix broken encoding conversion code for non-multibyte fonts.Gravatar vandebo@chromium.org2011-02-28
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* Stop using deprecated APIs. Fix by twiz.Gravatar reed@google.com2011-02-25
* [PDF] Remove one copy of each content stream.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Change the way flip origin is done.Gravatar vandebo@chromium.org2011-02-24
* Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Bug fix - missing last odd column in 4444 bitmaps.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.Gravatar vandebo@chromium.org2011-02-24
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* Guard globalRef() virtual with #ifdef ANDROID, as these are not implementedGravatar reed@google.com2011-02-24
* Upstreaming code from android repository.Gravatar djsollen@google.com2011-02-24
* disable assert on validateClip in default build for nowGravatar reed@google.com2011-02-24
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* set the rgn to empty if the clipstack says empty (in our validate routine)Gravatar reed@google.com2011-02-23
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* refactor to use a shared function (clipPathHelper) betweenGravatar reed@google.com2011-02-23
* Support unicode to glyph id conversion in windows for non-BMP characters.Gravatar ctguil@chromium.org2011-02-23
* update to add isFixedWidth attribute to typefacesGravatar reed@google.com2011-02-23
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* Cleanup issues related to SkBitmap getSize()/extractSubset().Gravatar wjmaclean@chromium.org2011-02-22
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* move old (unmaintained) gl backend out of src. src/gpu superceeds this now.Gravatar reed@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22