Searched refs:currentGlyph (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | textblob.cpp | 124 unsigned currentGlyph = 0; in makeBlob() local 130 if (count > fGlyphs.count() - currentGlyph) { in makeBlob() 131 count = fGlyphs.count() - currentGlyph; in makeBlob() 141 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob() 148 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 158 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 170 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 177 currentGlyph += count; in makeBlob()
|
/external/skia/gm/ |
D | textblob.cpp | 124 unsigned currentGlyph = 0; in makeBlob() local 130 if (count > fGlyphs.count() - currentGlyph) { in makeBlob() 131 count = fGlyphs.count() - currentGlyph; in makeBlob() 141 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob() 148 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 158 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 170 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 177 currentGlyph += count; in makeBlob()
|