Searched refs:glyphTextBytes (Results 1 – 1 of 1) sorted by relevance
330 const size_t glyphTextBytes = SkTo<uint32_t>(glyphCount) * sizeof(SkGlyphID); in MakeFancyBlob() local331 const int widthCount = blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, nullptr); in MakeFancyBlob()335 blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, widths.get()); in MakeFancyBlob()