Searched refs:m_glyphInCurrentRun (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp52 , m_glyphInCurrentRun(0)
420 m_glyphInCurrentRun = 0;
434 unsigned g = ltr ? m_glyphInCurrentRun : glyphCount - 1 - m_glyphInCurrentRun;
439 while (m_glyphInCurrentRun < glyphCount) {
477 m_glyphInCurrentRun++;
488 m_glyphInCurrentRun = 0;
H A DComplexTextController.h163 unsigned m_glyphInCurrentRun; member in class:blink::ComplexTextController

Completed in 1466 milliseconds