OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runWidthSoFar
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/graphics/win/
UniscribeController.h
50
float
runWidthSoFar
() const { return m_runWidthSoFar; }
/external/webkit/WebCore/platform/graphics/
WidthIterator.cpp
80
float
runWidthSoFar
= m_runWidthSoFar;
126
width = tabWidth - fmodf(m_run.xPos() +
runWidthSoFar
, tabWidth);
198
float totalWidth =
runWidthSoFar
+ width;
202
runWidthSoFar
+= width;
211
m_runWidthSoFar =
runWidthSoFar
;
/external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.h
58
float
runWidthSoFar
() const { return m_runWidthSoFar; }
Completed in 1603 milliseconds