OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_characterInCurrentGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
53
,
m_characterInCurrentGlyph
(0)
421
m_characterInCurrentGlyph
= 0;
455
if (glyphBuffer && !
m_characterInCurrentGlyph
)
458
unsigned oldCharacterInCurrentGlyph =
m_characterInCurrentGlyph
;
459
m_characterInCurrentGlyph
= std::min(m_currentCharacter - complexTextRun.stringLocation(), glyphEndOffset) - glyphStartOffset;
465
ASSERT(
m_characterInCurrentGlyph
== oldCharacterInCurrentGlyph);
471
m_runWidthSoFar += adjustedAdvance.width * (
m_characterInCurrentGlyph
- oldCharacterInCurrentGlyph) / (glyphEndOffset - glyphStartOffset);
478
m_characterInCurrentGlyph
= 0;
ComplexTextController.h
164
unsigned
m_characterInCurrentGlyph
;
Completed in 78 milliseconds