H A D | DPSScrollW.c | 168 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...] |