aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_linux.cpp
Commit message (Expand)AuthorAge
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Update find_name_and_attributes to take ttc index and rename to SkTypeface_Fr...Gravatar bungeman2014-07-11
* SkFontHost_linux - dup stream instead of refGravatar commit-bot@chromium.org2014-03-24
* Changes to SkFontHost_linuxGravatar commit-bot@chromium.org2014-03-13
* Make SkFontMgr interface const.Gravatar commit-bot@chromium.org2014-02-04
* Remove SK_FONTHOST_USES_FONTMGR.Gravatar bungeman@google.com2013-11-11
* Add onRefMatchingStyle to SkFontHost_linux.Gravatar bungeman@google.com2013-08-02
* stub support for SK_FONTHOST_USES_FONTMGRGravatar reed@google.com2013-08-01
* add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...Gravatar reed@google.com2013-03-27
* remove SkFontHost::NextLogicalFont, and add android-specific functionGravatar reed@google.com2013-03-26
* Change fixedWidth to fixedPitch and implement on Windows.Gravatar bungeman@google.com2013-03-25
* land https://codereview.chromium.org/12676024Gravatar reed@google.com2013-03-25
* remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()Gravatar reed@google.com2013-03-22
* remove SkFontHost::GetFileNameGravatar mike@reedtribe.org2013-03-22
* oops, update the INHERITED for our typefaceGravatar reed@google.com2013-03-21
* inherit from SkTypeface_FreeType to share more codeGravatar reed@google.com2013-03-21
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* reland 8200 w/ fix for android (use fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8204 -- what is happening???Gravatar reed@google.com2013-03-18
* reland 8200 w/ fix for android (need fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8200 to figure out android breakGravatar reed@google.com2013-03-18
* move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityGravatar reed@google.com2013-03-18
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Turn off some debugging statements.Gravatar scroggo@google.com2012-10-11
* Load more fonts on Linux.Gravatar bungeman@google.com2012-09-26
* Deserialization locks up multithreading fix.Gravatar chudy@google.com2012-07-30
* Remove 'legacy' font descriptor methods.Gravatar bungeman@google.com2012-06-01
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* partial revert of r3541 to removed accidentally uploaded fileGravatar djsollen@google.com2012-03-29
* Landing arm patch from contributor.Gravatar djsollen@google.com2012-03-29
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* Fix regression where we disable fonts with no specified nameGravatar djsollen@google.com2012-02-15
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* silence printfGravatar reed@google.com2011-05-17
* update to add isFixedWidth attribute to typefacesGravatar reed@google.com2011-02-23
* fix uninitialized warningGravatar reed@google.com2011-01-04
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* remove obsolete closeStream() method -- the caller just unref's the stream wh...Gravatar reed@android.com2010-04-16
* add EmptyTypeface class, to gracefully handle when there are no fonts avail.Gravatar reed@android.com2010-04-16
* be sure to ref() before returning a typeface from CreateGravatar reed@android.com2010-04-15