OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentCharacter
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h
35
,
m_currentCharacter
(currentCharacter)
42
if (
m_currentCharacter
>= m_lastCharacter)
53
m_currentCharacter
+= advanceLength;
56
int currentCharacter() const { return
m_currentCharacter
; }
61
int
m_currentCharacter
;
WidthIterator.cpp
40
,
m_currentCharacter
(0)
306
unsigned consumedCharacters = textIterator.currentCharacter() -
m_currentCharacter
;
307
m_currentCharacter
= textIterator.currentCharacter();
320
if (
m_currentCharacter
>= static_cast<unsigned>(offset))
324
Latin1TextIterator textIterator(m_run.data8(
m_currentCharacter
),
m_currentCharacter
, offset, length);
328
SurrogatePairAwareTextIterator textIterator(m_run.data16(
m_currentCharacter
),
m_currentCharacter
, offset, length);
335
advance(
m_currentCharacter
+ 1, &glyphBuffer);
WidthIterator.h
73
unsigned
m_currentCharacter
;
FontFastPath.cpp
588
offset = it.
m_currentCharacter
;
603
offset = it.
m_currentCharacter
;
/external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.h
38
if (
m_currentCharacter
>= m_lastCharacter)
53
m_currentCharacter
+= advanceLength;
56
int currentCharacter() const { return
m_currentCharacter
; }
64
int
m_currentCharacter
;
SurrogatePairAwareTextIterator.cpp
35
,
m_currentCharacter
(currentCharacter)
63
if (
m_currentCharacter
+ 1 >= m_endCharacter)
80
if (
m_currentCharacter
+ 1 >= m_endCharacter)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
156
unsigned
m_currentCharacter
;
ComplexTextController.cpp
119
,
m_currentCharacter
(0)
491
if (offset <=
m_currentCharacter
) {
499
m_currentCharacter
= offset;
527
if (glyphStartOffset + complexTextRun.stringLocation() >=
m_currentCharacter
)
534
m_characterInCurrentGlyph = min(
m_currentCharacter
- complexTextRun.stringLocation(), glyphEndOffset) - glyphStartOffset;
548
if (glyphEndOffset + complexTextRun.stringLocation() >
m_currentCharacter
)
Completed in 260 milliseconds