aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFDevice.cpp')
-rw-r--r--src/pdf/SkPDFDevice.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
index 1cf649c1a1..f4c034e1ef 100644
--- a/src/pdf/SkPDFDevice.cpp
+++ b/src/pdf/SkPDFDevice.cpp
@@ -1450,12 +1450,6 @@ void SkPDFDevice::internalDrawText(
}
}
-void SkPDFDevice::drawText(const void* text, size_t len,
- SkScalar x, SkScalar y, const SkPaint& paint) {
- this->internalDrawText(text, len, nullptr, SkTextBlob::kDefault_Positioning,
- SkPoint{x, y}, paint, nullptr, 0, nullptr);
-}
-
void SkPDFDevice::drawPosText(const void* text, size_t len,
const SkScalar pos[], int scalarsPerPos,
const SkPoint& offset, const SkPaint& paint) {