Searched refs:scale (Results 1 - 20 of 20) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c186 w->strip_chart.scale = w->strip_chart.min_scale;
251 * point is off the graph, change the scale to make it fit.
256 if (w->strip_chart.max_value > w->strip_chart.scale) {
265 w->strip_chart.scale);
277 w->strip_chart.points, w->strip_chart.scale - 1,
289 * (scale - 1 lines for graph). If next is less than the current window width,
303 int scale = w->strip_chart.scale; local
306 /* Compute the minimum scale required to graph the data, but don't go
308 if (w->strip_chart.interval != 0 || scale <
[all...]
H A DXaw3_1StripCharP.h52 int scale; /* scale factor */ member in struct:__anon322
53 int min_scale; /* smallest scale factor */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsfontops.psw82 defineps PSselectfont(char *name; float scale)
83 /name scale selectfont
H A Ddpsfontops.psw82 defineps DPSselectfont(DPSContext ctxt; char *name; float scale)
83 /name scale selectfont
H A Ddpsclient.c729 int scale,
740 HNumHeader[1] = (DPS_DEF_TOKENTYPE % 2) * 128 + scale;
745 + ((DPS_DEF_TOKENTYPE % 2) * 128) + scale;
749 HNumHeader[1] = 32 + ((DPS_DEF_TOKENTYPE % 2) * 128) + scale;
803 int scale)
805 innerProcWriteNumstring(ctxt, type, data, size, scale, DPSinnerProcWriteData);
806 if (ctxt->chainChild != NIL) DPSWriteNumString(ctxt->chainChild, type, data, size, scale);
1106 n32.f = f / (1 << r); /* scale */
1121 n32.f = f / (1 << r); /* scale */
1225 unsigned char scale local
724 innerProcWriteNumstring( DPSContext ctxt, DPSDefinedType type, char *data, unsigned int size, int scale, void (*writeProc)(DPSContext, char *, unsigned)) argument
798 procWriteNumstring( DPSContext ctxt, DPSDefinedType type, char *data, unsigned int size, int scale) argument
2248 textWriteNumstring( DPSContext ctxt, DPSDefinedType type, char *data, unsigned int size, int scale) argument
[all...]
H A Dpsgsttops.psw143 x y scale
H A Ddpsgsttops.psw143 x y scale
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDSWwraps.psw49 s s scale
60 s s scale
H A DXDPSpwraps.psw43 1 1 idtransform abs exch abs exch scale
45 pixelsPerPoint dup scale
H A DDPSScrollW.c103 Offset(scale), XtRFloat, (XtPointer) &initScale},
193 static void SetScale(Widget w, double scale, long fixedX, long fixedY);
194 static void SetScaleAndScroll(Widget w, double scale, double psX, double psY, long xX, long xY);
670 if (dsw->sw.scale <= 0) dsw->sw.scale = 1.0;
784 _DPSSWSetMatrixAndGetTransform(dsw->sw.context, psX, psY, dsw->sw.scale,
795 _DPSSWSetMatrix(dsw->sw.context, psX, psY, dsw->sw.scale,
1714 if (dsw->sw.scale != 1.0) {
1715 DPSscale(dsw->sw.context, dsw->sw.scale, dsw->sw.scale);
2882 SetScale( Widget w, double scale, long fixedX, long fixedY) argument
2894 DSWSetScale( Widget w, double scale, long fixedX, long fixedY) argument
3018 SetScaleAndScroll( Widget w, double scale, double psX, double psY, long xX, long xY) argument
3044 DSWSetScaleAndScroll( Widget w, double scale, double psX, double psY, long xX, long xY) argument
[all...]
H A DFontCreato.c577 Widget scale = (Widget) clientData; local
584 XtVaGetValues(scale, XmNminimum, &min, XmNmaximum, &max, NULL);
587 XmScaleSetValue(scale, val);
909 /* See if we have an optical size scale */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c199 w->strip_chart.scale = w->strip_chart.min_scale;
264 * point is off the graph, change the scale to make it fit.
270 w->strip_chart.max_value > w->strip_chart.scale) {
279 - (int)(w->core.height * value) / w->strip_chart.scale);
291 w->strip_chart.points, w->strip_chart.scale - 1,
303 * (scale - 1 lines for graph). If next is less than the current window width,
317 int scale = w->strip_chart.scale; local
320 /* Compute the minimum scale required to graph the data, but don't go
322 if (w->strip_chart.interval != 0 || scale <
[all...]
H A DStripCharP.h76 int scale; /* scale factor */ member in struct:__anon390
77 int min_scale; /* smallest scale factor */
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c96 int scale = 0; local
104 scale = src / dst;
106 return scale;
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswpriv.h68 Scale scale; member in struct:_t_ItemRec
H A Dpswsemantics.c115 if (!item->scale->constant) free(item->scale->name);
116 free(item->scale);
457 Scale scale = (Scale)psw_calloc(sizeof(ScaleRec), 1); local
461 scale->name = nameval;
463 scale->constant = true;
464 scale->val = val;
466 item->scale = scale;
H A Dpsw.c1705 if (t->namedFormal->scale->constant)
1706 printf("%d);\n", t->namedFormal->scale->val);
1708 printf("%s);\n", t->namedFormal->scale->name);
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DDPSScrollW.h53 #define XtNscale "scale"
159 extern void DSWSetScale(Widget w, double scale, long fixedX, long fixedY);
163 extern void DSWSetScaleAndScroll(Widget w, double scale,
H A Ddpsfriends.h159 int scale
416 char *data, unsigned int size, int scale);
H A DDPSScrollWP.h53 float scale; member in struct:__anon198
170 typedef void (*DSWSetScaleProc) (Widget w, double scale,
176 typedef void (*DSWSetScaleAndScrollProc) (Widget w, double scale,

Completed in 61 milliseconds