aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
...
* 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
* Add fontconfig support.Gravatar agl@chromium.org2009-04-28
* fix mac buildGravatar reed@android.com2009-04-23
* Sync with Chromium's forkGravatar agl@chromium.org2009-04-22
* trivial: fix wsGravatar reed@android.com2009-04-14
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* SkFontHost_tables: fix minor bugsGravatar agl@chromium.org2009-04-13
* implement generateCountGlyphs using new font table apisGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* import portability fixes from Chrome around floatsGravatar reed@android.com2009-04-03
* pull latest from androidGravatar reed@android.com2009-03-20
* build with -WallGravatar reed@android.com2009-03-20
* fix capitalization for system includesGravatar reed@android.com2009-03-18
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* remember to specify the bloody font tag in the constructor!Gravatar reed@android.com2009-03-10
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* implement fontmetricsGravatar reed@android.com2009-03-09
* check-point (2) on mac fontsGravatar reed@android.com2009-03-09
* minor check-point for switching to glyphsGravatar reed@android.com2009-03-09
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* Oops, CreateTypeface takes over ownership of the stream, instead of just ref()Gravatar reed@android.com2009-02-20
* Implement CreateTypefaceFromFileGravatar reed@android.com2009-02-20
* handle failure when creating a scalercontextGravatar reed@android.com2009-02-11
* update makefile for newly moved FactoriesGravatar reed@android.com2009-01-22
* pull from android: use registry to build up list of image codecsGravatar reed@android.com2009-01-22
* Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.hGravatar reed@android.com2009-01-19
* add crude Makefile (someone please help!)Gravatar reed@android.com2009-01-16
* fix formatting issuesGravatar reed@android.com2009-01-14
* fix multiple warnings (e.g. hidden virtuals, unused static functions)Gravatar reed@android.com2009-01-14
* update to build with the latest SkFontHost interfaceGravatar reed@android.com2009-01-14
* add optimization for width==1 bitmaps in shader procsGravatar reed@android.com2009-01-13
* separate image encode and decodeGravatar reed@android.com2009-01-06
* Initial automake and autoconf files to build core into libskia.a.Gravatar joe.gregorio2009-01-06
* pull from android - add createfromfile entry-pointGravatar reed@android.com2008-12-23
* update more sample code to new compose shader headerGravatar reed@android.com2008-12-23
* add mac image-encodingGravatar reed@android.com2008-12-23
* add CG imagedecoder (still needs encoding)Gravatar reed@android.com2008-12-23
* add text to hostapp sampleGravatar reed@android.com2008-12-23