Home
last modified time | relevance | path

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

/external/skia/gm/
Dtextblob.cpp135 unsigned currentGlyph = 0; in makeBlob() local
141 if (count > fGlyphs.count() - currentGlyph) { in makeBlob()
142 count = fGlyphs.count() - currentGlyph; in makeBlob()
152 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob()
159 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
169 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
181 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
188 currentGlyph += count; in makeBlob()
/external/skqp/gm/
Dtextblob.cpp135 unsigned currentGlyph = 0; in makeBlob() local
141 if (count > fGlyphs.count() - currentGlyph) { in makeBlob()
142 count = fGlyphs.count() - currentGlyph; in makeBlob()
152 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob()
159 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
169 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
181 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob()
188 currentGlyph += count; in makeBlob()