Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dtextblob.cpp137 unsigned currentGlyph = 0; in makeBlob() local
143 if (count > fGlyphs.count() - currentGlyph) { in makeBlob()
144 count = fGlyphs.count() - currentGlyph; in makeBlob()
154 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob()
161 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
171 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
183 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
190 currentGlyph += count; in makeBlob()
/third_party/flutter/skia/gm/
Dtextblob.cpp137 unsigned currentGlyph = 0; in makeBlob() local
143 if (count > fGlyphs.count() - currentGlyph) { in makeBlob()
144 count = fGlyphs.count() - currentGlyph; in makeBlob()
154 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob()
161 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
171 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
183 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
190 currentGlyph += count; in makeBlob()