aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
...
* Glyph advances from generateAdvance do not always match generateMetrics results.Gravatar bungeman@google.com2012-03-23
* Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.Gravatar tomhudson@google.com2012-03-23
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Add basic support for vertical text into freetype.Gravatar djsollen@google.com2012-03-19
* Fix broken android buildGravatar djsollen@google.com2012-03-15
* Add CreateFallbackForScript to SkTypeface for Android.Gravatar djsollen@google.com2012-03-15
* Use floats for mask table for accuracy.Gravatar bungeman@google.com2012-03-13
* Use default lcd filter until we have the means to specify one.Gravatar bungeman@google.com2012-03-09
* reenable vertical lcd supportGravatar reed@google.com2012-03-08
* [PDF] Treat TTF Fonts that report zero glyphs as other font type.Gravatar vandebo@chromium.org2012-03-08
* Don't override the user's hinting level.Gravatar bungeman@google.com2012-03-08
* When guessing at the dest, use linear space instead of color space.Gravatar bungeman@google.com2012-03-05
* On Mac, also check for a loca table before calling a font true type.Gravatar vandebo@chromium.org2012-03-02
* Check to see if font is TrueType before making TrueType specific calls.Gravatar caryclark@google.com2012-03-02
* restore old no-gamma behavior when requestedGravatar reed@google.com2012-03-02
* allow gamma params to be changed in .gypGravatar reed@google.com2012-03-01
* fix clipping of lcd edge pixelsGravatar reed@google.com2012-03-01
* apply contrast before blend-gamma-calcGravatar reed@google.com2012-02-29
* implement gamma correction for freetype text.Gravatar reed@google.com2012-02-28
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* Provide fallbacks for web fonts.Gravatar caryclark@google.com2012-02-23
* Use intrinsics for atomic inc and dec on Windows.Gravatar bungeman@google.com2012-02-17
* Remove SkFontHost::ValidFontID PART 1: remove only caller.Gravatar bungeman@google.com2012-02-17
* Lazily allocate gNameList, and protect its usage behind the global mutex.Gravatar djsollen@google.com2012-02-16
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* Fix regression where we disable fonts with no specified nameGravatar djsollen@google.com2012-02-15
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* suport A8 grayscale text with COLOR_LUMINANCE build optionGravatar reed@google.com2012-02-15
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* Make SkImageEncoder_CG report more failures to its caller.Gravatar epoger@google.com2012-01-31
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* fix vertical bold text on macGravatar caryclark@google.com2012-01-25
* Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeTypeGravatar epoger@google.com2012-01-18
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* remove unused bool param to SkMutex constructorGravatar reed@google.com2012-01-12
* android: optimize atomics routinesGravatar digit@google.com2012-01-11
* Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROIDGravatar djsollen@google.com2012-01-09
* Mac generateFontMetrics not converting to scalar.Gravatar bungeman@google.com2012-01-05
* Remove attempt at subpixel handling from GDI font host.Gravatar bungeman@google.com2012-01-05
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* fix vertical text on LionGravatar caryclark@google.com2011-12-20
* partial fix for vertical text on LionGravatar caryclark@google.com2011-12-19
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* move variable declarations above goto lines, to fix warning/error aboutGravatar reed@google.com2011-11-28
* remove obsolete assertGravatar reed@google.com2011-11-22
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22