From 74b390d6b136a60f1df15ac5ecd19bd8ad5a394b Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Wed, 6 Jun 2018 13:29:51 +0000 Subject: Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" This reverts commit 4225b3220ef4bf50f0d9403f812ea94d50c4ee59. Reason for revert: made valgrind unhappy. Original change's description: > Have draw(Text|PosText|PosTextH) use a single entry on the device > > Handle the positioning of drawText at the canvas layer. Simplify > the code by removing similar implementations. > > Change-Id: I8b711783435072f560e29fca1dd934fa2e345ed2 > Reviewed-on: https://skia-review.googlesource.com/127131 > Reviewed-by: Ben Wagner > Commit-Queue: Herb Derby TBR=jvanverth@google.com,bungeman@google.com,herb@google.com Change-Id: I65c9d30ae6ecb1f87e8660e56d8f8ce5daab7551 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/132403 Reviewed-by: Hal Canary Commit-Queue: Hal Canary --- tests/GlyphRunTest.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tests/GlyphRunTest.cpp (limited to 'tests/GlyphRunTest.cpp') diff --git a/tests/GlyphRunTest.cpp b/tests/GlyphRunTest.cpp deleted file mode 100644 index cad01acef7..0000000000 --- a/tests/GlyphRunTest.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2018 The Android Open Source Project - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -#include "SkGlyphRun.h" - -#include "Test.h" - -DEF_TEST(GlyphRunInfo, reporter) { - SkGlyphID glyphs[] = {100, 3, 240, 3, 234, 111, 3, 4, 10, 11}; - uint16_t count = SK_ARRAY_COUNT(glyphs); - - SkPaint paint; - paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding); - - SkGlyphRun::MakeFromDrawText(paint, glyphs, count, SkPoint::Make(0, 0)); -} \ No newline at end of file -- cgit v1.2.3