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