OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:characterindex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
314
int
characterIndex
= spaceCharacters[k];
315
//
characterIndex
is left at the initial value of -1 for glyphs that do not map back to treated-as-space characters.
316
if (
characterIndex
!= -1) {
331
if (
characterIndex
> 0 && !Font::treatAsSpace(*m_run.data(
characterIndex
- 1)) && m_font.wordSpacing())
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
435
CFIndex
characterIndex
= complexTextRun.indexAt(i);
437
if (
characterIndex
< lastCharacterIndex)
440
if (
characterIndex
> lastCharacterIndex)
443
UChar ch = *(cp +
characterIndex
);
499
if (treatAsSpace &&
characterIndex
> 0 && !Font::treatAsSpace(*m_run.data(
characterIndex
- 1)) && m_font.wordSpacing())
524
lastCharacterIndex =
characterIndex
;
Completed in 188 milliseconds