aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Fix file modes.Gravatar vandebo@chromium.org2011-02-14
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* fix compile-error, mismatch between fontID and idGravatar reed@google.com2011-02-14
* Use real glyph IDs in the win fonthost to better support pdf.Gravatar vandebo@chromium.org2011-02-10
* Remove extra stub definition of GetAdvancedTypefaceMetrics.Gravatar vandebo@chromium.org2011-02-09
* reformatting to match coding style -- no logic changesGravatar reed@google.com2011-02-08
* reformat for coding style, no logic changesGravatar reed@google.com2011-02-08
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* [PDF] Change SkPDFFormXObject to not hold a reference to device.Gravatar vandebo@chromium.org2011-02-08
* addGravatar reed@google.com2011-02-07
* addGravatar reed@google.com2011-02-07
* clear the convex-hint in reset() and rewind(), to match its state in a newlyGravatar reed@google.com2011-02-07