Home
last modified time | relevance | path

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

/external/skqp/gm/
Dtexteffects.cpp162 const int defaultRunLen = glyphCount / 3; in MakeFancyBlob() local
164 defaultRunLen, in MakeFancyBlob()
166 memcpy(buf.glyphs, glyphs.get(), SkTo<uint32_t>(defaultRunLen) * sizeof(SkGlyphID)); in MakeFancyBlob()
168 for (int i = 0; i < defaultRunLen; ++i) { in MakeFancyBlob()
/external/skia/gm/
Dtexteffects.cpp162 const int defaultRunLen = glyphCount / 3; in MakeFancyBlob() local
164 defaultRunLen, in MakeFancyBlob()
166 memcpy(buf.glyphs, glyphs.get(), SkTo<uint32_t>(defaultRunLen) * sizeof(SkGlyphID)); in MakeFancyBlob()
168 for (int i = 0; i < defaultRunLen; ++i) { in MakeFancyBlob()