Home
last modified time | relevance | path

Searched defs:totalWidth (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_column_model.js138 get totalWidth() { getter in TableColumnModel
/external/webkit/Source/WebCore/platform/graphics/win/
DFontWin.cpp65 float totalWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
DFontCGWin.cpp155 int totalWidth = 0; in drawGDIGlyphs() local
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontComplexTextMac.cpp52 float totalWidth = controller.totalWidth(); in selectionRectForComplexText() local
DComplexTextController.h61 float totalWidth() const { return m_totalWidth; } in totalWidth() function
/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp260 int totalWidth = totalFixedWidth + totalPercentWidth; in layout() local
DAutoTableLayout.cpp368 float totalWidth = 0; in calcEffectiveLogicalWidth() local
DRenderFlexibleBox.cpp914 int totalWidth; in applyLineClamp() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontWx.cpp96 float totalWidth = it.runWidthSoFar(); in selectionRectForComplexText() local
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetters.java19 private float totalWidth; field in Letters
/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp475 float totalWidth = it.m_runWidthSoFar; in selectionRectForSimpleText() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp245 int totalWidth = 0; in estimateTextBounds() local
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp545 int totalWidth = trackRect.width(); in paintMediaSliderTrack() local