aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormatGravatar reed@google.com2011-02-18
* Set fLastGlyphID in SkFontHost::GetAdvancedTypefaceMetrics for windows.Gravatar ctguil@chromium.org2011-02-17
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* need to apply the prepathmatrix (or perhaps push it on our mv stack)Gravatar reed@google.com2011-02-16
* upload generated mask for maskfilter to gpu (does not work with complex-paint...Gravatar reed@google.com2011-02-16
* first steps for supporting maskfilters (disabled right now)Gravatar reed@google.com2011-02-16
* fix compile error for linuxGravatar reed@google.com2011-02-15