OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floorToInt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.cpp
107
newLeft +=
floorToInt
(m_block.textIndentOffset());
117
newRight -=
floorToInt
(m_block.textIndentOffset());
RenderBlock.h
203
return
floorToInt
(logicalRightOffsetForLine(position, shouldIndentText, logicalHeight));
[
all
...]
RenderTable.cpp
516
distributeExtraLogicalHeight(
floorToInt
(computedLogicalHeight - totalSectionLogicalHeight));
[
all
...]
RenderBlock.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h
777
inline int
floorToInt
(LayoutUnit value)
Completed in 5093 milliseconds