aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* Move MMap to SkData.Gravatar commit-bot@chromium.org2013-04-24
* first impl of fontmgr for gdiGravatar reed@google.com2013-04-24
* its ok if there is no family name in the pattern for fontconfig, for fc will ...Gravatar reed@google.com2013-04-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-23
* Add missing unistd.h include after r8765.Gravatar commit-bot@chromium.org2013-04-22
* check-point for linux fontmgr implGravatar reed@google.com2013-04-22
* fix refcnts for singleton fontconfig-directGravatar reed@google.com2013-04-22
* start cleanup, in prep for new fontmgr implGravatar reed@google.com2013-04-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* can't return false for a ptr (unless you're in gcc)Gravatar reed@google.com2013-04-19
* use SkDataTable to return familyNames for fontmgrGravatar reed@google.com2013-04-19
* check-point for new fontmgr on linuxGravatar reed@google.com2013-04-19
* Updates to images project.Gravatar scroggo@google.com2013-04-17
* Temporary patch to get Chrome Windows compilingGravatar robertphillips@google.com2013-04-09
* extend FontConfigInterface to start to match new fontmgr designGravatar reed@google.com2013-04-09
* Fix font handles leak. We return without freeing resources.Gravatar edisonn@google.com2013-04-06
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-04-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-30
* add matcher to fontstylesetGravatar reed@google.com2013-03-29
* Fix minor cppcheck-found issuesGravatar robertphillips@google.com2013-03-29
* add caching to fontmgr for macGravatar reed@google.com2013-03-28
* add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...Gravatar reed@google.com2013-03-27
* CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS)Gravatar reed@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-27
* store real fontstyle on mac fontsGravatar reed@google.com2013-03-26
* impl part of SKFontMgr for macGravatar reed@google.com2013-03-26
* remove SkFontHost::NextLogicalFont, and add android-specific functionGravatar reed@google.com2013-03-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-26
* Reverting r8376, r8373 and r8371 due to Android shader compilation failuresGravatar robertphillips@google.com2013-03-25
* check-point (early) for fontmgr stuff, not called.Gravatar reed@google.com2013-03-25
* Change fixedWidth to fixedPitch and implement on Windows.Gravatar bungeman@google.com2013-03-25
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-03-25
* land https://codereview.chromium.org/12676024Gravatar reed@google.com2013-03-25
* Fix for android_clang_dbg compiler errorGravatar robertphillips@google.com2013-03-24
* remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()Gravatar reed@google.com2013-03-22
* revert 8331 (broke android text)Gravatar reed@google.com2013-03-22
* override SkTypeface::onOpenStream for androidGravatar reed@google.com2013-03-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-22
* remove obsolete/abandoned font backendGravatar mike@reedtribe.org2013-03-22
* remove SkFontHost::GetFileNameGravatar mike@reedtribe.org2013-03-22
* remove obsolete/unsupported font backendGravatar mike@reedtribe.org2013-03-22
* remove obsolete/orphaned font backendGravatar mike@reedtribe.org2013-03-21
* override SkTypeface::onOpenStream for DWGravatar reed@google.com2013-03-21
* remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable*Gravatar reed@google.com2013-03-21
* Enable init'ed but unused var warning on windows for closer parity with mac/l...Gravatar bsalomon@google.com2013-03-21
* override SkTypeface::onOpenStream()Gravatar reed@google.com2013-03-21
* override onGetTableTags() and onGetTableData() in SkTypeface, in preparation forGravatar reed@google.com2013-03-21
* Use function-ptr instead of SkFontHost api to allow client to handleGravatar reed@google.com2013-03-21
* add virtual SkTypeface::onOpenStream and override that for fontconfigGravatar reed@google.com2013-03-21
* call onGetUPEM to subclasses can optimize it, and place default behaviorGravatar reed@google.com2013-03-21