if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Feb 2012 21:37:57 +0000 (21:37 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Feb 2012 21:37:57 +0000 (21:37 +0000)
commit813d38b7a07957f2990ccca52ddab55fe0b1c632
tree1e068b9e27e6f24d91d74331a00669001fab52a1
parentd6e2c7cf08df73503b81cf901de3a3b2b278c2c5
if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component
to create a per-component-luminance value for the fonthost to use. Only supported
on Mac at the moment (but still disabled by default)

git-svn-id: http://skia.googlecode.com/svn/trunk@3180 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkScalerContext.h
src/core/SkPaint.cpp
src/ports/SkFontHost_mac_coretext.cpp