Searched refs:currentGlyph (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/skia/gm/ |
D | textblob.cpp | 119 unsigned currentGlyph = 0; in makeBlob() local 125 if (count > fGlyphs.count() - currentGlyph) { in makeBlob() 126 count = fGlyphs.count() - currentGlyph; in makeBlob() 136 SkPoint offset = SkPoint::Make(currentGlyph * advanceX + c * advanceX, in makeBlob() 143 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 153 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 165 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); in makeBlob() 172 currentGlyph += count; in makeBlob()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngineSpacing.cpp | 47 float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, Glyph currentGlyph) in calculateSVGKerning() argument 72 kerning = svgFont->verticalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph); in calculateSVGKerning() 74 kerning = svgFont->horizontalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph); in calculateSVGKerning() 79 m_lastGlyph = currentGlyph; in calculateSVGKerning()
|
D | SVGTextLayoutEngineSpacing.h | 35 float calculateSVGKerning(bool isVerticalText, Glyph currentGlyph);
|