| Index: src/core/SkBlitMask.h
|
| diff --git a/src/core/SkBlitMask.h b/src/core/SkBlitMask.h
|
| index 3fc306f8c84ef00227f780a2c134b043ca2759ee..d39c094cb60d04dd27a9a10c669a4bed04e0a2a8 100644
|
| --- a/src/core/SkBlitMask.h
|
| +++ b/src/core/SkBlitMask.h
|
| @@ -48,18 +48,6 @@ public:
|
| const SkPMColor* src, int width);
|
|
|
| /**
|
| - * Public entry-point to return a blitmask ColorProc.
|
| - * May return NULL if config or format are not supported.
|
| - */
|
| - static ColorProc ColorFactory(SkColorType, SkMask::Format, SkColor);
|
| -
|
| - /**
|
| - * Return either platform specific optimized blitmask ColorProc,
|
| - * or NULL if no optimized routine is available.
|
| - */
|
| - static ColorProc PlatformColorProcs(SkColorType, SkMask::Format, SkColor);
|
| -
|
| - /**
|
| * Public entry-point to return a blitcolor BlitLCD16RowProc.
|
| */
|
| static BlitLCD16RowProc BlitLCD16RowFactory(bool isOpaque);
|
|
|