From c434ade20eba4a62c450b7ce33a89966fac9df62 Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Wed, 11 Jul 2018 16:07:01 -0400 Subject: Move to using pointers in simplifyDraw* Move to using pointers into buffers. This will allow multiple runs from blobs to share buffers. Change-Id: I6ebed2e490c5fe71077ddc921ead145ce17c5ebd Reviewed-on: https://skia-review.googlesource.com/141049 Commit-Queue: Herb Derby Reviewed-by: Mike Klein --- tests/GlyphRunTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/GlyphRunTest.cpp b/tests/GlyphRunTest.cpp index 7ec14240e7..b87edc7731 100644 --- a/tests/GlyphRunTest.cpp +++ b/tests/GlyphRunTest.cpp @@ -47,5 +47,5 @@ DEF_TEST(GlyphRunBasic, reporter) { paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding); SkGlyphRunBuilder builder; - builder.prepareDrawText(paint, glyphs, count, SkPoint::Make(0, 0)); + builder.drawText(paint, glyphs, count, SkPoint::Make(0, 0)); } -- cgit v1.2.3