Searched refs:activeWidth (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvUtil.c981 outline->activeWidth = 0.0;
1091 if (outline->activeWidth < 0.0) {
1092 outline->activeWidth = 0.0;
1112 if (outline->activeWidth>width) {
1113 width = outline->activeWidth;
1209 if (outline->activeWidth > width) {
1210 width = outline->activeWidth;
1329 if (outline->activeWidth>width) {
1330 width = outline->activeWidth;
1424 if (outline->activeWidth > widt
[all...]
H A DtkRectOval.c83 "0.0", Tk_Offset(RectOvalItem, outline.activeWidth),
436 if (rectOvalPtr->outline.activeWidth > rectOvalPtr->outline.width ||
654 if (rectOvalPtr->outline.activeWidth>width) {
655 width = rectOvalPtr->outline.activeWidth;
901 if (rectPtr->outline.activeWidth>width) {
902 width = rectPtr->outline.activeWidth;
1022 if (ovalPtr->outline.activeWidth>width) {
1023 width = (double) ovalPtr->outline.activeWidth;
1079 if (rectPtr->outline.activeWidth>width) {
1080 width = rectPtr->outline.activeWidth;
[all...]
H A DtkCanvPoly.c100 "0.0", Tk_Offset(PolygonItem, outline.activeWidth),
466 if (polyPtr->outline.activeWidth > polyPtr->outline.width ||
649 if (polyPtr->outline.activeWidth>width) {
650 width = polyPtr->outline.activeWidth;
907 if (polyPtr->outline.activeWidth>linewidth) {
908 linewidth = polyPtr->outline.activeWidth;
1141 if (polyPtr->outline.activeWidth > width) {
1142 width = polyPtr->outline.activeWidth;
1280 if (polyPtr->outline.activeWidth>width) {
1281 width = polyPtr->outline.activeWidth;
[all...]
H A DtkCanvLine.c178 "0.0", Tk_Offset(LineItem, outline.activeWidth),
510 if (linePtr->outline.activeWidth > linePtr->outline.width ||
684 if (linePtr->outline.activeWidth>width) {
685 width = linePtr->outline.activeWidth;
866 if (linePtr->outline.activeWidth != linewidth) {
867 linewidth = linePtr->outline.activeWidth;
1110 if (linePtr->outline.activeWidth>width) {
1111 width = linePtr->outline.activeWidth;
1285 if (linePtr->outline.activeWidth > width) {
1286 width = linePtr->outline.activeWidth;
[all...]
H A DtkCanvArc.c127 "0.0", Tk_Offset(ArcItem, outline.activeWidth),
459 if (arcPtr->outline.activeWidth > arcPtr->outline.width ||
673 if (arcPtr->outline.activeWidth>width) {
674 width = arcPtr->outline.activeWidth;
814 if (arcPtr->outline.activeWidth>lineWidth) {
815 lineWidth = arcPtr->outline.activeWidth;
987 if (arcPtr->outline.activeWidth>width) {
988 width = (double) arcPtr->outline.activeWidth;
1163 if (arcPtr->outline.activeWidth>width) {
1164 width = (double) arcPtr->outline.activeWidth;
[all...]
H A Dtk.h1168 double activeWidth; /* Width of outline. */
1164 double activeWidth; /* Width of outline. */ member in struct:Tk_Outline
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvUtil.c893 outline->activeWidth = 0.0;
1002 if (outline->activeWidth < 0.0) {
1003 outline->activeWidth = 0.0;
1023 if (outline->activeWidth>width) {
1024 width = outline->activeWidth;
1125 if (outline->activeWidth > width) {
1126 width = outline->activeWidth;
1242 if (outline->activeWidth>width) {
1243 width = outline->activeWidth;
1338 if (outline->activeWidth > widt
[all...]
H A DtkRectOval.c85 "0.0", Tk_Offset(RectOvalItem, outline.activeWidth),
432 if (rectOvalPtr->outline.activeWidth > rectOvalPtr->outline.width ||
651 if (rectOvalPtr->outline.activeWidth>width) {
652 width = rectOvalPtr->outline.activeWidth;
893 if (rectPtr->outline.activeWidth>width) {
894 width = rectPtr->outline.activeWidth;
1016 if (ovalPtr->outline.activeWidth>width) {
1017 width = (double) ovalPtr->outline.activeWidth;
1075 if (rectPtr->outline.activeWidth>width) {
1076 width = rectPtr->outline.activeWidth;
[all...]
H A DtkCanvPoly.c100 "0.0", Tk_Offset(PolygonItem, outline.activeWidth),
474 if (polyPtr->outline.activeWidth > polyPtr->outline.width ||
660 if (polyPtr->outline.activeWidth>width) {
661 width = polyPtr->outline.activeWidth;
920 if (polyPtr->outline.activeWidth>linewidth) {
921 linewidth = polyPtr->outline.activeWidth;
1137 if (polyPtr->outline.activeWidth>width) {
1138 width = polyPtr->outline.activeWidth;
1267 if (polyPtr->outline.activeWidth>width) {
1268 width = polyPtr->outline.activeWidth;
[all...]
H A DtkCanvLine.c183 "0.0", Tk_Offset(LineItem, outline.activeWidth),
523 if (linePtr->outline.activeWidth > linePtr->outline.width ||
701 if (linePtr->outline.activeWidth>width) {
702 width = linePtr->outline.activeWidth;
889 if (linePtr->outline.activeWidth != linewidth) {
890 linewidth = linePtr->outline.activeWidth;
1121 if (linePtr->outline.activeWidth>width) {
1122 width = linePtr->outline.activeWidth;
1274 if (linePtr->outline.activeWidth>width) {
1275 width = linePtr->outline.activeWidth;
[all...]
H A DtkCanvArc.c133 "0.0", Tk_Offset(ArcItem, outline.activeWidth),
478 if (arcPtr->outline.activeWidth > arcPtr->outline.width ||
696 if (arcPtr->outline.activeWidth>width) {
697 width = arcPtr->outline.activeWidth;
839 if (arcPtr->outline.activeWidth>lineWidth) {
840 lineWidth = arcPtr->outline.activeWidth;
1011 if (arcPtr->outline.activeWidth>width) {
1012 width = (double) arcPtr->outline.activeWidth;
1192 if (arcPtr->outline.activeWidth>width) {
1193 width = (double) arcPtr->outline.activeWidth;
[all...]
H A Dtk.h1175 double activeWidth; /* Width of outline. */
1172 double activeWidth; /* Width of outline. */ member in struct:Tk_Outline
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c299 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
310 bits += (fbInfo.activeWidth / 2)
409 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c376 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
387 bits += (fbInfo.activeWidth / 2)
502 printf("%ld x %ld", fbInfo.activeWidth, fbInfo.activeHeight);
H A DIOGraphicsLib.c435 info->activeWidth = pixelInfo.activeWidth;
2362 rgn.bounds.w = pixelInfo.activeWidth;
2857 pixelInfo.activeWidth, pixelInfo.activeHeight,
2909 hdr.width = OSSwapHostToLittleInt16(pixelInfo.activeWidth);
4594 UInt32 width = pixelInfo->activeWidth;
4595 pixelInfo->activeWidth = pixelInfo->activeHeight;
4619 pixelInfo->activeWidth = 1;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp142 info->activeWidth = bootDisplay.v_width;
H A DIOFramebuffer.cpp1175 __private->framebufferWidth = info->activeWidth;
1195 shmem->screenBounds.maxx = info->activeWidth;
2589 && (inst->__private->pixelInfo.activeWidth >= 128))
5207 (int) oldfb->__private->pixelInfo.activeWidth,
5375 (int) oldfb->__private->pixelInfo.activeWidth,
6896 if (pixelInfo.activeWidth < 128)
6932 if ((consoleInfo.v_width == pixelInfo.activeWidth)
6945 pixelInfo.activeWidth, pixelInfo.activeHeight,
7356 if (__private->pixelInfo.activeWidth < 128)
7363 if ((__private->pixelInfo.activeWidth >
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h104 * @field activeWidth Number of pixels visible per row.
119 UInt32 activeWidth; member in struct:IOPixelInformation
193 UInt32 activeWidth; member in struct:IOFramebufferInformation
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2116 info->activeWidth = pixelInfo.vpBounds.right;

Completed in 474 milliseconds