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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 153 Vector<CGGlyph, 256> m_adjustedGlyphs;
ComplexTextController.cpp 456 glyphBuffer->add(m_adjustedGlyphs[k], complexTextRun.fontData(), FloatSize(adjustedAdvance));
595 m_adjustedGlyphs.append(glyph);

Completed in 295 milliseconds