add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Mar 2011 20:56:58 +0000 (20:56 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Mar 2011 20:56:58 +0000 (20:56 +0000)
commitf67e4cf4c18cd228738a11372859ee0280bce1d7
treea456d4c82362669303d993c57e326a1fd0466e59
parent759c16e20dc42577226c8805bfea92d8bacb14d8
add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
filter what text features we try to use. The filtering allows for implementation
limitations to dictate when we turn off certain text features.

git-svn-id: http://skia.googlecode.com/svn/trunk@943 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkDevice.h
include/gpu/SkGpuDevice.h
src/core/SkCanvas.cpp
src/core/SkDevice.cpp
src/core/SkPaint.cpp
src/gpu/SkGpuDevice.cpp