HomeSort by relevance Sort by last modified time
    Searched refs:glyphLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 136 totalGlyphs += static_cast<int>(m_shapes[runIndex].glyphLength());
157 for (int i = 0; i < shaping.glyphLength(); i++, destIndex++) {
177 shaping.m_justify.resize(shaping.glyphLength());
178 for (int i = 0; i < shaping.glyphLength(); i++, globalGlyphIndex++)
205 shaping.glyphLength(),
247 hr = ScriptXtoCP(x, itemLength, shaping.glyphLength(),
311 afterGlyph = shaping.glyphLength();
326 afterGlyph = shaping.glyphLength();
    [all...]
UniscribeHelper.h 239 int glyphLength() const

Completed in 856 milliseconds