OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentGlyph
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
47
float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, Glyph
currentGlyph
)
72
kerning = svgFont->verticalKerningForPairOfGlyphs(m_lastGlyph,
currentGlyph
);
74
kerning = svgFont->horizontalKerningForPairOfGlyphs(m_lastGlyph,
currentGlyph
);
79
m_lastGlyph =
currentGlyph
;
SVGTextLayoutEngineSpacing.h
35
float calculateSVGKerning(bool isVerticalText, Glyph
currentGlyph
);
/external/chromium_org/third_party/skia/gm/
textblob.cpp
119
unsigned
currentGlyph
= 0;
125
if (count > fGlyphs.count() -
currentGlyph
) {
126
count = fGlyphs.count() -
currentGlyph
;
136
SkPoint offset = SkPoint::Make(
currentGlyph
* advanceX + c * advanceX,
143
memcpy(buf.glyphs, fGlyphs.begin() +
currentGlyph
, count * sizeof(uint16_t));
153
memcpy(buf.glyphs, fGlyphs.begin() +
currentGlyph
, count * sizeof(uint16_t));
165
memcpy(buf.glyphs, fGlyphs.begin() +
currentGlyph
, count * sizeof(uint16_t));
172
currentGlyph
+= count;
Completed in 187 milliseconds