SkTextBlob GPipe serialization.
authorfmalita <fmalita@chromium.org>
Thu, 28 Aug 2014 20:59:42 +0000 (13:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 28 Aug 2014 20:59:42 +0000 (13:59 -0700)
commit228a6f275d7c5c17c48c20b57df971d9848f5dff
tree9fa67d0d6d91b04b319e5b1d3184174632657ec8
parentbedec8456ff0ea814ed1bba748a86678f458d063
SkTextBlob GPipe serialization.

Instead of relying on unrolling blobs in SkCanvas, serialize when
passing through a GPipe.

This is a prerequisite for pushing the blob draw op to the device.

R=mtklein@google.com, reed@google.com, robertphillips@google.com

Author: fmalita@chromium.org

Review URL: https://codereview.chromium.org/511783005
include/core/SkTextBlob.h
src/pipe/SkGPipeRead.cpp
src/pipe/SkGPipeWrite.cpp