OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_runWidthSoFar
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h
55
float runWidthSoFar() const { return
m_runWidthSoFar
; }
66
float
m_runWidthSoFar
;
WidthIterator.cpp
44
,
m_runWidthSoFar
(0)
92
return m_font->tabWidth(*fontData, m_run.tabSize(), m_run.xPos() +
m_runWidthSoFar
);
128
m_runWidthSoFar
+= expansionAtThisOpportunity;
224
m_runWidthSoFar
+= width;
257
float initialWidth =
m_runWidthSoFar
;
262
width =
m_runWidthSoFar
- initialWidth;
Font.cpp
676
float beforeWidth = it.
m_runWidthSoFar
;
682
float afterWidth = it.
m_runWidthSoFar
;
686
initialAdvance = it.
m_runWidthSoFar
- afterWidth;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
64
float runWidthSoFar() const { return
m_runWidthSoFar
; }
160
float
m_runWidthSoFar
;
ComplexTextController.cpp
49
,
m_runWidthSoFar
(0)
95
m_runWidthSoFar
= m_leadingExpansion;
417
m_runWidthSoFar
= m_leadingExpansion;
466
m_runWidthSoFar
+= adjustedAdvance.width;
469
m_runWidthSoFar
+= adjustedAdvance.width;
471
m_runWidthSoFar
+= adjustedAdvance.width * (m_characterInCurrentGlyph - oldCharacterInCurrentGlyph) / (glyphEndOffset - glyphStartOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
[
all
...]
Completed in 461 milliseconds