Home
last modified time | relevance | path

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

/external/skia/gm/
Dtexteffects.cpp330 const size_t glyphTextBytes = SkTo<uint32_t>(glyphCount) * sizeof(SkGlyphID); in MakeFancyBlob() local
331 const int widthCount = blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, nullptr); in MakeFancyBlob()
335 blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, widths.get()); in MakeFancyBlob()