Home
last modified time | relevance | path

Searched refs:gripCount (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkClamTheme.c509 int gripCount = 0; in GripElementSize() local
515 *widthPtr = 2*gripCount; in GripElementSize()
517 *heightPtr = 2*gripCount; in GripElementSize()
530 int gripPad = 1, gripCount = 0; in GripElementDraw() local
537 int x = b.x + b.width / 2 - gripCount; in GripElementDraw()
539 for (i=0; i<gripCount; ++i) { in GripElementDraw()
544 int y = b.y + b.height / 2 - gripCount; in GripElementDraw()
546 for (i=0; i<gripCount; ++i) { in GripElementDraw()
646 int gripCount = 0; in ThumbElementDraw() local
670 x1 = x2 = b.x + b.width / 2 - gripCount; in ThumbElementDraw()
[all …]
H A DttkElements.c490 int gripCount = 3, gripSpace = 2, gripThickness = 3; in SizegripSize() local
496 *widthPtr = *heightPtr = gripCount * (gripSpace + gripThickness); in SizegripSize()
504 int gripCount = 3, gripSpace = 2; in SizegripDraw() local
512 while (gripCount--) { in SizegripDraw()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkClamTheme.c513 int gripCount = 0; in GripElementSize() local
519 *widthPtr = 2*gripCount; in GripElementSize()
521 *heightPtr = 2*gripCount; in GripElementSize()
534 int gripPad = 1, gripCount = 0; in GripElementDraw() local
540 int x = b.x + b.width / 2 - gripCount; in GripElementDraw()
542 for (i=0; i<gripCount; ++i) { in GripElementDraw()
547 int y = b.y + b.height / 2 - gripCount; in GripElementDraw()
549 for (i=0; i<gripCount; ++i) { in GripElementDraw()
649 int gripCount = 0; in ThumbElementDraw() local
673 x1 = x2 = b.x + b.width / 2 - gripCount; in ThumbElementDraw()
[all …]
H A DttkElements.c443 int gripCount = 3, gripSpace = 2, gripThickness = 3; in SizegripSize() local
444 *widthPtr = *heightPtr = gripCount * (gripSpace + gripThickness); in SizegripSize()
452 int gripCount = 3, gripSpace = 2; in SizegripDraw() local
458 while (gripCount--) { in SizegripDraw()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkClamTheme.c488 int gripCount = 0; in GripElementSize() local
492 *widthPtr = 2*gripCount; in GripElementSize()
494 *heightPtr = 2*gripCount; in GripElementSize()
507 int gripPad = 1, gripCount = 0; in GripElementDraw() local
513 int x = b.x + b.width / 2 - gripCount; in GripElementDraw()
515 for (i=0; i<gripCount; ++i) { in GripElementDraw()
520 int y = b.y + b.height / 2 - gripCount; in GripElementDraw()
522 for (i=0; i<gripCount; ++i) { in GripElementDraw()
636 x1 = x2 = b.x + b.width / 2 - gripCount; in ThumbElementDraw()
641 y1 = y2 = b.y + b.height / 2 - gripCount; in ThumbElementDraw()
[all …]
H A DttkElements.c445 int gripCount = 3, gripSpace = 2, gripThickness = 3; in SizegripSize() local
446 *widthPtr = *heightPtr = gripCount * (gripSpace + gripThickness); in SizegripSize()
454 int gripCount = 3, gripSpace = 2; in SizegripDraw() local
460 while (gripCount--) { in SizegripDraw()