Home
last modified time | relevance | path

Searched refs:trBrush (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/unix/
H A DtkUnixTree.c2563 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_FillRect()
2581 x1 = trBrush.x, y1 = trBrush.y; in TreeGradient_FillRect()
2585 x2 = x1 + trBrush.width, y2 = y1; in TreeGradient_FillRect()
2682 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_DrawRect()
2700 x1 = trBrush.x, y1 = trBrush.y; in TreeGradient_DrawRect()
2704 x2 = x1 + trBrush.width, y2 = y1; in TreeGradient_DrawRect()
2948 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_FillRoundRect()
2966 x1 = trBrush.x, y1 = trBrush.y; in TreeGradient_FillRoundRect()
3061 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_DrawRoundRect()
3081 x1 = trBrush.x, y1 = trBrush.y; in TreeGradient_DrawRoundRect()
[all …]
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/macosx/
H A DtkMacOSXTree.c1992 TreeRectangle trBrush, /* Brush bounds. */ in MakeLinearGradientShading() argument
2025 start = CGPointMake(trBrush.x, trBrush.y); in MakeLinearGradientShading()
2026 end = CGPointMake(trBrush.x, trBrush.y + trBrush.height); in MakeLinearGradientShading()
2028 start = CGPointMake(trBrush.x, trBrush.y); in MakeLinearGradientShading()
2029 end = CGPointMake(trBrush.x + trBrush.width, trBrush.y); in MakeLinearGradientShading()
2034 CGFloat dy = trBrush.height; in MakeLinearGradientShading()
2040 CGFloat dx = trBrush.width; in MakeLinearGradientShading()
2093 TreeRectangle trBrush, /* Brush bounds. */ in TreeGradient_FillRect() argument
2108 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_FillRect()
2352 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_FillRoundRect()
[all …]
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeUtils.c7038 return trBrush->width > 0 && trBrush->height > 0; in TreeGradient_GetBrushBounds()
8050 int oldX = trBrush.x, oldY = trBrush.y; in TreeGradient_FillRectX11()
8057 trBrush.x -= trBrush.width; in TreeGradient_FillRectX11()
8058 while (tr.x >= trBrush.x + trBrush.width) in TreeGradient_FillRectX11()
8059 trBrush.x += trBrush.width; in TreeGradient_FillRectX11()
8061 trBrush.y -= trBrush.height; in TreeGradient_FillRectX11()
8062 while (tr.y >= trBrush.y + trBrush.height) in TreeGradient_FillRectX11()
8063 trBrush.y += trBrush.height; in TreeGradient_FillRectX11()
8064 oldX = trBrush.x, oldY = trBrush.y; in TreeGradient_FillRectX11()
8071 trBrush.y += trBrush.height; in TreeGradient_FillRectX11()
[all …]
H A DtkTreeMarquee.c331 TreeRectangle trBrush; in TreeMarquee_Draw() local
334 (TreeColumn) NULL, (TreeItem) NULL, &trBrush); in TreeMarquee_Draw()
335 TreeColor_FillRect(tree, td, &clip, marquee->fillColorPtr, trBrush, tr); in TreeMarquee_Draw()
338 TreeRectangle trBrush; in TreeMarquee_Draw() local
341 (TreeColumn) NULL, (TreeItem) NULL, &trBrush); in TreeMarquee_Draw()
343 trBrush, tr, marquee->outlineWidth, 0); in TreeMarquee_Draw()
H A DtkTreeCtrl.h1675 TreeRectangle *trBrush, TreeColumn column, TreeItem item);
1680 TreeItem item, TreeRectangle *trBrush);
1741 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1744 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1754 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1757 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1760 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1763 TreeClip *clip, TreeGradient gradient, TreeRectangle trBrush,
1767 TreeClip *clip, TreeColor *tc, TreeRectangle trBrush, TreeRectangle tr,
1772 TreeClip *clip, TreeColor *tc, TreeRectangle trBrush, TreeRectangle tr,
[all …]
H A DtkTreeDisplay.c5457 TreeRectangle trBrush; in DrawColumnBackground() local
5474 treeColumn, (TreeItem) NULL, &trBrush); in DrawColumnBackground()
5476 || (trBrush.width <= 0) in DrawColumnBackground()
5477 || (trBrush.height <= 0)) { in DrawColumnBackground()
5483 trBrush.x -= tree->drawableXOrigin; in DrawColumnBackground()
5484 trBrush.y -= tree->drawableYOrigin; in DrawColumnBackground()
5929 TreeRectangle columnBox, gridBox, trBrush; in DrawColumnGridLinesAux() local
5966 treeColumn, (TreeItem) NULL, &trBrush); in DrawColumnGridLinesAux()
5967 TreeColor_FillRect(tree, td, &clip, leftColor, trBrush, in DrawColumnGridLinesAux()
5977 treeColumn, (TreeItem) NULL, &trBrush); in DrawColumnGridLinesAux()
[all …]
H A DtkTreeElem.c2967 TreeRectangle trBrush; in DisplayProcRect() local
3041 args->display.column, args->display.item, &trBrush); in DisplayProcRect()
3042 TreeColor_FillRoundRect(tree, args->display.td, clipPtr, tc, trBrush, tr, rx, ry, open); in DisplayProcRect()
3048 args->display.column, args->display.item, &trBrush); in DisplayProcRect()
3050 trBrush, tr, outlineWidth, rx, ry, open); in DisplayProcRect()
3066 args->display.column, args->display.item, &trBrush); in DisplayProcRect()
3067 TreeColor_FillRect(tree, args->display.td, clipPtr, tc, trBrush, tr); in DisplayProcRect()
3074 args->display.column, args->display.item, &trBrush); in DisplayProcRect()
3075 TreeColor_DrawRect(tree, args->display.td, clipPtr, tc, trBrush, tr, in DisplayProcRect()
H A DtkTreeItem.c3953 TreeRectangle trBrush; in ItemDrawBackground() local
3956 treeColumn, item, &trBrush); in ItemDrawBackground()
3958 || (trBrush.width <= 0) || (trBrush.height <= 0)) { in ItemDrawBackground()
3962 TreeColor_FillRect(tree, td, clipPtr, tc, trBrush, tr); in ItemDrawBackground()
4650 TreeRectangle tr, trBrush; in SpanWalkProc_Draw() local
4657 spanPtr->treeColumn, item, &trBrush); in SpanWalkProc_Draw()
4658 TreeColor_FillRect(tree, data->td, NULL, leftColor, trBrush, tr); in SpanWalkProc_Draw()
4665 spanPtr->treeColumn, item, &trBrush); in SpanWalkProc_Draw()
4666 TreeColor_FillRect(tree, data->td, NULL, rightColor, trBrush, tr); in SpanWalkProc_Draw()
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/win/
H A DtkWinTree.c3190 TreeRectangle trBrush, /* Brush bounds. */ in MakeLinearGradientBrush() argument
3205 rect.X = trBrush.x, rect.Y = trBrush.y, in MakeLinearGradientBrush()
3206 rect.Width = trBrush.width, rect.Height = trBrush.height; in MakeLinearGradientBrush()
3275 TreeRectangle trBrush, /* Brush bounds. */ in TreeGradient_FillRect() argument
3289 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_FillRect()
3382 TreeRectangle trBrush, /* Brush bounds. */ in TreeGradient_DrawRect() argument
3401 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_DrawRect()
3629 TreeRectangle trBrush, /* Brush bounds. */ in TreeGradient_DrawRoundRect() argument
3651 if (trBrush.width <= 0 || trBrush.height <= 0) in TreeGradient_DrawRoundRect()
3909 TreeRectangle trBrush, /* Brush bounds. */ in TreeGradient_FillRoundRect() argument
[all …]