diff options
author | Mike Reed <reed@google.com> | 2009-07-31 10:56:23 -0400 |
---|---|---|
committer | Mike Reed <reed@google.com> | 2009-07-31 12:06:37 -0400 |
commit | e3c6561496ef60345d830f1ab883afb1d1f251ef (patch) | |
tree | bf873415b8c50c4af19937869317ecc4b3cb6c22 /src/core/SkBlitRow.h | |
parent | 2f37fb3e294f62ec68d075d5a59efbde244c4e43 (diff) | |
download | external_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.zip external_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.tar.gz external_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.tar.bz2 |
add GetFileName api to fonthost, to return (optionally) the file backing a given font
minor refresh on freetype and blitrow.h from skia/trunk
Diffstat (limited to 'src/core/SkBlitRow.h')
-rw-r--r-- | src/core/SkBlitRow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBlitRow.h b/src/core/SkBlitRow.h index 473c925..ec31ff5 100644 --- a/src/core/SkBlitRow.h +++ b/src/core/SkBlitRow.h @@ -33,7 +33,7 @@ public: static Proc Factory(unsigned flags, SkBitmap::Config); private: - /** These global arrays are indexed using the flags parameterr to Factory, + /** These global arrays are indexed using the flags parameter to Factory, and contain either NULL, or a platform-specific function-ptr to be used in place of the system default. */ |