From 168801407bf66ce0ba6d81f6c9076cb9b983f6d9 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Tue, 23 Oct 2018 15:16:20 -0400 Subject: [PATCH] remove vert methods (no callers) Bug: skia: Change-Id: I24026c24608aecd9877bd3057f972280a6787230 Reviewed-on: https://skia-review.googlesource.com/c/164615 Auto-Submit: Mike Reed Reviewed-by: Mike Reed Commit-Queue: Mike Reed --- include/core/SkPaint.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 43799aa9ba..e79f9fe29c 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -395,28 +395,6 @@ public: */ void setAutohinted(bool useAutohinter); -#ifdef SK_SUPPORT_LEGACY_VERTICALTEXTAPI - /** DEPRECATED - Returns true if glyphs are drawn top to bottom instead of left to right. - - Equivalent to getFlags() masked with kVerticalText_Flag. - - @return kVerticalText_Flag state - */ - bool isVerticalText() const { return false; } - - /** DEPRECATED - Returns true if text advance positions the next glyph below the previous glyph instead of to the - right of previous glyph. - - Sets kVerticalText_Flag if vertical is true. - Clears kVerticalText_Flag if vertical is false. - - @param verticalText setting for kVerticalText_Flag - */ - void setVerticalText(bool) {} -#endif - /** Returns true if approximate bold by increasing the stroke width when creating glyph bitmaps from outlines.