Home
last modified time | relevance | path

Searched defs:currentWidth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetricsBuilder.cpp123 float currentWidth = m_simpleWidthIterator->runWidthSoFar() - m_totalWidth; in computeMetricsForCharacterSimple() local
143 float currentWidth = complexStartToCurrentMetrics.width() - m_totalWidth; in computeMetricsForCharacterComplex() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.h56 float currentWidth() const { return m_committedWidth + m_uncommittedWidth; } in currentWidth() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp155 float currentWidth = 0; in drawGlyphs() local
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp189 for (int32_t currentWidth = 0; currentWidth < WIDTH_INDEX_COUNT; ++currentWidth) { in loadMeasureUnitData() local
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1171 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
1252 int currentWidth = 1; in verifySinglesampleLineGroupRasterization() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp877 …int currentWidth = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenWidthOverride)… in deviceMetricsChanged() local