Searched refs:fullHeight (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c82 int fullWidth, fullHeight;
137 fullHeight = 0;
152 fullHeight = height + mbPtr->textHeight + mbPtr->padY;
169 fullHeight = (height > mbPtr->textHeight ? height :
171 textYOffset = (fullHeight - mbPtr->textHeight)/2;
172 imageYOffset = (fullHeight - height)/2;
180 fullHeight = (height > mbPtr->textHeight ? height :
184 textYOffset = (fullHeight - mbPtr->textHeight)/2;
185 imageYOffset = (fullHeight - height)/2;
192 mbPtr->indicatorWidth + fullWidth, fullHeight,
80 int fullWidth, fullHeight; local
[all...]
H A DtkUnixButton.c368 int width, height, fullWidth, fullHeight;
471 fullHeight = 0;
485 fullHeight = height + butPtr->textHeight + butPtr->padY;
503 fullHeight = (height > butPtr->textHeight ? height :
505 textYOffset = (fullHeight - butPtr->textHeight)/2;
506 imageYOffset = (fullHeight - height)/2;
515 fullHeight = (height > butPtr->textHeight ? height :
519 textYOffset = (fullHeight - butPtr->textHeight)/2;
520 imageYOffset = (fullHeight - height)/2;
527 butPtr->indicatorSpace + fullWidth, fullHeight,
365 int width, height, fullWidth, fullHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixMenubu.c81 int width, height, fullWidth, fullHeight;
134 fullHeight = 0;
146 fullHeight = height + mbPtr->textHeight + mbPtr->padY;
162 fullHeight = (height > mbPtr->textHeight ? height :
164 textYOffset = (fullHeight - mbPtr->textHeight)/2;
165 imageYOffset = (fullHeight - height)/2;
172 fullHeight = (height > mbPtr->textHeight ? height :
176 textYOffset = (fullHeight - mbPtr->textHeight)/2;
177 imageYOffset = (fullHeight - height)/2;
184 mbPtr->indicatorWidth + fullWidth, fullHeight,
79 int width, height, fullWidth, fullHeight; local
[all...]
H A DtkUnixButton.c90 int width, height, fullWidth, fullHeight;
194 fullHeight = 0;
205 fullHeight = height + butPtr->textHeight + butPtr->padY;
221 fullHeight = (height > butPtr->textHeight ? height :
223 textYOffset = (fullHeight - butPtr->textHeight)/2;
224 imageYOffset = (fullHeight - height)/2;
231 fullHeight = (height > butPtr->textHeight ? height :
235 textYOffset = (fullHeight - butPtr->textHeight)/2;
236 imageYOffset = (fullHeight - height)/2;
243 butPtr->indicatorSpace + fullWidth, fullHeight,
88 int width, height, fullWidth, fullHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c708 int width = 0, height = 0, fullWidth, fullHeight;
757 fullHeight = 0;
771 fullHeight = height + butPtr->textHeight + butPtr->padY;
789 fullHeight = (height > butPtr->textHeight ? height :
791 textYOffset = (fullHeight - butPtr->textHeight)/2;
792 imageYOffset = (fullHeight - height)/2;
801 fullHeight = (height > butPtr->textHeight ? height :
805 textYOffset = (fullHeight - butPtr->textHeight)/2;
806 imageYOffset = (fullHeight - height)/2;
813 fullWidth, fullHeight,
700 int width = 0, height = 0, fullWidth, fullHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinButton.c459 int fullWidth = 0, fullHeight = 0;
473 fullHeight = height + butPtr->textHeight + butPtr->padY;
492 fullHeight = (height > butPtr->textHeight ? height :
494 textYOffset = (fullHeight - butPtr->textHeight)/2;
495 imageYOffset = (fullHeight - height)/2;
505 fullHeight = (height > butPtr->textHeight ? height :
509 textYOffset = (fullHeight - butPtr->textHeight)/2;
510 imageYOffset = (fullHeight - height)/2;
516 butPtr->indicatorSpace + fullWidth, fullHeight, &x, &y);
566 height = fullHeight;
453 int fullWidth = 0, fullHeight = 0; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinButton.c465 int fullWidth = 0, fullHeight = 0;
476 fullHeight = height + butPtr->textHeight + butPtr->padY;
492 fullHeight = (height > butPtr->textHeight ? height :
494 textYOffset = (fullHeight - butPtr->textHeight)/2;
495 imageYOffset = (fullHeight - height)/2;
502 fullHeight = (height > butPtr->textHeight ? height :
506 textYOffset = (fullHeight - butPtr->textHeight)/2;
507 imageYOffset = (fullHeight - height)/2;
513 butPtr->indicatorSpace + fullWidth, fullHeight, &x, &y);
543 height = fullHeight;
459 int fullWidth = 0, fullHeight = 0; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c195 int width, height, fullWidth, fullHeight, textXOffset, textYOffset;
293 fullHeight = 0;
306 fullHeight = height + butPtr->textHeight + butPtr->padY;
325 fullHeight = (height > butPtr->textHeight ? height :
327 textYOffset = (fullHeight - butPtr->textHeight)/2;
328 imageYOffset = (fullHeight - height)/2;
338 fullHeight = (height > butPtr->textHeight ? height :
342 textYOffset = (fullHeight - butPtr->textHeight)/2;
343 imageYOffset = (fullHeight - height)/2;
351 butPtr->indicatorSpace + fullWidth, fullHeight,
193 int width, height, fullWidth, fullHeight, textXOffset, textYOffset; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py396 def MyDrawIncrementalImage(context, image, fullHeight):
406 imageRect = CGRectMake(0, fullHeight-height, width, height)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py396 def MyDrawIncrementalImage(context, image, fullHeight):
406 imageRect = CGRectMake(0, fullHeight-height, width, height)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py396 def MyDrawIncrementalImage(context, image, fullHeight):
406 imageRect = CGRectMake(0, fullHeight-height, width, height)
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c201 int *fullWidth, int *fullHeight );
2265 int *fullWidth, int *fullHeight )
2282 *fullHeight = rect.bottom;

Completed in 227 milliseconds