Home
last modified time | relevance | path

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

/external/skia/gm/
Dtexteffects.cpp84 const int fullRunLen = glyphCount - glyphIndex; in MakeFancyBlob() local
85 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
87 SkTo<uint32_t>(fullRunLen) * sizeof(SkGlyphID)); in MakeFancyBlob()
88 for (int i = 0; i < fullRunLen; ++i) { in MakeFancyBlob()
/external/skqp/gm/
Dtexteffects.cpp84 const int fullRunLen = glyphCount - glyphIndex; in MakeFancyBlob() local
85 const SkTextBlobBuilder::RunBuffer& buf = blobBuilder.allocRunPos(font, fullRunLen); in MakeFancyBlob()
87 SkTo<uint32_t>(fullRunLen) * sizeof(SkGlyphID)); in MakeFancyBlob()
88 for (int i = 0; i < fullRunLen; ++i) { in MakeFancyBlob()