History log of /frameworks/minikin/sample/example_skia.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9802b0dc8e648117ab917e716e81e8a0da909cb3 29-Jul-2014 Behdad Esfahbod <behdad@google.com> Fix examples build

Was broken after recent CSS removal.

Change-Id: I160fbc73286b21336d6f3943ff92d7d150dff74b
/frameworks/minikin/sample/example_skia.cpp
f0a1e5b2da5aaccbc1c010413365cd8c304cf5d9 25-Jul-2014 Behdad Esfahbod <behdad@google.com> Remove deprecated API

It has been unused outside minikin.

Change-Id: Iaa2237767d81c77f90d0264e633375e601dd72f1
/frameworks/minikin/sample/example_skia.cpp
f8134eff0007533f213925d3e8e37d213b3afdee 07-Jul-2014 Mike Reed <reed@google.com> setConfig is deprecated

Change-Id: Iffad3ef724b565d5d8fed17722630fd74cda9234
/frameworks/minikin/sample/example_skia.cpp
a3998d4f51e862f00b3dc6b8b99cfbeea2622b2d 15-May-2014 Leon Scroggins III <scroggo@google.com> Remove references to SkFloatToScalar.

The macro has been deprecated, now that SkScalar is never fixed point.

Fixes minikin build.

Change-Id: I02838a7fa167c5cf58ad225f3f2f52659495492c
/frameworks/minikin/sample/example_skia.cpp
ecc2d34ac23a497988f21e5f415b53c007b9d8c5 15-Jul-2013 Raph Levien <raph@google.com> A basket of features: itemization, bounds, refcount

This patch improves script run itemization and also exposes metrics
and bounds for layouts. In addition, there is a fair amount of internal
cleanup, including ref counting, and making the MinikinFont abstraction
strong enough to support both FreeType and Skia implementations. There
is also a sample implementation using Skia, in the sample directory.

As part of its functionality, his patch measures the bounds of the
layout and gives access through Layout::GetBounds(). The corresponding
method is not implemented in the FreeType-only implementation of
MinikinFont, so that will probably have to be fixed.

Change-Id: Ib1a3fe9d7c90519ac651fb4aa957848e4bb758ec
/frameworks/minikin/sample/example_skia.cpp