- fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- f20488b Clean up a few includes, introduce iwyu. by bungeman · 10 years ago
- 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
- 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 10 years ago
- c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
- 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 10 years ago[Renamed (93%) from src/ports/SkFontHost_linux.cpp]
- 41868fe Font variations. by bungeman · 10 years ago
- 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 10 years ago
- 3489ee0 Font variations. by bungeman · 10 years ago
- 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 10 years ago
- 05773ed Font variations. by bungeman · 10 years ago
- 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
- 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
- 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
- 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
- e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
- 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
- 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
- ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
- 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
- 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
- d71b757 Serialize the font index. by bungeman · 10 years ago
- b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 11 years ago
- 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 11 years ago
- a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 11 years ago
- ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 11 years ago
- 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
- b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
- febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 12 years ago
- ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 12 years ago
- 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
- 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
- fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
- 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
- 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
- 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
- 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
- 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
- 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
- f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
- e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
- 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
- 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
- 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
- d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
- 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
- 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
- ada4480 Deserialization locks up multithreading fix. by chudy@google.com · 13 years ago
- b6896e7 Remove 'legacy' font descriptor methods. http://codereview.appspot.com/6261059/ by bungeman@google.com · 13 years ago
- 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
- 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
- e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 13 years ago
- bff29d5 Landing arm patch from contributor. by djsollen@google.com · 13 years ago
- ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
- 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
- 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
- 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 14 years ago
- 6fb8f77 silence printf by reed@google.com · 14 years ago
- 3681276 update to add isFixedWidth attribute to typefaces by reed@google.com · 14 years ago
- 6963af2 fix uninitialized warning by reed@google.com · 14 years ago
- 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
- 51709c7 remove obsolete closeStream() method -- the caller just unref's the stream when they're done by reed@android.com · 15 years ago
- f244f1b add EmptyTypeface class, to gracefully handle when there are no fonts avail. by reed@android.com · 15 years ago
- 887e4f3 be sure to ref() before returning a typeface from Create by reed@android.com · 15 years ago
- 1c0c5a0 fix refcnt for streams by reed@android.com · 15 years ago
- f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
- ac98154 add GetFileName api to SkFontHost by reed@android.com · 16 years ago
- 22dbaaf Fix reference count on openStream by reed@android.com · 16 years ago
- b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 16 years ago
- ff7f389 Oops, CreateTypeface takes over ownership of the stream, instead of just ref() by reed@android.com · 16 years ago
- 1bfd0ca Implement CreateTypefaceFromFile by reed@android.com · 16 years ago
- 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
- 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago