Home
last modified time | relevance | path

Searched defs:buildTextBlob (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp349 void TextLine::buildTextBlob(TextRange textRange, const TextStyle& style, const ClipContext& contex… in buildTextBlob() function in skia::textlayout::TextLine
/aosp_15_r20/external/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp161 sk_sp<SkTextBlob> buildTextBlob(sk_sp<SkTypeface> tf, int glyphCount, int textSize = 1) { in buildTextBlob() function