Searched refs:psY (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DDPSScrollW.h160 extern void DSWScrollPoint(Widget w, double psX, double psY, long xX, long xY);
164 double psX, double psY, long xX, long xY);
166 float *psX, float *psY);
167 extern void DSWConvertPSToX(Widget w, double psX, double psY,
H A DDPSScrollWP.h172 typedef void (*DSWScrollPointProc) (Widget w, double psX, double psY,
177 double psX, double psY,
180 float *psX, float *psY);
181 typedef void (*DSWConvertPSToXProc) (Widget w, double psX, double psY,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c168 static void ConvertPSToX(Widget w, double psX, double psY, int *xX, int *xY);
169 static void ConvertToOrigPS(DPSScrolledWindowWidget dsw, int xX, int xY, float *psX, float *psY);
170 static void ConvertToPS(DPSScrolledWindowWidget dsw, float xX, float xY, float *psX, float *psY);
171 static void ConvertToX(DPSScrolledWindowWidget dsw, float psX, float psY, int *xX, int *xY);
172 static void ConvertXToPS(Widget w, long xX, long xY, float *psX, float *psY);
190 static void ScrollPoint(Widget w, double psX, double psY, long xX, long xY);
194 static void SetScaleAndScroll(Widget w, double scale, double psX, double psY, long xX, long xY);
781 float psX, psY; local
783 ConvertToOrigPS(dsw, dsw->sw.origin_x, dsw->sw.origin_y, &psX, &psY);
784 _DPSSWSetMatrixAndGetTransform(dsw->sw.context, psX, psY, ds
792 float psX, psY; local
2887 float psX, psY; local
2905 ScrollPoint( Widget w, double psX, double psY, long xX, long xY) argument
2925 DSWScrollPoint( Widget w, double psX, double psY, long xX, long xY) 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
3056 ConvertXToPS( Widget w, long xX, long xY, float *psX, float *psY) argument
3064 DSWConvertXToPS( Widget w, long xX, long xY, float *psX, float *psY) argument
3075 ConvertPSToX( Widget w, double psX, double psY, int *xX, int *xY) argument
3083 DSWConvertPSToX( Widget w, double psX, double psY, int *xX, int *xY) argument
3461 ConvertToX( DPSScrolledWindowWidget dsw, float psX, float psY, int *xX, int *xY) argument
3474 ConvertToPS( DPSScrolledWindowWidget dsw, float xX, float xY, float *psX, float *psY) argument
3488 ConvertToOrigPS( DPSScrolledWindowWidget dsw, int xX, int xY, float *psX, float *psY) argument
[all...]

Completed in 1133 milliseconds