OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endOfRun
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
163
unsigned
endOfRun
;
164
for (
endOfRun
= 1;
endOfRun
< m_item.item.length; ++
endOfRun
) {
165
const SimpleFontData* nextFontData = m_font->glyphDataForCharacter(m_item.string[m_item.item.pos +
endOfRun
], false).fontData;
169
m_item.item.length =
endOfRun
;
170
m_indexOfNextScriptRun = m_item.item.pos +
endOfRun
;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
657
unsigned
endOfRun
;
658
for (
endOfRun
= 1;
endOfRun
< m_item.item.length; ++
endOfRun
) {
660
m_item.string[m_item.item.pos +
endOfRun
], false).fontData;
664
m_item.item.length =
endOfRun
;
665
m_indexOfNextScriptRun = m_item.item.pos +
endOfRun
;
[
all
...]
Completed in 25 milliseconds