Home
last modified time | relevance | path

Searched refs:xp1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx1132 long xp1,yp1; // wegen Overflowgefahr in Draw() local
1134 xp1=long(Pos1.x)+xPos+long(xLine[i]); in Draw()
1136 if (xp1>32000) xp1=32000; if (xp1<-12000) xp1=-12000; in Draw()
1138 Pos.x=short(xp1); in Draw()

Completed in 17 milliseconds