aboutsummaryrefslogtreecommitdiffstats
path: root/src/ports/SkFontHost_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor SkFontHost_linux into SkFontMgr_custom.bungeman2015-06-151-534/+0
* Font variations.bungeman2015-05-201-4/+3
* Revert of Font variations. (patchset #26 id:500001 of https://codereview.chro...robertphillips2015-05-151-3/+4
* Font variations.bungeman2015-05-141-4/+3
* Revert of Font variations. (patchset #21 id:400001 of https://codereview.chro...bungeman2015-05-131-3/+4
* Font variations.bungeman2015-05-131-4/+3
* Remove filename from SkFontDescriptor.bungeman2015-04-171-15/+0
* Add option to embed font data into executable.bungeman2015-03-301-65/+177
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-23/+23
* Remove SkFontHost includes and friends.bungeman2015-02-231-1/+0
* SkTypeface to use SkStreamAsset.bungeman2015-01-271-9/+9
* And change SkAutoTUnref<const SkStream to SkAutoTDelete.scroggo2015-01-211-1/+1
* Remove another caller of SkRef(SkStream)scroggo2015-01-211-1/+1
* Make SkStream *not* ref counted.scroggo2015-01-211-8/+7
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-19/+19
* add runtime config option to retain stream for custom typefaceshumper2014-11-191-1/+15
* Enforce pure virtual behavior for onMatchFamilyStyleCharacterdjsollen2014-11-141-0/+7
* Extend SkFontMgr_Custom to cover ttc, otf, pfb.bungeman2014-10-281-37/+43
* Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:200...bungeman2014-10-281-43/+37
* Extend SkFontMgr_Custom to cover ttc, otf, pfb.bungeman2014-10-281-37/+43
* Replace SkTypeface::Style with SkFontStyle.bungeman2014-10-201-11/+10
* Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...mtklein2014-10-201-10/+11
* Replace SkTypeface::Style with SkFontStyle.bungeman2014-10-201-11/+10
* Serialize the font index.bungeman2014-09-181-14/+18
* Add onGetFamilyName to SkTypeface.bungeman2014-09-171-0/+4
* "NULL !=" = NULLbsalomon2014-09-051-1/+1
* Cleanup: Rename SkOSPath functions.tfarina2014-07-281-3/+2
* Update find_name_and_attributes to take ttc index and rename to SkTypeface_Fr...bungeman2014-07-111-18/+17
* SkFontHost_linux - dup stream instead of refcommit-bot@chromium.org2014-03-241-1/+1
* Changes to SkFontHost_linuxcommit-bot@chromium.org2014-03-131-9/+5
* Make SkFontMgr interface const.commit-bot@chromium.org2014-02-041-10/+10
* Remove SK_FONTHOST_USES_FONTMGR.bungeman@google.com2013-11-111-392/+277
* Add onRefMatchingStyle to SkFontHost_linux.bungeman@google.com2013-08-021-21/+18
* stub support for SK_FONTHOST_USES_FONTMGRreed@google.com2013-08-011-2/+4
* add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...reed@google.com2013-03-271-0/+9
* remove SkFontHost::NextLogicalFont, and add android-specific functionreed@google.com2013-03-261-4/+0
* Change fixedWidth to fixedPitch and implement on Windows.bungeman@google.com2013-03-251-15/+15
* land https://codereview.chromium.org/12676024reed@google.com2013-03-251-45/+8
* remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()reed@google.com2013-03-221-25/+18
* remove SkFontHost::GetFileNamemike@reedtribe.org2013-03-221-6/+0
* oops, update the INHERITED for our typefacereed@google.com2013-03-211-2/+2
* inherit from SkTypeface_FreeType to share more codereed@google.com2013-03-211-1/+2
* remove SkFontHost::CreateScalerContextreed@google.com2013-03-191-2/+2
* use SkStream::NewFromFile()mike@reedtribe.org2013-03-191-8/+2
* reland 8200 w/ fix for android (use fullpath instead of path)reed@google.com2013-03-181-36/+13
* revert 8204 -- what is happening???reed@google.com2013-03-181-13/+36
* reland 8200 w/ fix for android (need fullpath instead of path)reed@google.com2013-03-181-36/+13
* revert 8200 to figure out android breakreed@google.com2013-03-181-13/+36
* move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityreed@google.com2013-03-181-36/+13
* Start addressing the clang static analyzer issuesrobertphillips@google.com2013-01-301-1/+0