Searched refs:totalWidth (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFixedTableLayout.cpp239 int totalWidth = totalFixedWidth + totalPercentWidth; local
240 if (!numAuto || totalWidth > tableLogicalWidth) {
243 if (totalWidth != tableLogicalWidth) {
245 if (totalFixedWidth && totalWidth < tableLogicalWidth) {
249 calcWidth[i] = calcWidth[i] * tableLogicalWidth / totalWidth;
263 totalWidth = totalFixedWidth + totalPercentWidth;
287 totalWidth = tableLogicalWidth;
290 if (totalWidth < tableLogicalWidth) {
292 int remainingWidth = tableLogicalWidth - totalWidth;
H A DAutoTableLayout.cpp352 int totalWidth = 0; local
355 totalWidth += m_layoutStruct[pos].effectiveMaxLogicalWidth;
358 for (unsigned pos = effCol; pos < lastCol && totalWidth > 0; ++pos) {
360 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / totalWidth;
361 totalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;
H A DRenderDeprecatedFlexibleBox.cpp1003 LayoutUnit totalWidth; local
1006 totalWidth = anchorBox->logicalWidth() + font.width(constructTextRun(this, font, ellipsisAndSpace, 2, style()));
1009 totalWidth = font.width(constructTextRun(this, font, &horizontalEllipsis, 1, style()));
1025 if (!lastVisibleLine->lineCanAccommodateEllipsis(leftToRight, blockRightEdge, lastVisibleLine->x() + lastVisibleLine->logicalWidth(), totalWidth))
1031 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, leftToRight, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFontCairoHarfbuzzNG.cpp74 return shaper.totalWidth();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontComplexTextMac.cpp49 selectionRect.move(controller.totalWidth() - afterWidth, 0);
70 initialAdvance = controller.totalWidth() + controller.finalRoundingWidth() - afterWidth;
114 glyphOverflow->right = std::max<int>(0, ceilf(controller.maxGlyphBoundingBoxX() - controller.totalWidth()));
116 return controller.totalWidth();
H A DComplexTextController.h64 float totalWidth() const { return m_totalWidth; } function in class:WebCore::ComplexTextController
H A DComplexTextController.cpp698 CGFloat totalWidth = widthSinceLastCommit + advance.width; variable
699 widthSinceLastCommit = ceilCGFloat(totalWidth);
700 CGFloat extraWidth = widthSinceLastCommit - totalWidth;
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c415 int totalWidth, totalHeight; member in struct:__anon13548
504 c->totalWidth = c->text.width;
508 c->totalWidth = c->image.width;
512 c->totalWidth = MAX(c->image.width, c->text.width);
517 c->totalWidth = MAX(c->image.width, c->text.width);
523 c->totalWidth = c->image.width + c->text.width + c->space;
607 b = Ttk_AnchorBox(b, l->totalWidth, l->totalHeight, anchor);
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDisplay.c49 int totalWidth; member in struct:Range
100 int totalWidth; /* Last seen Tree_TotalWidth() */ member in struct:TreeDInfo_
305 range->totalWidth = -1;
375 range->totalWidth = pixels;
440 range->totalWidth = 1;
475 if (range->totalWidth >= 0)
476 return range->totalWidth;
482 return range->totalWidth = Tree_WidthOfColumns(tree);
491 return range->totalWidth = TreeColumn_UseWidth(tree->columnVis);
495 return range->totalWidth
1103 int totalWidth = Tree_TotalWidth(tree); local
1266 int totalWidth = Tree_TotalWidth(tree); local
[all...]
H A DtkTreeMarquee.c593 int totalWidth = Tree_TotalWidth(tree); local
610 if (x1 >= totalWidth)
620 if (x2 > totalWidth)
621 x2 = totalWidth;
H A DtkTreeUtils.c1681 int totalWidth; /* Width in pixels of this chunk. Used member in struct:LayoutChunk
1703 int totalWidth; member in struct:LayoutInfo
1764 chunkPtr->totalWidth = newX - curX;
1925 &chunkPtr->totalWidth);
1928 chunkPtr->totalWidth += curX;
1993 if (chunkPtr->x + chunkPtr->totalWidth < wrapLength)
1996 pixelsForText = chunkPtr->totalWidth - 1;
2008 chunkPtr->totalWidth = pixelsForText;
2032 chunkPtr->totalWidth = chunkPtr->displayWidth;
2047 layoutPtr->totalWidth
[all...]
H A DtkTreeColumn.c274 #define COLU_CONF_TWIDTH 0x0008 /* totalWidth */
5342 int width, visWidth, totalWidth = 0; local
5416 totalWidth += width;
5432 totalWidth -= column->useWidth;
5434 totalWidth += width;
5450 if ((visWidth < totalWidth) && (numSqueeze > 0)) {
5451 int spaceRemaining = totalWidth - visWidth;
5477 if ((visWidth > totalWidth) && (numExpand > 0)) {
5478 int spaceRemaining = visWidth - totalWidth;
5524 totalWidth
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h62 float totalWidth() { return m_totalWidth; } function in class:WebCore::HarfBuzzShaper
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp206 unsigned totalWidth = m_frontendPage->mainFrame().view()->visibleWidth() + m_inspectorController->inspectedPage().mainFrame().view()->visibleWidth(); local
207 unsigned attachedWidth = constrainedAttachedWindowWidth(width, totalWidth);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontFastPath.cpp307 float totalWidth = -1; local
311 totalWidth = it.m_runWidthSoFar;
312 selectionRect.move(totalWidth - afterWidth, 0);
H A DWidthIterator.cpp301 float totalWidth = widthSinceLastRounding + width; local
302 widthSinceLastRounding = ceilf(totalWidth);
303 width += widthSinceLastRounding - totalWidth;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollbarThemeMac.mm420 int totalWidth = startWidth + endWidth;
422 return IntRect(scrollbar->x() + startWidth, scrollbar->y(), scrollbar->width() - totalWidth, thickness);
423 return IntRect(scrollbar->x(), scrollbar->y() + startWidth, thickness, scrollbar->height() - totalWidth);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkMenu.h329 int totalWidth; /* Width of entire menu. */ member in struct:TkMenu
H A DtkFont.c82 int totalWidth; /* Width in pixels of this chunk. Used when member in struct:LayoutChunk
2145 -1, 0, &chunkPtr->totalWidth);
2148 chunkPtr->totalWidth += curX;
2208 layoutPtr->chunks[0].totalWidth = 0;
2502 if (x < chunkPtr->x + chunkPtr->totalWidth) {
2621 w = chunkPtr->totalWidth;
2649 x = chunkPtr->x + chunkPtr->totalWidth;
3418 chunkPtr->totalWidth = newX - curX;
H A DtkMenuDraw.c55 menuPtr->totalWidth = menuPtr->totalHeight = 0;
557 if ((menuPtr->totalWidth != Tk_ReqWidth(menuPtr->tkwin)) ||
559 Tk_GeometryRequest(menuPtr->tkwin, menuPtr->totalWidth,
H A DtkCanvPs.c811 unsigned int totalWidth, totalHeight;
830 (int *) &dummyX, (int *) &dummyY, (unsigned int *) &totalWidth,
833 totalWidth, totalHeight, 1, XYPixmap);
807 unsigned int totalWidth, totalHeight; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkMenu.h317 int totalWidth; /* Width of entire menu */ member in struct:TkMenu
H A DtkFont.c85 int totalWidth; /* Width in pixels of this chunk. Used member in struct:LayoutChunk
2020 -1, 0, &chunkPtr->totalWidth);
2023 chunkPtr->totalWidth += curX;
2084 layoutPtr->chunks[0].totalWidth = 0;
2380 if (x < chunkPtr->x + chunkPtr->totalWidth) {
2499 w = chunkPtr->totalWidth;
2524 x = chunkPtr->x + chunkPtr->totalWidth;
3292 chunkPtr->totalWidth = newX - curX;
H A DtkMenuDraw.c56 menuPtr->totalWidth = menuPtr->totalHeight = 0;
562 if ((menuPtr->totalWidth != Tk_ReqWidth(menuPtr->tkwin)) ||
564 Tk_GeometryRequest(menuPtr->tkwin, menuPtr->totalWidth,
H A DtkCanvPs.c842 unsigned int totalWidth, totalHeight;
861 (int *) &dummyX, (int *) &dummyY, (unsigned int *) &totalWidth,
864 totalWidth, totalHeight, 1, XYPixmap);
838 unsigned int totalWidth, totalHeight; local

Completed in 206 milliseconds

12