aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* be sure to ref() before returning a typeface from CreateGravatar reed@android.com2010-04-15
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* fix refcnt for streamsGravatar reed@android.com2010-04-12
* add optional pref-config table to codecsGravatar reed@android.com2010-03-03
* update for new fontsGravatar reed@android.com2010-03-02
* update save/restore comments to mention that the drawFilter is also savedGravatar reed@android.com2010-02-11
* This patch allows the use of the native FreeType emboldeningGravatar senorblanco@chromium.org2010-02-05
* disable debug printfs for gamma tableGravatar reed@android.com2010-01-26
* skia: Always use aliased text when antialiasing is disabled.Gravatar agl@chromium.org2010-01-21
* remove obsolete SK_BUILD_FOR_BREW conditionalGravatar reed@android.com2010-01-12
* add glyph->unichar query (inverse of a cmap)Gravatar reed@android.com2010-01-08
* Add parens in order to make conditional correct.Gravatar agl@chromium.org2010-01-05
* Fix r466 which was causing Chromium valgrind failures.Gravatar agl@chromium.org2010-01-04
* Add flag to enable bitmap strikes.Gravatar agl@chromium.org2010-01-04
* update windows portGravatar reed@android.com2009-12-18
* SSE2 optimizations for 32bit blending blitters.Gravatar senorblanco@chromium.org2009-11-04
* change projects to just run with curren-os sdk, in prep for snow-lepardGravatar reed@android.com2009-10-14
* fix base linux build, adding freetype supportGravatar reed@android.com2009-09-28
* add FilterRec() so it links againGravatar reed@android.com2009-09-27
* allow the gamma to be changed at runtimeGravatar reed@android.com2009-08-26
* Fix flipped text orientation on Windows.Gravatar deanm@chromium.org2009-08-14
* FreeType: fix garbled bitmap glyphs.Gravatar agl@chromium.org2009-08-11
* FreeType: don't use bitmap strikes when antialiasingGravatar agl@chromium.org2009-08-07
* add GetFileName api to SkFontHostGravatar reed@android.com2009-07-31
* fix #endif placement so it works when LCD support is not definedGravatar reed@android.com2009-07-31
* Add runtime detection for missing subpixel support in FreeType.Gravatar agl@chromium.org2009-07-28
* Revert "Support subpixel text when FreeType is built without such support."Gravatar agl@chromium.org2009-07-28
* Support subpixel text when FreeType is built without such support.Gravatar agl@chromium.org2009-07-28
* add filterrec logic for subpixel and slight-hintingGravatar reed@android.com2009-07-24
* Build fix: add FilterRec for Windows.Gravatar agl@chromium.org2009-07-23
* fix uninitialized library variableGravatar reed@android.com2009-07-23
* fix warnings (unused local var)Gravatar reed@android.com2009-07-23
* Fix valgrind warnings triggered in vertical mode.Gravatar agl@chromium.org2009-07-22
* Add SkFontHost::FilterRect() which allows the font host to filter our requestGravatar reed@android.com2009-07-22
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22
* Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.Gravatar agl@chromium.org2009-07-21
* Subpixel glyph rendering support.Gravatar agl@chromium.org2009-07-21
* use genericRGB space to ensure that we decode exactly the pixels we encodeGravatar reed@android.com2009-07-08
* Fix a precedence error in an assert in the fontconfig host.Gravatar deanm@chromium.org2009-07-01
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* update to latest api (need a test for this port!)Gravatar reed@android.com2009-06-19
* Make sure we have a non-null FreeType face before dereferencing it.Gravatar deanm@chromium.org2009-06-19
* Some Linux / 64-bit compile fixes.Gravatar deanm@chromium.org2009-06-11
* fontconfig: allow fallback for certain magical font names.Gravatar agl@chromium.org2009-06-01
* Fix reference count on openStreamGravatar reed@android.com2009-05-18
* Typo fix for VDMX parsing in Chromium.Gravatar agl@chromium.org2009-05-07
* add simple port of memory APIs, to be used as a template for other platformsGravatar reed@android.com2009-05-04
* check for 0 upem in freetypeGravatar reed@android.com2009-05-04