aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_mac_coretext.cpp
Commit message (Expand)AuthorAge
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* pass font size explicitly for leopardGravatar caryclark@google.com2011-11-16
* suppress warnings on clangGravatar caryclark@google.com2011-11-14
* check for null on LionGravatar caryclark@google.com2011-11-14
* add vertical text support in mac portGravatar caryclark@google.com2011-11-10
* remove common fields from Offscreen utility classGravatar caryclark@google.com2011-11-10
* change m to fGravatar caryclark@google.com2011-11-09
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* speed up font cache creation (20x using FontScalerBench)Gravatar reed@google.com2011-11-02
* fix font id calculationGravatar caryclark@google.com2011-11-02
* fix monospace glyph bounds on LionGravatar caryclark@google.com2011-11-01
* Don't use LCD on grayscale devices.Gravatar caryclark@google.com2011-10-25
* fix Leopard glyph boundsGravatar caryclark@google.com2011-10-25
* add support for local fontsGravatar caryclark@google.com2011-10-25
* use ATSFontRef for our unique ID. Much more stable than using the ptr itself ...Gravatar reed@google.com2011-10-11
* bug fix for character 0x200B : zero-advance-spaceGravatar reed@google.com2011-10-06
* change gamma for white and neutral textGravatar reed@google.com2011-10-06
* fix text for Lion, Leopard, Skia on MacGravatar caryclark@google.com2011-10-05
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
* support gamma correction for lcd textGravatar reed@google.com2011-09-28
* Fix realloc->reset rename missed in mac fileGravatar bsalomon@google.com2011-09-02
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* respect subpixel positioningGravatar reed@google.com2011-08-23
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Add missing function declarations.Gravatar caryclark@google.com2011-08-15
* Port change r2040 to macGravatar ctguil@chromium.org2011-08-08
* balance destructor's CFRelease with a CFRetain when we get the cgfontGravatar reed@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix chrome build, check OSX version before referencing 10.6 APIsGravatar reed@google.com2011-07-01
* explicitly enable font smoothing, in case your mac is hooked to a monitorGravatar reed@google.com2011-06-29
* Fix Mac compile - missing comma.Gravatar vandebo@chromium.org2011-06-28
* Fix core text font metrics - scale to em size and convert float to intGravatar vandebo@chromium.org2011-06-28
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* Added mutex in GetDefaultFont and added the default font to the FontCache whe...Gravatar yangsu@google.com2011-06-24
* fix null fFontRef in GetDefaultFont()Gravatar reed@google.com2011-06-24
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* Changed mac specific files to use ApplicationServices rather than CarbonGravatar yangsu@google.com2011-06-21
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* committing http://codereview.appspot.com/4515175/Gravatar caryclark@google.com2011-06-01
* checkpoint for better 8bit->5bit reduction (disable for now)Gravatar reed@google.com2011-05-26
* implement (sort of) Serialize/DeserializeGravatar reed@google.com2011-05-04
* add typefacecacheGravatar reed@google.com2011-05-02
* CGColorSpaceCreateDeviceRGB() better matches CG's outputGravatar reed@google.com2011-04-26
* support BW textGravatar reed@google.com2011-04-05