Home
last modified time | relevance | path

Searched refs:textBlob (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaCanvas.cpp747 sk_sp<SkTextBlob> textBlob(builder.make()); in drawGlyphs() local
749 applyLooper(&paintCopy, [&](const SkPaint& p) { mCanvas->drawTextBlob(textBlob, 0, 0, p); }); in drawGlyphs()
787 sk_sp<SkTextBlob> textBlob(builder.make()); in drawLayoutOnPath() local
789 applyLooper(&paintCopy, [&](const SkPaint& p) { mCanvas->drawTextBlob(textBlob, 0, 0, p); }); in drawLayoutOnPath()