Add factory class for generating various flavors of GrTextContext.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 Jan 2014 21:37:03 +0000 (21:37 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 Jan 2014 21:37:03 +0000 (21:37 +0000)
commitce96b651d383305561ff0459a527acda8e93cc49
treef13e39ad061a598eb88d36b02a8fa049b57340b6
parent7873333236ba36ac123312666a0b9f7755e73642
Add factory class for generating various flavors of GrTextContext.

This is the first pass of making Gr*TextContext more generic and easily
subclassed. The next stage will be making GrBitmapTextContext and
GrDistanceFieldTextContext more similar by moving the SkDraw loop into
each subclass.

BUG=skia:2018
R=bsalomon@google.com, reed@google.com

Author: jvanverth@google.com

Review URL: https://codereview.chromium.org/144283002

git-svn-id: http://skia.googlecode.com/svn/trunk@13142 2bbb7eff-a529-9590-31e7-b0007b416f81
include/gpu/GrBitmapTextContext.h
include/gpu/GrDistanceFieldTextContext.h
include/gpu/GrTextContext.h
include/gpu/SkGpuDevice.h
src/gpu/GrBitmapTextContext.cpp
src/gpu/GrDistanceFieldTextContext.cpp
src/gpu/GrTextContext.cpp
src/gpu/SkGpuDevice.cpp