/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontComplexTextMac.cpp | 63 float totalWidth = controller.totalWidth(); 64 return FloatRect(floorf(point.x() + totalWidth - afterWidth), point.y(), roundf(point.x() + totalWidth - beforeWidth) - floorf(point.x() + totalWidth - afterWidth), h); 85 initialAdvance = controller.totalWidth() - afterWidth; 133 return shaper.totalWidth(); 139 glyphBounds->setRight(std::max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.totalWidth()))); 141 return controller.totalWidth();
|
ComplexTextController.h | 66 float totalWidth() const { return m_totalWidth; }
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TouchTest.java | 189 float totalWidth = 0f; 193 totalWidth += f; 195 return (int) totalWidth;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FixedTableLayout.cpp | 245 int totalWidth = totalFixedWidth + totalPercentWidth; 246 if (!numAuto || totalWidth > tableLogicalWidth) { 249 if (totalWidth != tableLogicalWidth) { 251 if (totalFixedWidth && totalWidth < tableLogicalWidth) { 255 calcWidth[i] = calcWidth[i] * tableLogicalWidth / totalWidth; 269 totalWidth = totalFixedWidth + totalPercentWidth; 293 totalWidth = tableLogicalWidth; 296 if (totalWidth < tableLogicalWidth) { 298 int remainingWidth = tableLogicalWidth - totalWidth;
|
AutoTableLayout.cpp | 367 int totalWidth = 0; 370 totalWidth += m_layoutStruct[pos].effectiveMaxLogicalWidth; 373 for (unsigned pos = effCol; pos < lastCol && totalWidth > 0; ++pos) { 375 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / totalWidth; 376 totalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth; [all...] |
RenderDeprecatedFlexibleBox.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 64 float totalWidth() { return m_totalWidth; }
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 71 float totalWidth = 0.0f; 73 totalWidth += widths[i]; 78 assertBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); 82 assertBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); 85 assertBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, 89 assertBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, 93 assertBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, 97 assertBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, 101 assertBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, 105 assertBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
DataGrid.js | 486 var totalWidth = 0; 488 totalWidth += widths[i]; 491 var width = Math.round(100 * widths[i] / totalWidth); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |