Searched refs:currentGlyph (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | textblob.cpp | 135 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/ |
D | textblob.cpp | 135 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()
|